diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 28b21772..847c8c14 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=1.5.999 + run: make update-package-versions VERSION=1.6.999 - name: Setup environment run: python3 -m venv env diff --git a/trustgraph-bedrock/pyproject.toml b/trustgraph-bedrock/pyproject.toml index b90edac6..865f3c6a 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.5,<1.6", + "trustgraph-base>=1.6,<1.7", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index 3b9f197b..9eaf60cd 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.5,<1.6", + "trustgraph-base>=1.6,<1.7", "requests", "pulsar-client", "aiohttp", diff --git a/trustgraph-embeddings-hf/pyproject.toml b/trustgraph-embeddings-hf/pyproject.toml index 39e03aff..9ecba831 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.5,<1.6", - "trustgraph-flow>=1.5,<1.6", + "trustgraph-base>=1.6,<1.7", + "trustgraph-flow>=1.6,<1.7", "torch", "urllib3", "transformers", diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 452ebddf..199cdb59 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.5,<1.6", + "trustgraph-base>=1.6,<1.7", "aiohttp", "anthropic", "scylla-driver", diff --git a/trustgraph-ocr/pyproject.toml b/trustgraph-ocr/pyproject.toml index 8f1d4d2a..3bd38331 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.5,<1.6", + "trustgraph-base>=1.6,<1.7", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index 5e1f98ce..c9aa133b 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.5,<1.6", + "trustgraph-base>=1.6,<1.7", "pulsar-client", "google-cloud-aiplatform", "prometheus-client", diff --git a/trustgraph/pyproject.toml b/trustgraph/pyproject.toml index 8f4fcaf8..4d47f6d8 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.5,<1.6", - "trustgraph-bedrock>=1.5,<1.6", - "trustgraph-cli>=1.5,<1.6", - "trustgraph-embeddings-hf>=1.5,<1.6", - "trustgraph-flow>=1.5,<1.6", - "trustgraph-vertexai>=1.5,<1.6", + "trustgraph-base>=1.6,<1.7", + "trustgraph-bedrock>=1.6,<1.7", + "trustgraph-cli>=1.6,<1.7", + "trustgraph-embeddings-hf>=1.6,<1.7", + "trustgraph-flow>=1.6,<1.7", + "trustgraph-vertexai>=1.6,<1.7", ] classifiers = [ "Programming Language :: Python :: 3",