You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As announced in 3.14.4 release notes, we will drop the hard dependency on mypy. Users of djangorestframework-stubs with mypy will need to add their own dependency on mypy, or use djangorestframework-stubs[compatible-mypy] extra.
Currently mypy remains the only supported type checker. Improvements for other type checkers may be considered in the future, pull requests welcome.
* Drop hard mypy dependency
* Transitively depend on django-stubs with [compatible-mypy] extra
* Use newer URL dependency syntax
0 commit comments