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

Remove poetry version limit for new versions #17

Closed zetahernandez closed 7 months ago

zetahernandez commented 7 months ago

Related to #16

JacobHenner commented 7 months ago

The version restriction is deliberately included to prevent failure (including silent failure) if a Poetry release breaks the internal structures that this plugin depends upon. Ideally this would be handled in some automated way (or through compatibility guarantees in Poetry itself), but for now it'll have to remain as-is.