Skip to content

Relax cryptography constraint to allow 46.* #203

@eirikur-nc

Description

@eirikur-nc

Hi there.

I'm trying to introduce clerk-backend-api to an existing project.
When adding the clerk-backend-api package (via Poetry), the cryptography package gets downgraded from 46.0.3 to 45.0.7 due to the following constraint: cryptography (>=45.0.0,<46.0.0) in this library. For reasons, that I've not gotten to the bottom of, I start getting errors in my project in code that issues JWTs after this downgrade. More precisely, I get an error de-serializing an EdDSA private key in PEM format.

I'd therefore like to ask if you'd be willing to relax this constraint to cryptography (>=45.0.0,<47.0.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions