Skip to content

Commit 67f6540

Browse files
authored
Version 3.15.4 release (#759)
1 parent 7b503f2 commit 67f6540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def find_stub_files(name: str) -> list[str]:
1919
readme = f.read()
2020

2121
dependencies = [
22-
"django-stubs>=5.1.3", # TODO: 5.2
22+
"django-stubs>=5.2.0",
2323
"typing-extensions>=4.0",
2424
"requests>=2.0",
2525
"types-requests",
@@ -28,14 +28,14 @@ def find_stub_files(name: str) -> list[str]:
2828

2929
# Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses.
3030
extras_require = {
31-
"compatible-mypy": ["mypy>=1.12,<1.16", "django-stubs[compatible-mypy]"],
31+
"compatible-mypy": ["mypy>=1.13,<1.16", "django-stubs[compatible-mypy]"],
3232
"coreapi": ["coreapi>=2.0.0"],
3333
"markdown": ["types-Markdown>=0.1.5"],
3434
}
3535

3636
setup(
3737
name="djangorestframework-stubs",
38-
version="3.15.3",
38+
version="3.15.4",
3939
description="PEP-484 stubs for django-rest-framework",
4040
long_description=readme,
4141
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)