diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index fe2f9adbc1..279c950cd8 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"