Skip to content

Commit

Permalink
Update mypy requirement from ==1.12.* to >=1.12,<1.14 (#4700)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 11, 2024
2 parents c9d980f + 748c851 commit 6cc5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.*",
"mypy>=1.12,<1.14",
# 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
Expand Down

0 comments on commit 6cc5f08

Please sign in to comment.