We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7660f0e commit 6873b75Copy full SHA for 6873b75
requirements.txt
@@ -7,6 +7,6 @@ djangorestframework==3.14.0
7
types-pytz==2023.3.0.0
8
types-requests==2.28.11.17
9
types-urllib3==1.26.25.10
10
-django-stubs==1.16.0
11
-django-stubs-ext==0.8.0
+django-stubs==4.2.0
+django-stubs-ext==4.2.0
12
-e .[compatible-mypy,coreapi,markdown]
setup.py
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
36
37
setup(
38
name="djangorestframework-stubs",
39
- version="1.10.0",
+ version="3.14.0",
40
description="PEP-484 stubs for django-rest-framework",
41
long_description=readme,
42
long_description_content_type="text/markdown",
0 commit comments