From bfde5433537413899e6845af3e01ec043e2100f7 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 3 Sep 2025 17:04:22 +0100 Subject: [PATCH] Add missing strawberry dep for GraphQL --- trustgraph-flow/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index ca8f3ff1..c4e2651a 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -40,6 +40,7 @@ dependencies = [ "qdrant-client", "rdflib", "requests", + "strawberry-graphql", "tabulate", "tiktoken", "urllib3",