You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.Linked PRs
The text was updated successfully, but these errors were encountered: