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.
1 parent 9d9dce2 commit 2495beeCopy full SHA for 2495bee
requirements.txt
@@ -14,4 +14,4 @@ Django==5.0.3; python_version >= '3.10'
14
-e .[compatible-mypy]
15
16
# Overrides:
17
-mypy==1.8.0
+mypy==1.9.0
setup.py
@@ -31,7 +31,7 @@ def find_stub_files(name: str) -> List[str]:
31
32
# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
33
extras_require = {
34
- "compatible-mypy": ["mypy~=1.8.0"],
+ "compatible-mypy": ["mypy>=1.8,<1.10"],
35
}
36
37
setup(
0 commit comments