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 418172a commit db60d64Copy full SHA for db60d64
setup.py
@@ -19,7 +19,7 @@ def find_stub_files(name: str) -> list[str]:
19
readme = f.read()
20
21
dependencies = [
22
- "django-stubs>=5.0.4",
+ "django-stubs>=5.1.1",
23
"typing-extensions>=3.10.0",
24
"requests>=2.0.0",
25
"types-requests>=0.1.12",
@@ -35,7 +35,7 @@ def find_stub_files(name: str) -> list[str]:
35
36
setup(
37
name="djangorestframework-stubs",
38
- version="3.15.1",
+ version="3.15.2",
39
description="PEP-484 stubs for django-rest-framework",
40
long_description=readme,
41
long_description_content_type="text/markdown",
0 commit comments