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 b052281 commit 80a81fdCopy full SHA for 80a81fd
setup.py
@@ -21,7 +21,7 @@ def find_stub_files(name: str) -> List[str]:
21
22
dependencies = [
23
"mypy>=0.991",
24
- "django-stubs>=1.13.0",
+ "django-stubs>=4.2.1",
25
"typing-extensions>=3.10.0",
26
"requests>=2.0.0",
27
"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.14.0",
+ version="3.14.1",
40
description="PEP-484 stubs for django-rest-framework",
41
long_description=readme,
42
long_description_content_type="text/markdown",
0 commit comments