From d7a1c2ccbaf0f88c695cc83c85eb7e2cfa40b50e Mon Sep 17 00:00:00 2001 From: kang2453 Date: Thu, 3 Apr 2025 16:18:35 +0900 Subject: [PATCH 1/2] Signed-off-by: kang2453 chore: update pip requirements to replace spaceone-core with grpcio version 1.64.1 --- pkg/pip_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pip_requirements.txt b/pkg/pip_requirements.txt index 1124299..8482b09 100644 --- a/pkg/pip_requirements.txt +++ b/pkg/pip_requirements.txt @@ -1,4 +1,4 @@ google-auth google-api-python-client schematics -spaceone-core==1.12.37 \ No newline at end of file +grpcio>=1.64.1 \ No newline at end of file From 50fc2e0b73b431f8e82a52d083a20e05854bdc4c Mon Sep 17 00:00:00 2001 From: kang2453 Date: Thu, 3 Apr 2025 16:25:06 +0900 Subject: [PATCH 2/2] chore: update pip requirements to include spaceone-core version 1.12.37 Signed-off-by: kang2453 --- pkg/pip_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pip_requirements.txt b/pkg/pip_requirements.txt index 8482b09..50e4cf0 100644 --- a/pkg/pip_requirements.txt +++ b/pkg/pip_requirements.txt @@ -1,4 +1,4 @@ google-auth google-api-python-client schematics -grpcio>=1.64.1 \ No newline at end of file +grpcio>=1.64.1 \ No newline at end of file