This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/uv/bindings/python/urllib3-2.7.0
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
omit 06e1f2c7a chore(deps): Bump urllib3 from 2.6.3 to 2.7.0 in
/bindings/python
add 716394d04 chore(deps): Bump the arrow-parquet group with 6 updates
(#2427)
add 034ae548d feat(schema): Add `update_schema` action to enable table
schema updates (#2120)
add 83b4595e2 Fix RUSTSEC-2026-0122 (#2437)
add 9e41301c3 Fix pyiceberg-core dev dependency resolution (#2442)
add 66b245ae8 chore(deps): Bump urllib3 from 2.6.3 to 2.7.0 in
/bindings/python
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 (06e1f2c7a)
\
N -- N -- N
refs/heads/dependabot/uv/bindings/python/urllib3-2.7.0 (66b245ae8)
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:
Cargo.lock | 48 +-
bindings/python/Cargo.lock | 1263 ++++++++++++++------
bindings/python/pyproject.toml | 7 +-
bindings/python/uv.lock | 795 +++++++++++-
crates/catalog/loader/tests/schema_update_suite.rs | 284 +++++
crates/iceberg/src/spec/schema/mod.rs | 2 +
crates/iceberg/src/transaction/mod.rs | 8 +
crates/iceberg/src/transaction/update_schema.rs | 1147 ++++++++++++++++++
8 files changed, 3168 insertions(+), 386 deletions(-)
create mode 100644 crates/catalog/loader/tests/schema_update_suite.rs
create mode 100644 crates/iceberg/src/transaction/update_schema.rs