diff --git a/requirements.txt b/requirements.txt index 632c74b3af3c83c1ea442da2e4bf11530f682e7b..b751e9c033cdc1edb98813563e8174876037a363 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -orchestrator-core==2.7.4 +orchestrator-core==2.6.1 requests==2.31.0 infoblox-client~=0.6.0 pycountry==23.12.11 diff --git a/setup.py b/setup.py index 32cc5f5ce3450f379d0c47548a799683977205d5..caa08f703227bd1b7bcc2310666a149647a0ac8b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator", packages=find_packages(), install_requires=[ - "orchestrator-core==2.7.4", + "orchestrator-core==2.6.1", "requests==2.31.0", "infoblox-client~=0.6.0", "pycountry==23.12.11",