Poetry 2.0.0 was released yesterday: https://github.com/python-poetry/poetry/releases/tag/2.0.0
Since then, our CI is broken because of incompatibility with poetry-bumpversion:
Because no versions of poetry-bumpversion match >0.3.2,<0.4.0
and poetry-bumpversion (0.3.2) depends on poetry (>=1.2.0,<2.0.0), poetry-bumpversion (>=0.3.2,<0.4.0) requires poetry (>=1.2.0,<2.0.0).
So, because poetry-instance depends on both poetry (2.0.0) and poetry-bumpversion (^0.3.2), version solving failed.
We will enforce the use of Poetry version 1.8 for the time being. However, it would be helpful to know if there are plans to support Poetry version 2.
Poetry 2.0.0 was released yesterday: https://github.com/python-poetry/poetry/releases/tag/2.0.0
Since then, our CI is broken because of incompatibility with
poetry-bumpversion:We will enforce the use of Poetry version 1.8 for the time being. However, it would be helpful to know if there are plans to support Poetry version 2.