Skip to content
Snippets Groups Projects
Commit 55d2da4d authored by Miquel Raïch's avatar Miquel Raïch
Browse files

[FIX] requirements: limit the version of cryptography


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.

closes odoo/odoo#99829

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent ceaaccb1
Branches
Tags
No related merge requests found
Babel==2.9.1 # min version = 2.6.0 (Focal with security backports)
chardet==3.0.4
cryptography==2.6.1 # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0
decorator==4.4.2
docutils==0.16
ebaysdk==2.1.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment