-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Missing Release for latest mypy release (1.11.0) #652
Comments
Yeah sure, that sounds reasonable |
In the meantime, is there a way to install djangorestframework-stubs, or do I just wait for the new release? |
@akhayyat you can use the latest |
Confirming the issue. I have When I run I got:
|
Is there any timeline to issue this release? |
@flaeppe I would really like to upgrade to the latest version of mypy and django-stubs. |
Any updates on this? If the problem is to align new stub version with the same DRF version, maybe consider versioning approach like they do in requests typing? |
Version 3.15.1 is out! |
Also to facilitate more frequent releases in the future, I've opened PRs: |
Bug report
What's wrong
The latest version available (3.15.0) requires a different mypy version from what the latest django-stubs latest version (5.0.4) requires.
Here's a traceback when trying to use the latest version from each package
How is that should be
It looks like that the breaking change can be fixed by releasing the current main branch
System information
python
version: 3.12.5django
version: 4.2.11mypy
version: 1.11.1django-stubs
version: 5.0.4The text was updated successfully, but these errors were encountered: