Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information