arcesium / poetry-plugin-pypi-mirror

Poetry plugin that adds support for pypi.org mirrors and pull-through caches
BSD 3-Clause "New" or "Revised" License
43 stars 11 forks source link

Add support for poetry 1.3.0 #5

Closed JacobHenner closed 1 year ago

JacobHenner commented 1 year ago

Poetry 1.3.0 includes breaking changes that cause the plugin to fail silently. This commit adds support for poetry 1.3.0, and breaks compatibility with poetry < 1.3.0. Users of poetry < 1.3.0 are advised to install an older version of the plugin.

Resolves #3