Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin fails under Poetry 1.2.0rc2 #27

Closed
mbeacom opened this issue Aug 28, 2022 · 2 comments
Closed

Plugin fails under Poetry 1.2.0rc2 #27

mbeacom opened this issue Aug 28, 2022 · 2 comments
Labels

Comments

@mbeacom
Copy link
Contributor

mbeacom commented Aug 28, 2022

This plugin currently fails using the latest RC of Poetry (1.2.0rc2).
There have been numerous changes to the Poetry core (to include movement and removal of some methods).

If you attempt to run poetry commands following installation of this plugin under rc2, you will encounter a module_name not found in poetry.utils.helpers@module_name (as it is no longer available here, but rather: poetry.core.utils.helpers@module_name
Additionally, set_version was removed in a previous release (documented here): python-poetry/poetry#6223

This required the addition of ProjectPackage._set_version as discussed here: python-poetry/website#70 (comment)

@tiangolo
Copy link
Owner

Thanks! And thanks for the fix! 🙇

This was solved in #28, just released in version 0.2.0 🎉

@mbeacom
Copy link
Contributor Author

mbeacom commented Jul 12, 2023

Thanks for the merge! Glad it helped.

@mbeacom mbeacom closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants