You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application uses cryptography 45 due to export of HashAlgorithmOID. I also have sigstore currently as a dev-dependency.
Installing all runtime dependencies and dev-dependencies into the same venv - even with the latest version published some days ago - fails as sigstore refuses to work with cryptography version 45.x or later.
The latest version on the main branch has already been updated. What has to be done to support cryptography 45 on a released package?