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
I'm generating a TypedDict class from a JSON schema and the latest release automatically adds closed=True to the subclass constructor. This makes our typing check fail as we rely on mypy which doesn't yet support PEP 728. Is there an option to disable such generation so to maintain the original implementation of a standard TypedDict?