From fda508fdaed07e22a0866b74d20265c26ba7007e Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Wed, 11 Mar 2026 12:19:04 +0000 Subject: [PATCH] Lock mistralai to <2.0.0, avoids a breaking change (#687) --- 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 f447a8ef..dc131a9e 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",