Skip to content

v1.10.6 2023-03-02

Compare
Choose a tag to compare
@dmontagu dmontagu released this 08 Mar 19:32
· 1510 commits to main since this release
bf6b884

What's Changed

  • Implement logic to support creating validators from non standard callables by using defaults to identify them and unwrapping functools.partial and functools.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, not ConfigError, when a discriminator value is unhashable, #4773 by @kurtmckee

New Contributors

Full Changelog: v1.10.5...v1.10.6