File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def find_stub_files(name: str) -> list[str]:
19
19
readme = f .read ()
20
20
21
21
dependencies = [
22
- "django-stubs>=5.1.3" , # TODO: 5.2
22
+ "django-stubs>=5.2.0" ,
23
23
"typing-extensions>=4.0" ,
24
24
"requests>=2.0" ,
25
25
"types-requests" ,
@@ -28,14 +28,14 @@ def find_stub_files(name: str) -> list[str]:
28
28
29
29
# Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses.
30
30
extras_require = {
31
- "compatible-mypy" : ["mypy>=1.12 ,<1.16" , "django-stubs[compatible-mypy]" ],
31
+ "compatible-mypy" : ["mypy>=1.13 ,<1.16" , "django-stubs[compatible-mypy]" ],
32
32
"coreapi" : ["coreapi>=2.0.0" ],
33
33
"markdown" : ["types-Markdown>=0.1.5" ],
34
34
}
35
35
36
36
setup (
37
37
name = "djangorestframework-stubs" ,
38
- version = "3.15.3 " ,
38
+ version = "3.15.4 " ,
39
39
description = "PEP-484 stubs for django-rest-framework" ,
40
40
long_description = readme ,
41
41
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments