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 48152ec commit 324d4cbCopy full SHA for 324d4cb
setup.py
@@ -28,7 +28,7 @@ def find_stub_files(name: str) -> list[str]:
28
29
# Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses.
30
extras_require = {
31
- "compatible-mypy": ["mypy>=1.13,<1.18", "django-stubs[compatible-mypy]"],
+ "compatible-mypy": ["mypy>=1.13,<1.19", "django-stubs[compatible-mypy]"],
32
"coreapi": ["coreapi>=2.0.0"],
33
"markdown": ["types-Markdown>=0.1.5"],
34
}
0 commit comments