Skip to content

Commit 7ea4207

Browse files
chore(deps): update dependency google-api-python-client to v2 (GoogleCloudPlatform#5463)
* chore(deps): update dependency google-api-python-client to v2 * Pin version for Python 2.7 * Pin version for Python 2.7 * Update requirements.txt * Maintain older version for now to avoid bug * Maintain older version for now to avoid bug * Maintain older version for now to avoid bug * Maintain older version for now to avoid bug * Maintain older version for now to avoid bug * Avoid bug with new library for now Co-authored-by: Charles Engelke <engelke@google.com>
1 parent bb06112 commit 7ea4207

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==4.6.11; python_version < '3.0'
2-
google-api-python-client==1.12.8
2+
google-api-python-client==1.12.8; python_version < '3.0'
33
mock==3.0.5; python_version < '3.0'
44
WebTest==2.0.35
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==1.1.2
2-
google-api-python-client==1.12.8
2+
google-api-python-client==1.12.8; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.12.8
1+
google-api-python-client==1.12.8; python_version < '3.0'
22
google-auth==1.27.1
33
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
google-api-python-client==1.12.8
2+
google-api-python-client==2.0.2
33
google-auth==1.27.1
44
google-cloud-pubsub==2.4.0

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.12.8
1+
google-api-python-client==2.0.2
22
google-auth-httplib2==0.1.0
33
google-auth==1.27.1

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-auth==1.27.1
22
google-auth-oauthlib==0.4.3
33
google-auth-httplib2==0.1.0
4-
google-api-python-client==1.12.8
4+
google-api-python-client==2.0.2
55
flask==1.1.2
66
requests==2.25.1

compute/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.12.8
1+
google-api-python-client==2.0.2
22
google-auth==1.27.1
33
google-auth-httplib2==0.1.0

compute/auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.25.1
2-
google-api-python-client==1.12.8
2+
google-api-python-client==2.0.2
33
google-auth==1.27.1
44
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==3.4.6
22
requests==2.25.1
3-
google-api-python-client==1.12.8
3+
google-api-python-client==2.0.2
44
google-auth==1.27.1
55
google-auth-httplib2==0.1.0

compute/oslogin/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.12.8
1+
google-api-python-client==2.0.2
22
google-auth==1.27.1
33
google-auth-httplib2==0.1.0
44
requests==2.25.1

0 commit comments

Comments
 (0)