This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/pydantic-2.9.2
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
discard 7a95dbc6 Bump pydantic from 2.9.1 to 2.9.2
add 41a3c8ea Add metadata tables for `data_files` and `delete_files`
(#1066)
add b8b2f66b Use ArrowScan.to_table to replace project_table (#1180)
add 1d9570dd docstrings (#1189)
add a17ba565 Support python 3.12 in poetry (#1192)
add 95bb6153 Bump mypy-boto3-glue from 1.35.3 to 1.35.23 (#1186)
add 3e83d4cf Bump mkdocs-material from 9.5.34 to 9.5.35 (#1184)
add 65b67875 Bump sqlalchemy from 2.0.34 to 2.0.35 (#1179)
add 620ad9f6 Bump pypa/cibuildwheel from 2.21.0 to 2.21.1 (#1181)
add 5dcda557 Bump thrift from 0.20.0 to 0.21.0 (#1197)
add 6b7f07a3 Use `cachetools's LRUCache` to cache manifest list (#1187)
add 09ec8144 Bump mkdocs-material from 9.5.35 to 9.5.36 (#1195)
add 8e50f29f Bump pydantic from 2.9.1 to 2.9.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7a95dbc6)
\
N -- N -- N refs/heads/dependabot/pip/pydantic-2.9.2 (8e50f29f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/python-release.yml | 4 +-
mkdocs/docs/api.md | 5 +
mkdocs/requirements.txt | 2 +-
poetry.lock | 118 ++++++------
pyiceberg/manifest.py | 10 +
pyiceberg/table/__init__.py | 115 +++++++++++-
pyiceberg/table/inspect.py | 27 ++-
pyiceberg/table/snapshots.py | 12 +-
pyproject.toml | 315 +++++++++++++++++++++++++++++++-
tests/integration/test_inspect_table.py | 268 ++++++++++++++-------------
tests/io/test_pyarrow.py | 50 +++--
tests/utils/test_manifest.py | 32 ++++
12 files changed, 718 insertions(+), 240 deletions(-)