⚠️ 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 https://github.com/NowanIlfideme/pydantic-kedro/pull/30
* Keep type information for nested Pydantic models by NowanIlfideme in https://github.com/NowanIlfideme/pydantic-kedro/pull/32
* Bump pre-commit from 3.3.1 to 3.3.2 by dependabot in https://github.com/NowanIlfideme/pydantic-kedro/pull/28
* Bump mypy from 1.2.0 to 1.3.0 by dependabot in https://github.com/NowanIlfideme/pydantic-kedro/pull/26
**Full Changelog**: https://github.com/NowanIlfideme/pydantic-kedro/compare/v0.4.0...v0.5.0