Closed
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.
#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.