Skip to content

Commit d76920e

Browse files
Fixing the build issue
fix: for the build issue "AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms' "cryptography 39.0.0 no longer supports openssl 1.1.0 or older and thus is causing this issue. Reference: pyca/cryptography#7959 https://cryptography.io/en/latest/changelog/#v39-0-0 As a workaround until the dependencies are fixed, you can force install cryptography 38.0.4 and sam should work (I just verified with my CI/CD builds which all got broken today due to the cryptography update).
1 parent cc3ba9b commit d76920e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pyOpenSSL==22.0.0
22
requests==2.22.0
33
Deprecated==1.2.5
4+
cryptography==38.0.4

0 commit comments

Comments
 (0)