-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
1.12 regression related to TypedDictType #17958
Comments
The exception is coming from Looks like this issue was already reported on their tracker: typeddjango/django-stubs#2405 edit: taking a closer look, this looks related to a change in the representation of |
Documented the change to the implicit plugin API: #6617 (comment) |
For reference, this was patched in typeddjango/django-stubs#2408, which landed in django-stubs v5.1.1. |
Rather than constraining django-stubs' major version to our django major version (4.x.x), we are going to go one ahead (5.x.x), as recommended by python/mypy#17958 Also includes an unrelated common_constraints update.
Rather than constraining django-stubs' major version to our django major version (4.x.x), we are going to go one ahead (5.x.x), as recommended by python/mypy#17958 Also includes an unrelated common_constraints update.
Rather than constraining django-stubs' major version to our django major version (4.x.x), we are going to go one ahead (5.x.x), as recommended by python/mypy#17958 Also includes an unrelated common_constraints update.
Rather than constraining django-stubs' major version to our django major version (4.x.x), we are going to go one ahead (5.x.x), as recommended by python/mypy#17958 Also includes an unrelated common_constraints update.
Rather than constraining django-stubs' major version to our django major version (4.x.x), we are going to go one ahead (5.x.x), as recommended by python/mypy#17958 Also includes an unrelated common_constraints update.
Crash Report
Ran mypy as normal:
uv run mypy --show-error-codes --show-column-numbers
, and got anINTERNAL_ERROR
. Never seen it before, so was surprised.Traceback
To Reproduce
Sorry, this is in a company repo, so I don't think I'm allowed to just paste in the code. Hope the traceback is enough to help you find it.
Your Environment
uv run mypy --show-error-codes --show-column-numbers --show-traceback
mypy.ini
(and other config files):The text was updated successfully, but these errors were encountered: