8000 Releases ยท pydantic/pydantic-core ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: pydantic/pydantic-core

v2.31.0 2025-03-05

05 Mar 19:45
c3be32d
Compare
Choose a tag to compare

What's Changed

Packaging

Performance

Fixes

  • Skip reusing wrap validators / serializers for prebuilt variants by @sydney-runkle in #1660
  • Add cls_name to typed-dict schema by @Viicos in #1659
  • Coerce validator constraints to their valid type by @Viicos in #1661

Full Changelog: v2.30.0...v2.31.0

v2.30.0 2025-02-25

25 Feb 20:43
9975030
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.29.0...v2.30.0

v2.29.0 2025-02-07

07 Feb 17:49
f1aaaaf
Compare
Choose a tag to compare

What's Changed

Packaging

Fixes

Performance

  • Memory usage optimization via reuse of SchemaValidator and SchemaSerializer by @sydney-runkle in #1616

New Features

New Contributors

Full Changelog: v2.28.0...v2.29.0

v2.28.0 2025-01-30

30 Jan 17:30
009b948
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.27.1...v2.28.0

v2.27.2 2024-12-18

18 Dec 11:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.27.1...v2.27.2

v2.27.1 2024-11-21

21 Nov 23:55
83ff1cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.27.0...v2.27.1

v2.27.0 2024-11-12

12 Nov 17:54
061711f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.26.0...v2.27.0

v2.26.0 2024-11-04

04 Nov 14:31
96038dd
Compare
Choose a tag to compare

What's Changed

Fixes

  • Revert changes to url schemas that support cls, the 2x validation isn't worth it (and is breaking) by @sydney-runkle in #1514
  • Fix when coerce_numbers_to_str enabled and string has invalid unicode character by @andrey-berenda in #1515
  • Fix serializing complex values in enums by @changhc in #1524

Packaging

New Features

New Contributors

Full Changelog: v2.25.1...v2.26.0

v2.25.1 2024-10-30

30 Oct 11:07
9217019
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.25.0...v2.25.1

v2.25.0 2024-10-23

23 Oct 14:08
e161980
Compare
Choose a tag to compare

What's Changed

  • Properly enforce host_required for URLs by @Viicos in #1488
  • Support revalidation of parametrized generics by @sydney-runkle in #1489
  • Support default factories taking validated data as an argument by @Viicos in #1491

Full Changelog: v2.24.2...v2.25.0

0