Skip to content

Remove deprecated keyword argument syntax for constructing typing.TypedDict types #104938

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

Closed
wants to merge 1 commit into from

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented May 25, 2023

Closes #104936.

The keyword argument syntax for constructing typing.TypedDict types was deprecated in 3.11 and scheduled for removal in Python 3.13.


📚 Documentation preview 📚: https://cpython-previews--104938.org.readthedocs.build/

@hugovk hugovk added stdlib Python modules in the Lib dir topic-typing 3.13 bugs and security fixes labels May 25, 2023
@AlexWaygood
Copy link
Member

Thanks! Unfortunately, we already have a PR in flight for this, which is a bit further along than this one :)

@hugovk
Copy link
Member Author

hugovk commented May 25, 2023

Oops, I missed that! 🚀

@hugovk hugovk deleted the rm-TypedDict-kwargs branch May 25, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes awaiting core review stdlib Python modules in the Lib dir topic-typing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated keyword argument syntax for typing.TypedDict
3 participants