Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin cryptography package to below 42.0.0 #10105

Merged
merged 1 commit into from Jan 23, 2024
Merged

Pin cryptography package to below 42.0.0 #10105

merged 1 commit into from Jan 23, 2024

Conversation

silv-io
Copy link
Member

@silv-io silv-io commented Jan 23, 2024

Motivation

The newest version of the cryptography package (42.0.0) seems to cause issues with the pipeline:

     from cryptography.hazmat.backends.openssl.ec import _EllipticCurvePrivateKey
E   ModuleNotFoundError: No module named 'cryptography.hazmat.backends.openssl.ec'

Changes

Pin cryptography to below 42.0.0 until the underlying issue is resolved

@silv-io silv-io added the semver: patch Non-breaking changes which can be included in patch releases label Jan 23, 2024
@silv-io silv-io requested a review from thrau January 23, 2024 10:10
Copy link

S3 Image Test Results (AMD64 / ARM64)

  2 files    2 suites   3m 10s ⏱️
386 tests 336 ✅  50 💤 0 ❌
772 runs  672 ✅ 100 💤 0 ❌

Results for commit 6db608d.

@thrau thrau merged commit 6814e67 into master Jan 23, 2024
28 of 31 checks passed
@thrau thrau deleted the pin-cryptography branch January 23, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants