Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 93aad83

Browse files
Louis Yecopybara-github
authored andcommitted
Pin google-api-python-client version for agent dependencies in Python2
PiperOrigin-RevId: 315709983 Change-Id: Ia1e2527dcab204003015575843a5e7da6d4cac98
1 parent a0e2330 commit 93aad83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ def ReadConfig(section, value, default):
108108
author='Google Inc.',
109109
version=version,
110110
install_requires=[
111-
'google-api-python-client',
111+
'google-api-python-client==1.8.4'
112+
if sys.version_info.major < 3 else 'google-api-python-client',
112113
'google-auth==1.8.2'
113114
if sys.version_info.major < 3 else 'google-auth>=1.0.0',
114115
'google-auth-httplib2',

0 commit comments

Comments
 (0)