Skip to content

Commit 6e22a6f

Browse files
authored
Version 3.15.0 release (#605)
* Version 3.15.0 release * Update setup.py comment & compatible-mypy version
1 parent 8869eef commit 6e22a6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ def find_stub_files(name: str) -> List[str]:
2020
readme = f.read()
2121

2222
dependencies = [
23-
"django-stubs>=4.2.7",
23+
"django-stubs>=5.0.0",
2424
"typing-extensions>=3.10.0",
2525
"requests>=2.0.0",
2626
"types-requests>=0.1.12",
2727
"types-PyYAML>=5.4.3",
2828
]
2929

30-
# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
30+
# Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses.
3131
extras_require = {
32-
"compatible-mypy": ["mypy>=1.7,<1.11", "django-stubs[compatible-mypy]"],
32+
"compatible-mypy": ["mypy~=1.10.0", "django-stubs[compatible-mypy]"],
3333
"coreapi": ["coreapi>=2.0.0"],
3434
"markdown": ["types-Markdown>=0.1.5"],
3535
}

0 commit comments

Comments
 (0)