Skip to content

Commit

Permalink
[FIX] requirements: limit the version of cryptography
Browse files Browse the repository at this point in the history
It happens that pyopenssl==19.0.0 is incompatible with cryptography>=37.0.0,
but in pyopenssl requirements, they have lower bound limit for
cryptography but not an upper bound.
  • Loading branch information
zamberjo authored and docker-odoo committed Aug 2, 2023
1 parent 00b81eb commit 033a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated from manifests external_dependencies
chardet
cryptography
cryptography==2.6.1
pycountry
pycryptodome
qrcode
Expand Down

0 comments on commit 033a796

Please sign in to comment.