From 6a821b8a75a6bb665575e4c37488e18232191244 Mon Sep 17 00:00:00 2001 From: Alex Viscreanu Date: Sat, 24 Aug 2019 23:14:47 +0200 Subject: [PATCH] Fix SSLHandshakeError error on gdrive callback changes: Update google-api-python-client and httplib2 versions details: https://github.com/googleapis/google-api-python-client/issues/453 --- optional-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optional-requirements.txt b/optional-requirements.txt index 474dc8be..91eb6192 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -1,5 +1,5 @@ # GDrive Integration -google-api-python-client==1.6.1 +google-api-python-client==1.7.11 gevent==1.2.1 greenlet==0.4.12 httplib2==0.9.2