From c802a28df337bcaad67e3de024f3baf085effaeb Mon Sep 17 00:00:00 2001 From: Viraj Karandikar <16838694+virajkarandikar@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:52:02 +0530 Subject: [PATCH 1/2] pin grpcio to 1.64.1 To avoid unwanted log issue with latest version https://github.com/grpc/grpc/issues/37178 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f7d3e8..fc78e9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ setuptools>=65 -grpcio-tools \ No newline at end of file +grpcio-tools==1.64.1 From 905a56c3fe2ab12cb14c3079cec02bf18a564b6c Mon Sep 17 00:00:00 2001 From: Viraj Karandikar <16838694+virajkarandikar@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:53:58 +0530 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index fc78e9f..9a6d6fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ setuptools>=65 +grpcio==1.64.1 grpcio-tools==1.64.1