We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857df7c commit 2cee23aCopy full SHA for 2cee23a
setup.py
@@ -20,7 +20,7 @@ def find_stub_files(name: str) -> List[str]:
20
readme = f.read()
21
22
dependencies = [
23
- "django-stubs>=4.2.5",
+ "django-stubs>=4.2.7",
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.14.4",
+ version="3.14.5",
40
description="PEP-484 stubs for django-rest-framework",
41
long_description=readme,
42
long_description_content_type="text/markdown",
0 commit comments