Skip to content

Update vendor dependencies to support FIPS on older Python versions #8223

@andrewwongscale

Description

@andrewwongscale

[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions