github pydantic/pydantic-core v2.10.0
v2.10.0 2023-09-21

latest releases: v2.24.0, v2.23.4, v2.23.3...
12 months ago

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

Don't miss a new pydantic-core release

NewReleases is sending notifications on new releases.