Skip to content

Commit 94a596e

Browse files
authored
Merge pull request googleapis#2455 from dhermes/upgrade-oauth2client
Upgrading version of oauth2client due to GAPIC/GAX conflict.
2 parents c6145c7 + 28a6004 commit 94a596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
REQUIREMENTS = [
5353
'httplib2 >= 0.9.1',
5454
'googleapis-common-protos >= 1.3.4',
55-
'oauth2client >= 2.0.1, < 3.0.0dev',
55+
'oauth2client >= 3.0.0, < 4.0.0dev',
5656
'protobuf >= 3.0.0',
5757
'six',
5858
]

0 commit comments

Comments
 (0)