Skip to content

0.6.0 - breaking changes

Latest
Compare
Choose a tag to compare
@commonism commonism released this 02 Mar 06:05
· 18 commits to master since this release

Breaking changes

This release introduces breaking changes. The model construction was changed wrt. to the use of pydantic RootModels, avoiding them where possible and using annotations instead. Annotations do not require accessing the value via .root, additionally Schema.model() unwraps the first layer of a RootModel, resulting in a change of access to the models returned from calls.

What's Changed

Full Changelog: v0.5.0...v0.6.0