What's Changed
- Replace definitions
Vec
withOnceLock
slots by @davidhewitt in #992 - Fix type-checking when using deprecated
FieldValidationInfo
by @sisp in #995 - Fix pydantic 7715 by @sydney-runkle in #1002
- Fix
regex_engine
being rejected byvalidate_core_schema
by @davidhewitt in #1011 - Add
SchemaSerializer.__reduce__
method to enablepickle
serialization by @edoakes in #1006 - Fix
definition-ref
bug withDict
keys by @sydney-runkle in #1014 - Update PyO3 to 0.20 by @davidhewitt in #1003
- feat: add
ser_json_bytes
mode'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
bool
types withcoerce_numbers_to_str=True
by @sydney-runkle in #1017 - Bump version to 2.11.0 by @davidhewitt in #1027
New Contributors
Full Changelog: v2.10.1...v2.11.0