Skip to content

2.2.0 apply pydantic validators

Choose a tag to compare

@mahenzon mahenzon released this 14 Sep 06:19
· 184 commits to main since this release

Previously pydantic validators defined on origin schemas were not applied to new generated schemas. From now on they will be applied.

What's Changed

  • added origin validators to attributes schema by @CosmoV in #39

Full Changelog: 2.1.0...2.2.0