Skip to content

v2.10.0 2023-09-21

Choose a tag to compare

@adriangb adriangb released this 21 Sep 16:21
· 604 commits to main since this release
91746c9

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