This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/uv/bindings/python/datafusion-53.0.0
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


    omit 67931e89a chore(deps-dev): Bump datafusion in /bindings/python
     add 5b8e78c9c fix(spec): support JSON binary literals (#2476)
     add 3ae40174a chore: Add a lock check to CI (#2484)
     add b9ae1c793 chore(deps): Bump serde_with from 3.19.0 to 3.20.0 (#2499)
     add 623470551 chore(deps): Bump crate-ci/typos from 1.46.1 to 1.46.2 
(#2491)
     add 9918c182c chore(deps): Bump taiki-e/install-action from 2.77.4 to 
2.79.0 (#2492)
     add 92535afc3 chore(deps): Bump peaceiris/actions-gh-pages from 4.0.0 to 
4.1.0 (#2493)
     add ed186a17e chore(deps): Bump zizmorcore/zizmor-action from 0.5.3 to 
0.5.6 (#2494)
     add 59f86ebd2 chore(deps-dev): Bump maturin from 1.13.2 to 1.13.3 in 
/bindings/python (#2495)
     add a1660a027 chore(deps): Bump github/codeql-action from 4.35.4 to 4.35.5 
(#2497)
     add 728d9a1ac docs: add pyiceberg-core release validation (#2502)
     add 32cfbe091 chore(deps): Bump reqwest from 0.12.28 to 0.13.3 (#2498)
     add cc0ead3cb ci(toml): check toml fmt (#2504)
     add 755760e76 chore(deps-dev): Bump datafusion 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   (67931e89a)
            \
             N -- N -- N   
refs/heads/dependabot/uv/bindings/python/datafusion-53.0.0 (755760e76)

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/ci.yml                  |   5 +-
 .github/workflows/ci_typos.yml            |   2 +-
 .github/workflows/codeql.yml              |   4 +-
 .github/workflows/website.yml             |   2 +-
 .github/workflows/zizmor.yml              |   2 +-
 .typos.toml                               |   2 +-
 Cargo.lock                                | 769 +++++++++++++++++++++++++++---
 Cargo.toml                                |  20 +-
 Makefile                                  |   6 +-
 bindings/python/Cargo.toml                |   8 +-
 bindings/python/pyproject.toml            |  40 +-
 bindings/python/uv.lock                   |  30 +-
 crates/catalog/loader/Cargo.toml          |   8 +-
 crates/catalog/s3tables/Cargo.toml        |   3 +-
 crates/iceberg/Cargo.toml                 |   7 +-
 crates/iceberg/src/spec/values/literal.rs |  77 ++-
 crates/iceberg/src/spec/values/tests.rs   |  72 +++
 crates/integration_tests/Cargo.toml       |   2 +-
 crates/sqllogictest/Cargo.toml            |   4 +-
 crates/storage/opendal/Cargo.toml         |  20 +-
 deny.toml                                 |   2 +-
 website/src/release.md                    |  10 +
 22 files changed, 958 insertions(+), 137 deletions(-)

Reply via email to