From 89f8fba776c14f18f06766a000e7c4c2310f03ab Mon Sep 17 00:00:00 2001 From: kang2453 Date: Thu, 3 Apr 2025 17:54:41 +0900 Subject: [PATCH] refactoring: update pip requirements to include grpcio and health-checking 1.64.1 Signed-off-by: kang2453 --- pkg/pip_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/pip_requirements.txt b/pkg/pip_requirements.txt index 527b38e..d9b1443 100644 --- a/pkg/pip_requirements.txt +++ b/pkg/pip_requirements.txt @@ -2,6 +2,6 @@ google-auth google-api-python-client schematics spaceone-core==1.12.37 -grpcio==1.59.0 -grpcio-health-checking==1.48.2 -grpcio-reflection==1.48.2 \ No newline at end of file +grpcio>=1.64.1 +grpcio-health-checking==1.64.1 +grpcio-reflection==1.64.1 \ No newline at end of file