> **Note:** v1.0.1 was deleted from PyPI because it was incompatible with python 2.7, but the package setup did not specify this correctly and yanked packages are not supported by the latest `pip` for python 2.7. The v1.0.2 release is identical to v1.0.1 except for the corrected `python_requires>=3.6`.
* Add vendored `importlib_metadata` v3.2.0 for use with Python 3.6-3.7 to avoid breaking changes in newer releases and to avoid conflicts with `importlib_metadata` requirements in other packages.
* Backport changes from 41 for improved compatibility with Python 3.10+.