What's Changed
- Implement logic to support creating validators from non standard callables by using defaults to identify them and unwrapping
functools.partial
andfunctools.partialmethod
when checking the signature, #5126 by @JensHeinrich - Fix mypy plugin for v1.1.1, and fix
dataclass_transform
decorator for pydantic dataclasses, #5111 by @cdce8p - Raise
ValidationError
, notConfigError
, when a discriminator value is unhashable, #4773 by @kurtmckee
New Contributors
- @mrmammadov made their first contribution in #5074
- @JensHeinrich made their first contribution in #5127
- @kurtmckee made their first contribution in #5132
Full Changelog: v1.10.5...v1.10.6