Skip to content

Commit bdb5aef

Browse files
authored
deps(httplib2): Unpin http2lib version (#683)
1 parent 46260b8 commit bdb5aef

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
@@ -119,7 +119,7 @@ def get_version():
119119
"boto3>=1.15",
120120
"google-api-python-client",
121121
"google-cloud-storage>=1.36",
122-
"httplib2<=0.15",
122+
"httplib2",
123123
"pysftp",
124124
],
125125
},

0 commit comments

Comments
 (0)