From b795059ee38cb9a3bdc15a37a62485fa89e428d7 Mon Sep 17 00:00:00 2001 From: kang2453 Date: Thu, 3 Apr 2025 15:53:37 +0900 Subject: [PATCH] chore: update pip requirements to include spaceone-core version 1.12.37 Signed-off-by: kang2453 --- pkg/pip_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/pip_requirements.txt b/pkg/pip_requirements.txt index d0912df..1124299 100644 --- a/pkg/pip_requirements.txt +++ b/pkg/pip_requirements.txt @@ -1,3 +1,4 @@ google-auth google-api-python-client -schematics \ No newline at end of file +schematics +spaceone-core==1.12.37 \ No newline at end of file