diff --git a/requirements.txt b/requirements.txt
index 70bd4351c15e15b897651ea06bec55ebc083d28b..f625624487ed20b459af5e53bc9c758ceafc7e05 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 orchestrator-core==3.1.1
-graphql-core==3.2.*
+graphql-core==3.2.*  # TODO: this could probably get removed the next time orchestrator-core is upgraded
 requests==2.32.3
 infoblox-client==0.6.2
 pycountry==24.6.1
diff --git a/setup.py b/setup.py
index 9fc7138f82807dcce55561f18fd1c70790a83957..18d09e620cd17a274e1388c54e7fa9cdfcf9d8f6 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
     packages=find_packages(),
     install_requires=[
         "orchestrator-core==3.1.1",
-        "graphql-core==3.2.*",
+        "graphql-core==3.2.*",  # TODO: this could probably get removed the next time orchestrator-core is upgraded
         "requests==2.32.3",
         "infoblox-client==0.6.2",
         "pycountry==24.6.1",