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