kevinjqliu opened a new pull request, #2445: URL: https://github.com/apache/iceberg-rust/pull/2445
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## What changes are included in this PR? Update deps for python binding, esp to address the 2 security finding (#2287 & #2297) Update with 7 day lag: ``` ➜ uv lock --upgrade --exclude-newer "$(date -v-7d -u +%Y-%m-%dT%H:%M:%SZ)" Resolving despite existing lockfile due to addition of global exclude newer 2026-05-06T16:53:23Z Resolved 40 packages in 3.20s Updated cachetools v6.2.1 -> v6.2.6 Updated certifi v2025.10.5 -> v2026.4.22 Updated charset-normalizer v3.4.4 -> v3.4.7 Updated click v8.3.0 -> v8.3.3 Updated datafusion v52.0.0 -> v52.3.0 Updated exceptiongroup v1.3.0 -> v1.3.1 Updated fastavro v1.12.1 -> v1.12.2 Updated fsspec v2025.9.0 -> v2026.4.0 Updated greenlet v3.2.4 -> v3.5.0 Updated idna v3.11 -> v3.13 Updated markdown-it-py v4.0.0 -> v4.1.0 Updated maturin v1.9.6 -> v1.13.1 Updated mmh3 v5.2.0 -> v5.2.1 Updated packaging v25.0 -> v26.2 Updated pyarrow v22.0.0 -> v24.0.0 Updated pydantic v2.11.10 -> v2.13.4 Updated pydantic-core v2.33.2 -> v2.46.4 Updated pygments v2.19.2 -> v2.20.0 Updated pyiceberg v0.11.0 -> v0.11.1 Updated pyparsing v3.2.5 -> v3.3.2 Updated pyroaring v1.0.3 -> v1.1.0 Updated requests v2.32.5 -> v2.33.1 Updated rich v14.2.0 -> v14.3.4 Updated sqlalchemy v2.0.44 -> v2.0.49 Updated tenacity v9.1.2 -> v9.1.4 Updated tomli v2.3.0 -> v2.4.1 Updated urllib3 v2.7.0 -> v2.6.3 ``` <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
