Skip to content

Releases: pydantic/pydantic-core

v2.14.4

17 Nov 15:22
223aa27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.3...v2.14.4

v2.14.3 2023-11-14

14 Nov 17:41
73b1184
Compare
Choose a tag to compare

This release is required to fix issues with uploading to PyPI, see pypi/support#3367.

Full Changelog: v2.14.2...v2.14.3

v2.14.2 2023-11-14

14 Nov 14:34
b18f4f9
Compare
Choose a tag to compare

Note: ⚠️ this release partially failed to upload to PyPI since we hit the 10gb limit on a project, see pypi/support#3367. I (@samuelcolvin) therefore deleted that release from PyPI along with two early releases to make space for 2.14.3.

What's Changed

Full Changelog: v2.14.1...v2.14.2

v2.14.1 2023-11-09

09 Nov 12:34
fbae08c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.0...v2.14.1

v2.14.0 2023-11-08

08 Nov 22:00
d3416f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.0...v2.14.0

v2.13.0 2023-11-07

07 Nov 13:28
0c46146
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.0...v2.13.0

v2.12.0 2023-11-06

06 Nov 19:23
d80c454
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.0...v2.12.0

v2.11.0 2023-10-17

17 Oct 18:33
f8470df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.1...v2.11.0

v2.10.1 2023-09-26

26 Sep 10:41
1a966d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.10.1

v2.10.0 2023-09-21

21 Sep 16:21
91746c9
Compare
Choose a tag to compare

What's Changed

  • use TypedDict from typing_extensions on <3.12 by @davidhewitt in #978
  • add switch to change regex engine from Rust to Python by @davidhewitt in #983
  • 🐛 Fix handling of UUID values having UUID.version=None by @samuelcolvin in #981
  • Add validate_core_schema function and remove validation from SchemaValidator and SchemaSerializer constructors by @davidhewitt in #982
  • add strict flag to validate_core_schema by @adriangb in #984
  • make field_name and data available on ValidationInfo by @samuelcolvin in #980

Full Changelog: v2.9.0...v2.10.0