-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
python-poetry/poetry-core
#617Labels
kind/featureFeature requests/implementationsFeature requests/implementations
Description
[x] I have searched the issues of this repo and believe that this is not a duplicate.
[x] I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
Hello,
Would it be possible to update the vendor dependencies (like this PR), particularly lark to capture this update from February 2023?
I'm running into this exact issue from lark on poetry install, where I'm unable to build because Poetry's version of Lark is using md5 hashing which is blocked on FIPS systems.
Similar ask from last year: #4986. This fixed it for Python versions >= 3.9. Unfortunately, our work is on Python 3.8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureFeature requests/implementationsFeature requests/implementations