diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index bf54c7d17b..963adff75d 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.18, <=1.18.2" +mypy = ">=1.19, <=1.19.0" pyiceberg = "==0.10.0" pre-commit = "==4.5.0" openapi-generator-cli = "==7.17.0"