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 07c1a01 commit 6dec68cCopy full SHA for 6dec68c
setup.py
@@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]:
29
30
# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
31
extras_require = {
32
- "compatible-mypy": ["mypy~=1.7.0", "django-stubs[compatible-mypy]"],
+ "compatible-mypy": ["mypy>=1.7,<1.9", "django-stubs[compatible-mypy]"],
33
"coreapi": ["coreapi>=2.0.0"],
34
"markdown": ["types-Markdown>=0.1.5"],
35
}
0 commit comments