From 31e42a0b99ec1aae87f4172296bf7ed23aa95032 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 26 Mar 2026 10:48:24 +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 31a22a2f..c22fb3c9 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "langchain-text-splitters", "mcp", "minio", - "mistralai", + "mistralai<2.0.0", "neo4j", "nltk", "ollama",