* Advertise Python 3.12 for 1.10.x! Part Deux by vfazio in https://github.com/pydantic/pydantic/pull/9644 * Mirrored modules in `v1` namespace to fix typing and object resolution in python>3.11 by exs-dwoodward in https://github.com/pydantic/pydantic/pull/9660 * setup: remove upper bound from python_requires by vfazio in https://github.com/pydantic/pydantic/pull/9685
1.10.16
* Specify recursive_guard as kwarg in FutureRef._evaluate by vfazio in https://github.com/pydantic/pydantic/pull/9612 * Fix mypy v1 plugin for upcoming mypy release by cdce8p in https://github.com/pydantic/pydantic/pull/9586 * Import modules/objects directly from v1 namespace by exs-dwoodward in https://github.com/pydantic/pydantic/pull/9162
1.10.15
* Add pydantic.v1 namespace to Pydantic v1 by exs-dmiketa in https://github.com/pydantic/pydantic/pull/9042 * Relax version of typing-extensions for V1 by SonOfLilit in https://github.com/pydantic/pydantic/pull/8819 * patch fix for mypy by sydney-runkle in https://github.com/pydantic/pydantic/pull/8765
1.10.14
* Update install.md by dmontagu in 7690 * Fix ci to only deploy docs on release by sydney-runkle in 7740 * Ubuntu fixes for V1 by sydney-runkle in 8540 and 8587 * Fix cached_property handling in dataclasses when copied by rdbisme in 8407
1.10.13
* Fix: Add max length check to `pydantic.validate_email`, 7673 by hramezani * Docs: Fix pip commands to install v1, 6930 by chbndrhnns
1.10.12
Not secure
* Fixes the `maxlen` property being dropped on `deque` validation. Happened only if the deque item has been typed. Changes the `_validate_sequence_like` func, [6581](https://github.com/pydantic/pydantic/pull/6581) by maciekglowka