This is an automated email from the ASF dual-hosted git repository.
snazy 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 7b7a424b1 chore(deps): update dependency mypy to >=1.17, <=1.17.1
(#2218)
7b7a424b1 is described below
commit 7b7a424b1a7564db7da2567d2efb1eb9eb6027ff
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Aug 1 20:46:16 2025 +0200
chore(deps): update dependency mypy to >=1.17, <=1.17.1 (#2218)
---
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 be421058e..8323c548f 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -60,7 +60,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.0"
+mypy = ">=1.17, <=1.17.1"
pyiceberg = "==0.9.1"
pre-commit = "==4.2.0"