Skip to content

Commit 211f56c

Browse files
Updates latest version of PyDrive2 (#3624)
This latest version of PyDrive2 fixes an issue for Google Drive remote management in machines with an old version of httplib2.
1 parent fc6a10f commit 211f56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run(self):
8888
# Extra dependencies for remote integrations
8989

9090
gs = ["google-cloud-storage==1.19.0"]
91-
gdrive = ["pydrive2>=1.4.9"]
91+
gdrive = ["pydrive2>=1.4.10"]
9292
s3 = ["boto3>=1.9.201"]
9393
azure = ["azure-storage-blob==2.1.0"]
9494
oss = ["oss2==2.6.1"]

0 commit comments

Comments
 (0)