Skip to content

Commit 33d2c58

Browse files
authored
fix(deps): pin pyopenssl due to incompatible changes
1 parent ce85cab commit 33d2c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"google-api-python-client >= 1.12.5",
4040
"oauth2client >= 4.0.0",
4141
"PyYAML >= 3.0",
42-
"pyOpenSSL >= 19.1.0",
42+
"pyOpenSSL >= 19.1.0, <=24.2.1", # https://github.com/iterative/PyDrive2/issues/361
4343
],
4444
extras_require={
4545
"fsspec": [

0 commit comments

Comments
 (0)