-
Notifications
You must be signed in to change notification settings - Fork 26
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
Compatibility with poetry 2.0 #312
Comments
Thank you very much for the detailed report. It seems you know all the details and what has to be done. Would you consider opening a PR? |
Thats just what i found out while having a quick look at the code :D |
@frenzymadness i created #313 as a start which adds support for the new format during validation, feel free to have a look at it and suggest anything that i have missed, tests to be added etc. |
Describe the bug
Poetry 2.0 changed the hash format (again), it re-packs the data when configured in the new
pyproject.toml
format, see code and announcementTo Reproduce
Steps to reproduce the behavior:
poetry.lock
micropipenv.py verify
Expected behavior
A clear and concise description of what you expected to happen.
The
_compute_poetry_hash
funciton should be extended, as done for #280 to support the new formatScreenshots
-
Additional context
-
The text was updated successfully, but these errors were encountered: