diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index 9740437bfb..077eb8419d 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -51,7 +51,7 @@ pytest-cov = ">= 2.8.1" tox = ">= 3.9.0" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" -mypy = ">= 1.5, <=1.16.1" +mypy = ">=1.17, <=1.17.0" pyiceberg = "==0.9.1" pre-commit = "==4.2.0"