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 d619e26 commit 7c57fafCopy full SHA for 7c57faf
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.1",
+ "django-stubs>=4.2.2",
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.1",
+ version="3.14.2",
41
description="PEP-484 stubs for django-rest-framework",
42
long_description=readme,
43
long_description_content_type="text/markdown",
0 commit comments