mtlynch / resticpy

Minimal Python wrapper around the restic backup command-line interface.
https://mtlynch.github.io/resticpy/
MIT License
52 stars 19 forks source link

Upgrade twine to resolve issue with importlib-metadata #165

Closed mtlynch closed 3 months ago

mtlynch commented 3 months ago

This fixes an issue with twine version 4.0.2, which depends on the latest version of importlib-metadata (>= 3.6). Consequently, it is impacted by the breaking changes introduced in importlib-metadata version 8.0.0.

This issue has been resolved in https://github.com/pypa/twine/pull/1124.