-
Notifications
You must be signed in to change notification settings - Fork 115
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
"TypedDict does not support instance and class checks" with Python 3.13 #453
Comments
Yep, I'm aware of this, and I think this is caused by |
Thanks for the response. If the problem is in |
I need to thoroughly check this before filing any issue with them. |
Ok! No big hurry – I’ll track this issue. Thanks for looking into it, and please let me know if there’s anything I can do. |
It looks like they're no longer using |
Yeah, this is definitely fixable on my side, but I need a good night's rest to wrap my head around the solution. |
This was fixed via #460. |
Things to check first
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
Typeguard version
4.2.1
Python version
3.13.0a5
What happened?
How can we reproduce the bug?
The text was updated successfully, but these errors were encountered: