pydantic-core
pydantic-core copied to clipboard
`TypedDictValidator` can drop support for `extra`
This dates back to when TypedDictValidator was used to build fields for models. extra is not supported by Python TypedDicts so we can remove the logic from here.
@sydney-runkle can we do that now, or do we need to wait for V3?