mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
e92f12efac
* Add ability to use TypedDict Required/NotRequired * Update pydantic/typing.py Co-authored-by: Samuel Colvin <samcolvin@gmail.com> * Seperate TypedDict tests * Update update_typeddict_keys doc string * Add inheritance test * Update pydantic/typing.py Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * Raise exc instead of reimplementing new TypedDict Co-authored-by: Samuel Colvin <samcolvin@gmail.com> Co-authored-by: Eric Jolibois <em.jolibois@gmail.com>