We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mypy 0.971 was released a short while ago (https://github.com/python/mypy/releases/tag/v0.971).
django-stubs currently enforces a version less than 0.970 (https://github.com/typeddjango/django-stubs/blob/master/setup.py#L34), please enable support for 0.971.
django-stubs
Due to changes python/mypy#11143 the tests currently fail when path appending;
A scratch branch which updates the requirements while patching out the tests is @ https://github.com/DamianZaremba/django-stubs/tree/bump-mypy-0.970, as I'm not sure of your preferred way to deal with the tests.
The text was updated successfully, but these errors were encountered:
Thanks for the report. The problems introduced by Mypy 0.971 were fixed in #1108 after some wrestling by @sobolevn .
We haven't made a release with support yet, but until then you can install from Git (example).
Sorry, something went wrong.
No branches or pull requests
mypy 0.971 was released a short while ago (https://github.com/python/mypy/releases/tag/v0.971).
django-stubs
currently enforces a version less than 0.970 (https://github.com/typeddjango/django-stubs/blob/master/setup.py#L34), please enable support for 0.971.Due to changes python/mypy#11143 the tests currently fail when path appending;
A scratch branch which updates the requirements while patching out the tests is @ https://github.com/DamianZaremba/django-stubs/tree/bump-mypy-0.970, as I'm not sure of your preferred way to deal with the tests.
The text was updated successfully, but these errors were encountered: