How to migration poetry v1 to v2 #10392
Answered
by
radoering
FarmerChillax
asked this question in
Q&A
-
I want to upgrade Poetry to v2, is there any migration documentation or guide? |
Beta Was this translation helpful? Give feedback.
Answered by
radoering
May 15, 2025
Replies: 1 comment
-
No, the breaking changes should all be mentioned in https://python-poetry.org/blog/announcing-poetry-2.0.0/ Apart from that I would recommend to run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FarmerChillax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the breaking changes should all be mentioned in https://python-poetry.org/blog/announcing-poetry-2.0.0/
Apart from that I would recommend to run
poetry check
with v2 and address the deprecations, which are mostly related to theproject
section. See also the blogpost for details and the docs for the syntax for the different fields of theproject
section.