-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyOpenSSL version of 24.3.0 breaks PyDrive #361
Comments
Thanks for the report @metjush . I've pinned the dependency here #362 for now. As I mentioned in the PR:
Here is the ticket for that #89 |
#362 started breaking CI for dvc. This is because I am not sure what the right fix should be, because it is coming from the combination of how |
Edited by @shcheklein : Action item: unpin pyOpenSSL after migration is done. See the comment below #361 (comment)
Hey, after pip installed a new version of pyOpenSSL overnight (24.3.0), all my pipelines that contain pydrive started to fail with the following error:
the day before I still had pyOpenSSL version of 24.2.1, which worked. Forcing
pyopenssl==24.2.1
in my requirements.txt file fixes the issue for now, but pydrive2 should be updated to reflect changes in pyOpenSSLThe text was updated successfully, but these errors were encountered: