Skip to content

Releases: pydantic/pydantic-core

2023-04-15 v0.24.1

15 Apr 18:55
f8cafe7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0 2023-04-13

13 Apr 07:45
633227f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.1...v0.24.0

v0.23.1 2023-04-10

11 Apr 04:33
cf543e2
Compare
Choose a tag to compare

What's Changed

  • Fix issue with recursive wrap function serializer schemas by @dmontagu in #530
  • Don't recurse into metadata by @dmontagu in #532
  • Use __pydantic_serializer__ in to_jsonable_python by @dmontagu in #533
  • use pyo3-signature for serializer defaults arguments by @samuelcolvin in #534
  • Skip extra/unknown fields checks when using from_attributes=True by @adriangb in #537

Full Changelog: v0.23.0...v0.23.1

v0.23.0 2023-04-07

07 Apr 10:38
534630f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0 2023-04-02

02 Apr 20:20
1276e37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0 2023-04-01

01 Apr 17:23
f6657a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0 2023-03-31

31 Mar 13:29
4313368
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0 2023-03-30

30 Mar 21:16
ecc8df4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.19.0

v0.18.1 2023-03-30

29 Mar 22:43
4b22109
Compare
Choose a tag to compare

What's Changed

  • Revert behavior change in error reporting for function after validators by @adriangb in #495

Full Changelog: v0.18.0...v0.18.1

v0.18.0 2023-03-29

29 Mar 20:50
7662bdd
Compare
Choose a tag to compare

What's Changed

  • Remove duplicate test case from test_arguments by @hramezani in #490
  • Remove duplicate code from field_after_validator_function doc by @hramezani in #491
  • Make validate_assignment a part of the Validator trait by @adriangb in #478
  • Uncomment some assertion by @hramezani in #493

New Contributors

Full Changelog: v0.17.1...v0.18.0