From 1ffd6115e34fae3c04f246c30ce45c08aba330f3 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Thu, 13 Mar 2025 14:18:32 +0100
Subject: [PATCH] Add todo as a reminder for temporary version pin

---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 70bd4351c..f62562448 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 9fc7138f8..18d09e620 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",
-- 
GitLab