diff --git a/gso/migrations/versions/2024-10-10_51c819b28101_add_orchestrator_2_7_6_migrations.py b/gso/migrations/versions/2024-10-10_51c819b28101_add_orchestrator_2_7_6_migrations.py
new file mode 100644
index 0000000000000000000000000000000000000000..3022420c28af20776cafb08e83ee50658322e848
--- /dev/null
+++ b/gso/migrations/versions/2024-10-10_51c819b28101_add_orchestrator_2_7_6_migrations.py
@@ -0,0 +1,21 @@
+"""Add upstream migrations as a dependency.
+
+Revision ID: 51c819b28101
+Revises: 844aa61c09ce
+Create Date: 2024-10-10 10:00:08.539591
+
+"""
+# revision identifiers, used by Alembic.
+revision = '51c819b28101'
+down_revision = '87a05eddee3e'
+branch_labels = None
+depends_on = '460ec6748e37'
+# in this revision, SURF has added uuid search workaround, so we need to add a dependency on the revision.
+
+
+def upgrade() -> None:
+    pass
+
+
+def downgrade() -> None:
+    pass
diff --git a/requirements.txt b/requirements.txt
index 433a9e17894886e0b2648cebae089f677c3b0a87..621780cce71a4295884c512ee208c1e5fe9c4323 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-orchestrator-core==2.7.5
+orchestrator-core==2.7.6
 requests==2.31.0
 infoblox-client~=0.6.0
 pycountry==23.12.11
diff --git a/setup.py b/setup.py
index 70b7cd557220102229c42c0901875d6c6dab07e2..8d61f5bf3dbf08e8d72b3b420c4169f1743e563b 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.5",
+        "orchestrator-core==2.7.6",
         "requests==2.31.0",
         "infoblox-client~=0.6.0",
         "pycountry==23.12.11",