v1.10.18
版本发布时间: 2024-08-23 01:51:26
pydantic/pydantic最新发布版本:v2.9.2(2024-09-17 22:59:21)
What's Changed
Fixes
- Eval type fix in V1 by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9751
- Add
to_lower_camel
to__all__
inutils.py
by @sydney-runkle (direct commit) - Fix
mypy
v1 plugin for mypy 1.11 release by @flaeppe in https://github.com/pydantic/pydantic/pull/10139 - Fix discriminator key used when discriminator has alias and
.schema(by_alias=False)
by @exs-dwoodward in https://github.com/pydantic/pydantic/pull/10146
New Contributors
- @flaeppe made their first contribution in https://github.com/pydantic/pydantic/pull/10139
Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.17...v1.10.18