v0.5.0 - Breaking (Object Format) - Fixes for Nested Model Serialization
⚠️ Important Breaking Fix ⚠️
Nested models are now properly serialized and loaded. Note that you must specify "class": "YourClassName"
in JSON (or the equivalent in YAML) when creating these files by hand. Docs fix will be done in a later patch.
This will break saved objects, but should NOT change any of your code.
What's Changed
- Bump ruff from 0.0.265 to 0.0.270 by @dependabot in #30
- Keep type information for nested Pydantic models by @NowanIlfideme in #32
- Bump pre-commit from 3.3.1 to 3.3.2 by @dependabot in #28
- Bump mypy from 1.2.0 to 1.3.0 by @dependabot in #26
Full Changelog: v0.4.0...v0.5.0