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
why: keep runtime installs free of typing_extensions while still supporting optional fields.
what:
- split ConfigDict into required/optional TypedDict mixins instead of relying on NotRequired.
- drop the typing_extensions import entirely.
0 commit comments