diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 9d8636fb..359a8c72 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.3.999 + run: make update-package-versions VERSION=1.4.999 - name: Setup environment run: python3 -m venv env 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",