Skip to content

Commit b9d8287

Browse files
authored
splitting up GoogleCloudPlatform#2651 part 1/3 - dataproc + endpoints (GoogleCloudPlatform#3025)
* splitting up GoogleCloudPlatform#2651 * fix typos
1 parent b1c5961 commit b9d8287

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

dataproc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.2.0
1+
grpcio==1.27.1
22
google-auth==1.10.0
33
google-auth-httplib2==0.0.3
44
google-cloud==0.34.0
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
grpcio>=1.10.0
2-
grpcio-tools>=1.10.0
3-
google-auth>=1.4.1
4-
six>=1.11
5-
googleapis-common-protos>=1.5.3
1+
grpcio==1.27.1
2+
grpcio-tools==1.27.1
3+
google-auth==1.11.0
4+
six==1.14.0
5+
googleapis-common-protos==1.51.0
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.10.0
2-
grpcio-tools>=1.10.0
3-
google-auth>=1.4.1
4-
six>=1.11
1+
grpcio==1.27.1
2+
grpcio-tools==1.27.1
3+
google-auth==1.11.1
4+
six==1.14.0

0 commit comments

Comments
 (0)