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 983254983 Update dependency mypy to >=1.18, <=1.18.1 (#2547)
983254983 is described below
commit 98325498340fa51980c72dc9dba55f4a1355cbdf
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Sep 13 22:31:27 2025 +0200
Update dependency mypy to >=1.18, <=1.18.1 (#2547)
---
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 b3d5129cd..9537c8092 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -57,7 +57,7 @@ pytest-cov = ">= 2.8.1"
tox = ">= 3.9.0"
flake8 = ">= 4.0.0"
types-python-dateutil = ">= 2.8.19.14"
-mypy = ">=1.17, <=1.17.1"
+mypy = ">=1.18, <=1.18.1"
pyiceberg = "==0.9.1"
pre-commit = "==4.3.0"
openapi-generator-cli = "==7.11.0.post0"