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]:
1919 readme = f .read ()
2020
2121dependencies = [
22- "django-stubs>=5.1.3" , # TODO: 5.2
22+ "django-stubs>=5.2.0" ,
2323 "typing-extensions>=4.0" ,
2424 "requests>=2.0" ,
2525 "types-requests" ,
@@ -28,14 +28,14 @@ def find_stub_files(name: str) -> list[str]:
2828
2929# Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses.
3030extras_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]" ],
3232 "coreapi" : ["coreapi>=2.0.0" ],
3333 "markdown" : ["types-Markdown>=0.1.5" ],
3434}
3535
3636setup (
3737 name = "djangorestframework-stubs" ,
38- version = "3.15.3 " ,
38+ version = "3.15.4 " ,
3939 description = "PEP-484 stubs for django-rest-framework" ,
4040 long_description = readme ,
4141 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments