What's Changed
- Use core schema fns to initalize
SchemaValidator
s in the test suite. by @mikeedjones in #1631 - Bump url from 2.5.2 to 2.5.4 by @dependabot in #1585
- Fix enum strict JSON validation when validators are present by @Viicos in #1632
- Add support for validating v7 UUIDs by @astei in #1634
- Refactor
LookupKey
logic to reduce redundancy by @davidhewitt in #1635 - Add support for UUIDv6 and UUIDv8 validation by @astei in #1636
- Remove unneeded
Option
map inPyMultiHostUrl.build
by @Viicos in #1643 - Add API documentation for
ErrorDetails.url
by @Viicos in #1642 - Fix typo in
InitErrorDetails.type
documentation by @sobolevn in #1645 - bump to PyO3 0.23.5, support PyPy 3.11 by @davidhewitt in #1646
- Fix strict behavior for unions by @sydney-runkle in #1638
- Update python3-dll-a for PyPy 3.11 by @davidhewitt in #1647
- Improving the alias configuration API for validation and serialization by @sydney-runkle in #1640
New Contributors
Full Changelog: v2.29.0...v2.30.0