Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 244 Bytes

2216-PrettyWood.md

File metadata and controls

3 lines (3 loc) · 244 Bytes

Add support for NamedTuple and TypedDict types. Those two types are now handled and validated when used inside BaseModel or pydantic dataclass. Two utils are also added create_model_from_namedtuple and create_model_from_typeddict.