From 0994d4b05f3c48b9a8635e358dcdb65a1f497397 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Fri, 10 Apr 2026 14:42:19 +0100 Subject: [PATCH] Open 2.3 release branch (#775) * Update packages and CI for new release branch --- .github/workflows/pull-request.yaml | 2 +- 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-unstructured/pyproject.toml | 2 +- trustgraph-vertexai/pyproject.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 2243da10..b1ae8611 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Setup packages - run: make update-package-versions VERSION=2.2.999 + run: make update-package-versions VERSION=2.3.999 - name: Setup environment run: python3 -m venv env diff --git a/trustgraph-bedrock/pyproject.toml b/trustgraph-bedrock/pyproject.toml index 6dd017c7..2d65461b 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>=2.2,<2.3", + "trustgraph-base>=2.3,<2.4", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index 2b111cae..0151fef4 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>=2.2,<2.3", + "trustgraph-base>=2.3,<2.4", "requests", "pulsar-client", "aiohttp", diff --git a/trustgraph-embeddings-hf/pyproject.toml b/trustgraph-embeddings-hf/pyproject.toml index 1bc7bcb4..459f6123 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>=2.2,<2.3", - "trustgraph-flow>=2.2,<2.3", + "trustgraph-base>=2.3,<2.4", + "trustgraph-flow>=2.3,<2.4", "torch", "urllib3", "transformers", diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index b2df4a4c..14e919c0 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>=2.2,<2.3", + "trustgraph-base>=2.3,<2.4", "aiohttp", "anthropic", "scylla-driver", diff --git a/trustgraph-ocr/pyproject.toml b/trustgraph-ocr/pyproject.toml index deab0d5c..cd1d20a1 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>=2.2,<2.3", + "trustgraph-base>=2.3,<2.4", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-unstructured/pyproject.toml b/trustgraph-unstructured/pyproject.toml index 33265edb..d8879329 100644 --- a/trustgraph-unstructured/pyproject.toml +++ b/trustgraph-unstructured/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>=2.2,<2.3", + "trustgraph-base>=2.3,<2.4", "pulsar-client", "prometheus-client", "python-magic", diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index 9eb75ed1..45958ef3 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>=2.2,<2.3", + "trustgraph-base>=2.3,<2.4", "pulsar-client", "google-genai", "google-api-core",