-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Remove kwargs-based TypedDict creation #104786
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixestopic-typingtype-featureA feature request or enhancementA feature request or enhancement
Description
#90224 deprecated the creation of TypedDicts through the kwargs-based syntax (TypedDict("TD", a=int, b=str)). The syntax is to be removed in 3.13, so now is the time to do that.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixestopic-typingtype-featureA feature request or enhancementA feature request or enhancement