Skip to content

Releases: bachorp/lazy-imports

0.4.0

23 Dec 10:37
Compare
Choose a tag to compare

Changes

  • Bump minimum version of Python to 3.9
  • Raise ValueError upon instantiating LazyImporter with duplicate attributes
  • Include extra_objects in __all__ and __reduce__
  • Add type annotations to LazyImporter(...)