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 39d07778b chore(deps): update dependency mypy to >=1.18, <=1.18.2
(#2617)
39d07778b is described below
commit 39d07778b0029b7ef6fcaf5bc793984ad47f3e9a
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Sep 19 06:24:10 2025 +0200
chore(deps): update dependency mypy to >=1.18, <=1.18.2 (#2617)
---
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 c76f882bd..a7d25d975 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -58,7 +58,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.1"
+mypy = ">=1.18, <=1.18.2"
pyiceberg = "==0.10.0"
pre-commit = "==4.3.0"
openapi-generator-cli = "==7.11.0.post0"