pydantic-core icon indicating copy to clipboard operation
pydantic-core copied to clipboard

`TypedDictValidator` can drop support for `extra`

Open samuelcolvin opened this issue 1 year ago • 4 comments

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?

samuelcolvin avatar Nov 02 '24 18:11 samuelcolvin