Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop hard dependency on mypy #495

Merged
merged 3 commits into from
Oct 22, 2023

Conversation

intgr
Copy link
Contributor

@intgr intgr commented Oct 19, 2023

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

@intgr intgr changed the title Drop hard mypy dependency Drop hard dependency on mypy Oct 19, 2023
setup.py Show resolved Hide resolved
@intgr intgr requested a review from sobolevn October 22, 2023 20:38
Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this will be helpful for poetry and pdm users!

@intgr intgr merged commit 843fd91 into typeddjango:master Oct 22, 2023
11 checks passed
@intgr intgr deleted the drop-hard-mypy-dependency branch October 22, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants