From e35192aa46b6fd24ecc5cceee43299289aab44cc Mon Sep 17 00:00:00 2001 From: Viraj Karandikar <16838694+virajkarandikar@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:34:38 +0530 Subject: [PATCH] Update grpcio to 1.67.1 (#103) * Update grpcio to 1.67.0 * use grpcio 1.67.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1fdcabe..9aeb78c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ setuptools==70.0.0 -grpcio==1.66.1 -grpcio-tools==1.66.1 +grpcio==1.67.1 +grpcio-tools==1.67.1