We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9d980f + 748c851 commit 6cc5f08Copy full SHA for 6cc5f08
pyproject.toml
@@ -135,7 +135,7 @@ type = [
135
# pin mypy version so a new version doesn't suddenly cause the CI to fail,
136
# until types-setuptools is removed from typeshed.
137
# For help with static-typing issues, or mypy update, ping @Avasam
138
- "mypy==1.12.*",
+ "mypy>=1.12,<1.14",
139
# Typing fixes in version newer than we require at runtime
140
"importlib_metadata>=7.0.2; python_version < '3.10'",
141
# Imported unconditionally in tools/finalize.py
0 commit comments