Skip to content

Releases: pydantic/pydantic-core

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

v2.9.0 2023-09-20

20 Sep 14:51
@lig lig
0f9a5c9
Compare
Choose a tag to compare

What's Changed

  • fix function-after validator changing validation mode to Python by @davidhewitt in #967
  • implementing validate_strings by @samuelcolvin in #883
  • Fix serialization of model subclasses via unions when definition referneces are used by @adriangb in #977
  • ✨ Implement optional number to str coercion by @lig in #975
  • Add support for hiding input in errors and json by @sydney-runkle in #973
  • 🔖 Bump version to 2.9.0 by @lig in #979

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0 2023-09-18

18 Sep 20:38
a17e9b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0 2023-08-29

29 Aug 12:28
01a1523
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.3...v2.7.0

v2.6.3 2023-08-23

23 Aug 16:21
c086cae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.2...v2.6.3

v2.6.2 2023-08-23

23 Aug 15:38
e414a12
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @yvalencia91 made their first contribution in #915

Full Changelog: v2.6.1...v2.6.2

v2.6.1 2023-08-18

18 Aug 14:35
a4015ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0 2023-08-16

16 Aug 17:40
5f7426d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0 2023-08-10

10 Aug 14:02
040985f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0 2023-07-24

24 Jul 16:54
f5ef7af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0