Bump pyproject.toml constraints (#477)

This commit is contained in:
cybermaggedon 2025-08-28 13:45:58 +01:00 committed by GitHub
parent 96c2b73457
commit 5139c6ad5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 13 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",