Skip to content

4.3.0

Compare
Choose a tag to compare
@oschwald oschwald released this 20 Sep 17:35
· 191 commits to main since this release
84e3534
  • Previously, the py.typed file was not being added to the source
    distribution. It is now explicitly specified in the manifest.
  • The type hints for the database file in the Reader constructor have
    been expanded to match those specified by maxmindb.open_database. In
    particular, os.PathLike and IO have been added.
  • Corrected the type hint for the metadata() method on Reader. It
    will return a maxminddb.extension.Metadata if the C extension is being
    used.