Skip to content

v0.1.0

Compare
Choose a tag to compare
@ikonst ikonst released this 18 Oct 17:39
· 2 commits to master since this release
8ae05ad

What's Changed

  • Model.__init__ calls are now type-checked: attributes types will have to match and undefined attributes will not be allowed.
  • Lowest supported Python version is now 3.8

Internals

  • Reworked attribute initialization parsing. Results are now persisted in the model type's mypy metadata.