Skip to content

Version 0.5.1

Compare
Choose a tag to compare
@tarsil tarsil released this 17 Oct 13:43
· 204 commits to main since this release

Changed

  • Base metaclass that is now generating the initial annotations for validations.
  • Update Pydantic version.
  • Update documentation to reflect the new fixed issues.

Fixed

  • Raise ImproperlyConfigured for managers that are not typed as ClassVar avoiding
    maximum recursion error. #19.