From 6e983031dabf4bfbf4dfca80d2c2fc39aa742214 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 30 Apr 2026 16:07:11 +0100 Subject: [PATCH] Fix archaic pulls in the "trustgraph" package --- trustgraph/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/trustgraph/pyproject.toml b/trustgraph/pyproject.toml index 4ddbf562..9512d4b1 100644 --- a/trustgraph/pyproject.toml +++ b/trustgraph/pyproject.toml @@ -10,12 +10,12 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc readme = "README.md" requires-python = ">=3.8" dependencies = [ - "trustgraph-base>=1.8,<1.9", - "trustgraph-bedrock>=1.8,<1.9", - "trustgraph-cli>=1.8,<1.9", - "trustgraph-embeddings-hf>=1.8,<1.9", - "trustgraph-flow>=1.8,<1.9", - "trustgraph-vertexai>=1.8,<1.9", + "trustgraph-base>=2.4,<2.5", + "trustgraph-bedrock>=2.4,<2.5", + "trustgraph-cli>=2.4,<2.5", + "trustgraph-embeddings-hf>=2.4,<2.5", + "trustgraph-flow>=2.4,<2.5", + "trustgraph-vertexai>=2.4,<2.5", ] classifiers = [ "Programming Language :: Python :: 3",