You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.