Skip to content

v0.8.0 - Support of Pydantic v1 extended to Pydantic v2 Backport

Latest
Compare
Choose a tag to compare
@NowanIlfideme NowanIlfideme released this 01 Apr 20:14
· 10 commits to main since this release
04a9ea7

What's Changed

  • Support installations of Pydantic v2 (but only v1 backported models) by @NowanIlfideme in #113

Essentially, you may install Pydantic v2 now, however you need to use the backport from pydantic.v1 import BaseModel and so on - we only support v1-style models at this point.

Full Changelog: v0.7.0...v0.8.0