Skip to content

Commit 8d646eb

Browse files
authored
fix(deps): pin pyopenssl due to incompatible changes (#362)
* fix(deps): pin pyopenssl due to incompatible changes * linter - fix line too long in setup.py
1 parent ce85cab commit 8d646eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

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

0 commit comments

Comments
 (0)