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 dc75658 commit 5ac9749Copy full SHA for 5ac9749
setup.py
@@ -20,7 +20,7 @@ def find_stub_files(name: str) -> List[str]:
20
readme = f.read()
21
22
dependencies = [
23
- "django-stubs>=5.0.0",
+ "django-stubs>=5.0.4",
24
"typing-extensions>=3.10.0",
25
"requests>=2.0.0",
26
"types-requests>=0.1.12",
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
36
37
setup(
38
name="djangorestframework-stubs",
39
- version="3.15.0",
+ version="3.15.1",
40
description="PEP-484 stubs for django-rest-framework",
41
long_description=readme,
42
long_description_content_type="text/markdown",
0 commit comments