diff --git a/trustgraph-bedrock/pyproject.toml b/trustgraph-bedrock/pyproject.toml index 27bdc575..e350e309 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.2,<1.3", + "trustgraph-base>=1.3,<1.4", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index c8fdf0e5..99e52790 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.2,<1.3", + "trustgraph-base>=1.3,<1.4", "requests", "pulsar-client", "aiohttp", diff --git a/trustgraph-embeddings-hf/pyproject.toml b/trustgraph-embeddings-hf/pyproject.toml index c3b286f7..3c762187 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.2,<1.3", - "trustgraph-flow>=1.2,<1.3", + "trustgraph-base>=1.3,<1.4", + "trustgraph-flow>=1.3,<1.4", "torch", "urllib3", "transformers", diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 4b0b1f45..ca8f3ff1 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.2,<1.3", + "trustgraph-base>=1.3,<1.4", "aiohttp", "anthropic", "cassandra-driver", diff --git a/trustgraph-ocr/pyproject.toml b/trustgraph-ocr/pyproject.toml index 7465c534..e77e268c 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.2,<1.3", + "trustgraph-base>=1.3,<1.4", "pulsar-client", "prometheus-client", "boto3", diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index 2444af9e..92198f6c 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.2,<1.3", + "trustgraph-base>=1.3,<1.4", "pulsar-client", "google-cloud-aiplatform", "prometheus-client", diff --git a/trustgraph/pyproject.toml b/trustgraph/pyproject.toml index 1ac6a402..3b8836d2 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.2,<1.3", - "trustgraph-bedrock>=1.2,<1.3", - "trustgraph-cli>=1.2,<1.3", - "trustgraph-embeddings-hf>=1.2,<1.3", - "trustgraph-flow>=1.2,<1.3", - "trustgraph-vertexai>=1.2,<1.3", + "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", ] classifiers = [ "Programming Language :: Python :: 3",