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 71f4d9b commit 6500b89Copy full SHA for 6500b89
requirements.txt
@@ -14,5 +14,5 @@ Django==5.1.2; python_version >= '3.10'
14
-e .[redis,compatible-mypy,oracle]
15
16
# Overrides:
17
-mypy==1.12.1
+mypy==1.13.0
18
pyright==1.1.386
setup.py
@@ -32,7 +32,7 @@ def find_stub_files(name: str) -> List[str]:
32
33
# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
34
extras_require = {
35
- "compatible-mypy": ["mypy~=1.12.0"],
+ "compatible-mypy": ["mypy>=1.12,<1.14"],
36
"redis": ["redis"],
37
"oracle": ["oracledb"],
38
}
0 commit comments