diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 8248dfbf..88d2b79e 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.4.999 + run: make update-package-versions VERSION=2.5.999 - name: Setup environment run: python3 -m venv env diff --git a/trustgraph-bedrock/pyproject.toml b/trustgraph-bedrock/pyproject.toml index f0c8d571..7aa2f96a 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.4,<2.5", + "trustgraph-base>=2.5,<2.6", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index 10dca2e8..a99894a7 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.4,<2.5", + "trustgraph-base>=2.5,<2.6", "requests", "pulsar-client", "aiohttp", diff --git a/trustgraph-embeddings-hf/pyproject.toml b/trustgraph-embeddings-hf/pyproject.toml index 70489969..4bf17688 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.4,<2.5", - "trustgraph-flow>=2.4,<2.5", + "trustgraph-base>=2.5,<2.6", + "trustgraph-flow>=2.5,<2.6", "torch", "urllib3", "transformers", diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 8488a0a7..547dea3c 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.4,<2.5", + "trustgraph-base>=2.5,<2.6", "aiohttp", "anthropic", "scylla-driver", diff --git a/trustgraph-ocr/pyproject.toml b/trustgraph-ocr/pyproject.toml index 1718258f..fa9f7cd4 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.4,<2.5", + "trustgraph-base>=2.5,<2.6", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-unstructured/pyproject.toml b/trustgraph-unstructured/pyproject.toml index 7169fc8b..f17b9812 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.4,<2.5", + "trustgraph-base>=2.5,<2.6", "pulsar-client", "prometheus-client", "python-magic", diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index f43f154d..347594fe 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.4,<2.5", + "trustgraph-base>=2.5,<2.6", "pulsar-client", "google-genai", "google-api-core", diff --git a/trustgraph/pyproject.toml b/trustgraph/pyproject.toml index dc896700..bcc72a41 100644 --- a/trustgraph/pyproject.toml +++ b/trustgraph/pyproject.toml @@ -10,13 +10,13 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc readme = "README.md" requires-python = ">=3.8" dependencies = [ - "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-unstructured>=2.4,<2.5", - "trustgraph-vertexai>=2.4,<2.5", + "trustgraph-base>=2.5,<2.6", + "trustgraph-bedrock>=2.5,<2.6", + "trustgraph-cli>=2.5,<2.6", + "trustgraph-embeddings-hf>=2.5,<2.6", + "trustgraph-flow>=2.5,<2.6", + "trustgraph-unstructured>=2.5,<2.6", + "trustgraph-vertexai>=2.5,<2.6", ] classifiers = [ "Programming Language :: Python :: 3",