From e59ac794c5c89ddfebecbe2ba104cbcefa66f392 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 26 Mar 2026 10:47:47 +0000 Subject: [PATCH] Lock mistralai to fix incompatible API --- trustgraph-flow/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 70140147..81bb37b8 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "langchain-text-splitters", "mcp", "minio", - "mistralai", + "mistralai<2.0.0", "neo4j", "nltk", "ollama",