Remove kwargs-based TypedDict creation #104786
Labels
3.13
new features, bugs and security fixes
topic-typing
type-feature
A feature request or enhancement
#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
The text was updated successfully, but these errors were encountered: