From 04a134a0b9b2129d04f03b6983a880d9d70506fe Mon Sep 17 00:00:00 2001 From: kang2453 Date: Thu, 8 May 2025 15:55:55 +0900 Subject: [PATCH] fix: update spaceone-api version constraint to allow a range of versions 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 d277a12..ab3a653 100644 --- a/pkg/pip_requirements.txt +++ b/pkg/pip_requirements.txt @@ -1,4 +1,4 @@ google-auth google-api-python-client schematics -spaceone-api==2.0.399 \ No newline at end of file +spaceone-api>=1.0.0,<2.0.0 \ No newline at end of file