Commit d76920e
authored
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments