Skip to content

Releases: pynamodb/pynamodb-mypy

v0.1.2

21 Oct 03:25
a9684e2
Compare
Choose a tag to compare

What's Changed

  • Support derived model initializers by @ikonst in #4

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Oct 19:42
14abb4a
Compare
Choose a tag to compare

What's Changed

  • Handling overridden Model.__init__

v0.1.0

18 Oct 17:39
8ae05ad
Compare
Choose a tag to compare

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.