From c30f7f3ca07e41ae0ba0d17522dc9b4d1918ece0 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Tue, 3 Mar 2020 17:12:37 -0800 Subject: [PATCH 1/2] splitting up #2651 --- dataproc/requirements.txt | 2 +- endpoints/bookstore-grpc-transcoding/requirements.txt | 10 +++++----- endpoints/bookstore-grpc/requirements.txt | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index f39bf65a8b3..99a1af1488d 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,4 +1,4 @@ -grpcio>=1.2.0 +grpcio==1.27.0 google-auth==1.10.0 google-auth-httplib2==0.0.3 google-cloud==0.34.0 diff --git a/endpoints/bookstore-grpc-transcoding/requirements.txt b/endpoints/bookstore-grpc-transcoding/requirements.txt index e7487cf5b3b..13d6537bf07 100644 --- a/endpoints/bookstore-grpc-transcoding/requirements.txt +++ b/endpoints/bookstore-grpc-transcoding/requirements.txt @@ -1,5 +1,5 @@ -grpcio>=1.10.0 -grpcio-tools>=1.10.0 -google-auth>=1.4.1 -six>=1.11 -googleapis-common-protos>=1.5.3 +grpci==1.27.1 +grpcio-tools==1.27.1 +google-auth==1.11.0 +six==1.14.0 +googleapis-common-protos==1.51.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index e1c139acee8..8317e36bc18 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,4 +1,4 @@ -grpcio>=1.10.0 -grpcio-tools>=1.10.0 -google-auth>=1.4.1 -six>=1.11 +grpcio==1.27.1 +grpcio-tools==1.27.1 +google-auth==1.11.1 +six==1.14.0 From 6281a14921741efca4d5bc1201410f04eb1bfba4 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Tue, 3 Mar 2020 19:23:15 -0800 Subject: [PATCH 2/2] fix typos --- dataproc/requirements.txt | 2 +- endpoints/bookstore-grpc-transcoding/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index 99a1af1488d..a54880f1559 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.27.0 +grpcio==1.27.1 google-auth==1.10.0 google-auth-httplib2==0.0.3 google-cloud==0.34.0 diff --git a/endpoints/bookstore-grpc-transcoding/requirements.txt b/endpoints/bookstore-grpc-transcoding/requirements.txt index 13d6537bf07..f86694ccf04 100644 --- a/endpoints/bookstore-grpc-transcoding/requirements.txt +++ b/endpoints/bookstore-grpc-transcoding/requirements.txt @@ -1,4 +1,4 @@ -grpci==1.27.1 +grpcio==1.27.1 grpcio-tools==1.27.1 google-auth==1.11.0 six==1.14.0