diff --git a/requirements.txt b/requirements.txt
index 0ccb4d649c6ee9a30d3a633ab451747097e0d933..b37d9a574ffdb287778892f1bd90cb3613167d3c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-orchestrator-core==2.7.6
+orchestrator-core==2.8
 requests==2.31.0
 infoblox-client~=0.6.0
 pycountry==23.12.11
diff --git a/setup.py b/setup.py
index ff85d41b051dc79c112689836e25e5810bd79c81..d408dc933dba33c36ebac7ec98fc565e659ffb77 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.6",
+        "orchestrator-core==2.8",
         "requests==2.31.0",
         "infoblox-client~=0.6.0",
         "pycountry==23.12.11",