Skip to content

v0.11.0

Compare
Choose a tag to compare
@cofin cofin released this 23 May 13:29
· 24 commits to main since this release
1ebf5a2

What's Changed

  • fix: to_schema inocrrectly checks for ModelMetaclass instead of BaseModel by @cofin in #198

Attention: When using to_schema from the service layer, the schema_type command must be specified as a keyword (kwarg) now. It can not be passed in positionally.

Full Changelog: v0.10.0...v0.11.0