mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
e012089f12
* Mention python >= 3.9.2 as an alternative to `typing_extensions.TypedDict` * Narrow the upper version for `LegacyTypedDict`: 3.9 -> 3.9.2 * Add an entry to `changes` * Update pydantic/annotated_types.py Co-authored-by: Samuel Colvin <samcolvin@gmail.com> * Update `TypedDict` exception message in the test suite * linting Co-authored-by: Samuel Colvin <samcolvin@gmail.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com>