Skip to content

Commit

Permalink
fix(deps): pin pyopenssl due to incompatible changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Nov 28, 2024
1 parent ce85cab commit 33d2c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"google-api-python-client >= 1.12.5",
"oauth2client >= 4.0.0",
"PyYAML >= 3.0",
"pyOpenSSL >= 19.1.0",
"pyOpenSSL >= 19.1.0, <=24.2.1", # https://github.com/iterative/PyDrive2/issues/361
],
extras_require={
"fsspec": [
Expand Down

0 comments on commit 33d2c58

Please sign in to comment.