Added
- Free-threaded wheels for Python 3.15 (
3.15t). - Optional
iter_errors(instance)method on custom keyword validators for reporting multiple errors from a single keyword. #1071
Changed
- Update
pyo3to0.29. - Clearer import error on free-threaded Python when older pip installs the abi3 wheel. #1131
Performance
- Faster validator construction, via compile-time meta-schema validators.
Fixed
typeunderitemsasserted with the Validation vocabulary disabled.- Disabled vocabularies ignored for
$reftargets without their own$schema(e.g.$defsentries).
Removed
- Support for Python 3.13t following the
pyo3update.