v12.0.0-rc.4
Pre-release
Pre-release
·
21 commits
to develop
since this release
v12.0.0-rc.4 (2025-08-06)
Bug Fixes
- Use replace deprecated custom json serialization with default pydantic v2 model_config (#501,
c654b4c
)
Issue #474
What? removes the json_loads and json_dumps parameters from the ConfigDict and uses default model_config
Why? it is no longer supported by Pydantic V2
Detailed Changes: v12.0.0-rc.3...v12.0.0-rc.4