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 f3593ad5f Update dependency mypy to >=1.19, <=1.19.0 (#3180)
f3593ad5f is described below
commit f3593ad5f6178abe71912cdd131f42366e06d870
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Dec 5 06:18:29 2025 +0000
Update dependency mypy to >=1.19, <=1.19.0 (#3180)
---
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 8dcf804f4..37d38344d 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -61,7 +61,7 @@ pytest = ">= 7.2.1"
pytest-cov = ">= 2.8.1"
flake8 = ">= 4.0.0"
types-python-dateutil = ">= 2.8.19.14"
-mypy = ">=1.18, <=1.18.2"
+mypy = ">=1.19, <=1.19.0"
pyiceberg = "==0.10.0"
pre-commit = "==4.5.0"
openapi-generator-cli = "==7.17.0"