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 41028f3 commit 0ce366fCopy full SHA for 0ce366f
setup.py
@@ -21,7 +21,7 @@ def find_stub_files(name: str) -> List[str]:
21
22
dependencies = [
23
"mypy>=0.991",
24
- "django-stubs>=4.2.4",
+ "django-stubs>=4.2.5",
25
"typing-extensions>=3.10.0",
26
"requests>=2.0.0",
27
"types-requests>=0.1.12",
@@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:
37
38
setup(
39
name="djangorestframework-stubs",
40
- version="3.14.3",
+ version="3.14.4",
41
description="PEP-484 stubs for django-rest-framework",
42
long_description=readme,
43
long_description_content_type="text/markdown",
0 commit comments