- OS version and name:
- Poetry version:
- Link of a Gist with the contents of your pyproject.toml file:
Issue
Hi Poetry team. With Poetry 1.2.0, the legacy installer no longer works the same way it had.
We use Poetry in production as part of our CI/CD process, and the breaking change resulted in multiple pipelines failing.
On 31 August, the legacy installer stopped working. The fix was to append the --version 1.1.15 to the installer. In our own time, we will migrate over to 1.2.0 but will need to evaluate that release before doing so.
On 1 September, the installer stopped working again, even with the fix that worked the day before. GET_POETRY_IGNORE_DEPRECATION=1 is now required. We had to update all our pipelines again.
The bug is created as a request that breaking changes are not introduced in the future when attempting to phase out legacy procedures. Instead, please use alternative measures, such as deprecation warnings.
I created this bug since we plan to continue using Poetry but wanted to raise this concern with the development team.
-vvvoption).Issue
Hi Poetry team. With Poetry 1.2.0, the legacy installer no longer works the same way it had.
We use Poetry in production as part of our CI/CD process, and the breaking change resulted in multiple pipelines failing.
On 31 August, the legacy installer stopped working. The fix was to append the
--version 1.1.15to the installer. In our own time, we will migrate over to 1.2.0 but will need to evaluate that release before doing so.On 1 September, the installer stopped working again, even with the fix that worked the day before.
GET_POETRY_IGNORE_DEPRECATION=1is now required. We had to update all our pipelines again.The bug is created as a request that breaking changes are not introduced in the future when attempting to phase out legacy procedures. Instead, please use alternative measures, such as deprecation warnings.
I created this bug since we plan to continue using Poetry but wanted to raise this concern with the development team.