-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
Fix TypedDictType crash with mypy 1.12.x #2408
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Sorry, it was me who added it. I had to proper do the plugin announcement and refactoring of this plugin, but I forgot about it :)
upstream PR typeddjango#2408
upstream PR typeddjango#2408 Co-authored-by: Federico Bond <federicobond@gmail.com>
When will this be released? Do we know when the next release is going to be? |
@flaeppe let's make a release :) |
Please, I have a hack at the moment where i'm hardcoding |
In mypy 1.12, the constructor for
TypedDictType
added a new parameter for read-only fields, which was causing the plugin to crash.Related issues