Skip to content

Commit

Permalink
set lower limit for cryptography
Browse files Browse the repository at this point in the history
pyopenssl<24.3.0 is not compatible with cryptography<44. So, limiting them so that newer version of cryptography does not get installed with older version of pyopenssl.
  • Loading branch information
skshetry authored Nov 29, 2024
1 parent 8d646eb commit 616dd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"oauth2client >= 4.0.0",
"PyYAML >= 3.0",
# https://github.com/iterative/PyDrive2/issues/361
"cryptography<44,
"pyOpenSSL >= 19.1.0, <=24.2.1",
],
extras_require={
Expand Down

0 comments on commit 616dd2a

Please sign in to comment.