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.
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.
Related issues