thoth-station / micropipenv

A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output. Designed for containerized Python applications but not limited to them.
https://pypi.org/project/micropipenv/
GNU Lesser General Public License v3.0
234 stars 25 forks source link

Fix compatibility with poetry 1.5+ #284

Closed frenzymadness closed 1 year ago

frenzymadness commented 1 year ago

Poetry 1.5 no longer provides category info in poetry.lock.

Fixes: https://github.com/thoth-station/micropipenv/issues/280

Cc @abompard

op1st-prow[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: goern Once this PR has been reviewed and has the lgtm label, please ask for approval from frenzymadness. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/thoth-station/micropipenv/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
isaac-florence commented 12 months ago

This fix will be helpful for us being able to upgrade beyond 1.4.2 - is there a date for the next release of poetry? Thanks!

frenzymadness commented 11 months ago

Sorry for the delay. I had a plan to fix more bugs before the next release but I have no time so I'm going to release a new version now.