Skip to content

v12.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 22:05
· 21 commits to develop since this release
c654b4c

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