From 72975876c993acf143c98b4c9e0bbceb5abdebdd Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 26 Mar 2026 10:48:06 +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 49f359aa..888c33a2 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",