Skip to content

Commit 7d8b03d

Browse files
committed
chore(deps): update dependency oauth2client to v4
1 parent c6c5001 commit 7d8b03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
package_dir={'googledatastore': 'googledatastore'},
3030
install_requires=[
3131
'httplib2>=0.9.1,<=0.12.0',
32-
'oauth2client>=2.0.1,<4.0.0',
32+
'oauth2client>=2.0.1,<4.2.0',
3333
'proto-google-cloud-datastore-v1>=0.90.0',
3434
],
3535
classifiers=[

0 commit comments

Comments
 (0)