From 0a529362c2b37624e748b46a4872a814bd29cc51 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 10 Sep 2025 22:07:08 +0100 Subject: [PATCH] Change pyproject files for 1.4 --- trustgraph-bedrock/pyproject.toml | 2 +- trustgraph-cli/pyproject.toml | 2 +- trustgraph-embeddings-hf/pyproject.toml | 4 ++-- trustgraph-flow/pyproject.toml | 2 +- trustgraph-ocr/pyproject.toml | 2 +- trustgraph-vertexai/pyproject.toml | 2 +- trustgraph/pyproject.toml | 12 ++++++------ 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/trustgraph-bedrock/pyproject.toml b/trustgraph-bedrock/pyproject.toml index e350e309..8f23081c 100644 --- a/trustgraph-bedrock/pyproject.toml +++ b/trustgraph-bedrock/pyproject.toml @@ -10,7 +10,7 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc readme = "README.md" requires-python = ">=3.8" dependencies = [ - "trustgraph-base>=1.3,<1.4", + "trustgraph-base>=1.4,<1.5", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index 5e9ec07f..86fb0831 100644 --- a/trustgraph-cli/pyproject.toml +++ b/trustgraph-cli/pyproject.toml @@ -10,7 +10,7 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc readme = "README.md" requires-python = ">=3.8" dependencies = [ - "trustgraph-base>=1.3,<1.4", + "trustgraph-base>=1.4,<1.5", "requests", "pulsar-client", "aiohttp", diff --git a/trustgraph-embeddings-hf/pyproject.toml b/trustgraph-embeddings-hf/pyproject.toml index 3c762187..c1d105c5 100644 --- a/trustgraph-embeddings-hf/pyproject.toml +++ b/trustgraph-embeddings-hf/pyproject.toml @@ -10,8 +10,8 @@ description = "HuggingFace embeddings support for TrustGraph." readme = "README.md" requires-python = ">=3.8" dependencies = [ - "trustgraph-base>=1.3,<1.4", - "trustgraph-flow>=1.3,<1.4", + "trustgraph-base>=1.4,<1.5", + "trustgraph-flow>=1.4,<1.5", "torch", "urllib3", "transformers", diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index a0929eee..8b10748b 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -10,7 +10,7 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc readme = "README.md" requires-python = ">=3.8" dependencies = [ - "trustgraph-base>=1.3,<1.4", + "trustgraph-base>=1.4,<1.5", "aiohttp", "anthropic", "cassandra-driver", diff --git a/trustgraph-ocr/pyproject.toml b/trustgraph-ocr/pyproject.toml index e77e268c..89aafbb3 100644 --- a/trustgraph-ocr/pyproject.toml +++ b/trustgraph-ocr/pyproject.toml @@ -10,7 +10,7 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc readme = "README.md" requires-python = ">=3.8" dependencies = [ - "trustgraph-base>=1.3,<1.4", + "trustgraph-base>=1.4,<1.5", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index 92198f6c..7c3fc82f 100644 --- a/trustgraph-vertexai/pyproject.toml +++ b/trustgraph-vertexai/pyproject.toml @@ -10,7 +10,7 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc readme = "README.md" requires-python = ">=3.8" dependencies = [ - "trustgraph-base>=1.3,<1.4", + "trustgraph-base>=1.4,<1.5", "pulsar-client", "google-cloud-aiplatform", "prometheus-client", diff --git a/trustgraph/pyproject.toml b/trustgraph/pyproject.toml index 3b8836d2..1ee4fc88 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.3,<1.4", - "trustgraph-bedrock>=1.3,<1.4", - "trustgraph-cli>=1.3,<1.4", - "trustgraph-embeddings-hf>=1.3,<1.4", - "trustgraph-flow>=1.3,<1.4", - "trustgraph-vertexai>=1.3,<1.4", + "trustgraph-base>=1.4,<1.5", + "trustgraph-bedrock>=1.4,<1.5", + "trustgraph-cli>=1.4,<1.5", + "trustgraph-embeddings-hf>=1.4,<1.5", + "trustgraph-flow>=1.4,<1.5", + "trustgraph-vertexai>=1.4,<1.5", ] classifiers = [ "Programming Language :: Python :: 3",