What's Changed
- nicer error when hitting recursion error while serializing by @samuelcolvin in #630
- Add slots to dataclass schema by @hramezani in #617
- Add hide_input to ValidationError by @hramezani in #633
- fix for model subclass serialization in unions by @samuelcolvin in #632
- adding
tools.rs
, addextract_i64
by @samuelcolvin in #635 - Use
PyInt
for inequality and multiple of checks by @samuelcolvin in #634 - Add error messages for json by @Kludex in #637
New Contributors
Full Changelog: v0.34.0...v0.35.0