diff --git a/pyproject.toml b/pyproject.toml index a9febdbe8c..af1beb848d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ type = [ # pin mypy version so a new version doesn't suddenly cause the CI to fail, # until types-setuptools is removed from typeshed. # For help with static-typing issues, or mypy update, ping @Avasam - "mypy==1.14.*", + "mypy>=1.14,<1.16", # Typing fixes in version newer than we require at runtime "importlib_metadata>=7.0.2; python_version < '3.10'", # Imported unconditionally in tools/finalize.py