This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new de94c5791 Update dependency pyiceberg to v0.10.0 (#2549)
de94c5791 is described below
commit de94c5791543a49a4cc4eae043c1a9dfc66bc6ce
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Sep 13 22:58:43 2025 +0200
Update dependency pyiceberg to v0.10.0 (#2549)
Co-authored-by: Yong Zheng <[email protected]>
---
client/python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml
index 9537c8092..d01cec4b3 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -58,7 +58,7 @@ tox = ">= 3.9.0"
flake8 = ">= 4.0.0"
types-python-dateutil = ">= 2.8.19.14"
mypy = ">=1.18, <=1.18.1"
-pyiceberg = "==0.9.1"
+pyiceberg = "==0.10.0"
pre-commit = "==4.3.0"
openapi-generator-cli = "==7.11.0.post0"