-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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
Labels
No labels