Skip to content

v1.0.0-alpha.1 - Full rewrite, Pydantic V2 support, API simplified, JSON-based internals

Pre-release
Pre-release
Compare
Choose a tag to compare
@NowanIlfideme NowanIlfideme released this 23 Apr 21:25
· 50 commits to main since this release
83cbfd9

Rewrote pydantic-yaml to be much more maintainable in the short- and long-term.

In the short term: Pydantic V2 is supported, custom JSON encoders will also be used for YAML, and so on.

In the long term: Pydantic V2 API assumes external dump/load logic, rather than model.yaml(), so the API rewrite was coming anyways. And later we can allow using a "custom YAML engine". 😉

What's Changed

Full Changelog: v0.11.2...v1.0.0-alpha.1