This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 5300cbe4a chore(deps): update dependency mypy to >=1.19, <=1.19.1
(#3272)
5300cbe4a is described below
commit 5300cbe4acac683423581c6c4e574eba74d13312
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Dec 16 15:26:04 2025 +0000
chore(deps): update dependency mypy to >=1.19, <=1.19.1 (#3272)
---
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 fe2f9adbc..279c950cd 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.19, <=1.19.0"
+mypy = ">=1.19, <=1.19.1"
pyiceberg = "==0.10.0"
pre-commit = "==4.5.0"
openapi-generator-cli = "==7.17.0"