v2.11.0 2023-10-17
What's Changed
- Replace definitions
VecwithOnceLockslots by @davidhewitt in #992 - Fix type-checking when using deprecated
FieldValidationInfoby @sisp in #995 - Fix pydantic 7715 by @sydney-runkle in #1002
- Fix
regex_enginebeing rejected byvalidate_core_schemaby @davidhewitt in #1011 - Add
SchemaSerializer.__reduce__method to enablepickleserialization by @edoakes in #1006 - Fix
definition-refbug withDictkeys by @sydney-runkle in #1014 - Update PyO3 to 0.20 by @davidhewitt in #1003
- feat: add
ser_json_bytesmode'hex'by @PrettyWood in #1016 - Bump strum_macros from 0.25.2 to 0.25.3 by @dependabot in #1021
- Bump serde from 1.0.188 to 1.0.189 by @dependabot in #1019
- Bump regex from 1.9.6 to 1.10.1 by @dependabot in #1020
- Fix bug allowing validation of
booltypes withcoerce_numbers_to_str=Trueby @sydney-runkle in #1017 - Bump version to 2.11.0 by @davidhewitt in #1027
New Contributors
Full Changelog: v2.10.1...v2.11.0