Update Python deps to 1.2

This commit is contained in:
Cyber MacGeddon 2025-07-17 19:26:19 +01:00
parent 81c7c1181b
commit 1fe4ed5226
7 changed files with 13 additions and 13 deletions

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=1.1,<1.2", "trustgraph-base>=1.2,<1.3",
"pulsar-client", "pulsar-client",
"prometheus-client", "prometheus-client",
"boto3", "boto3",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=1.1,<1.2", "trustgraph-base>=1.2,<1.3",
"requests", "requests",
"pulsar-client", "pulsar-client",
"aiohttp", "aiohttp",

View file

@ -34,8 +34,8 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=1.1,<1.2", "trustgraph-base>=1.2,<1.3",
"trustgraph-flow>=1.1,<1.2", "trustgraph-flow>=1.2,<1.3",
"torch", "torch",
"urllib3", "urllib3",
"transformers", "transformers",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=1.1,<1.2", "trustgraph-base>=1.2,<1.3",
"aiohttp", "aiohttp",
"anthropic", "anthropic",
"cassandra-driver", "cassandra-driver",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=1.1,<1.2", "trustgraph-base>=1.2,<1.3",
"pulsar-client", "pulsar-client",
"prometheus-client", "prometheus-client",
"boto3", "boto3",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=1.1,<1.2", "trustgraph-base>=1.2,<1.3",
"pulsar-client", "pulsar-client",
"google-cloud-aiplatform", "google-cloud-aiplatform",
"prometheus-client", "prometheus-client",

View file

@ -34,12 +34,12 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=1.1,<1.2", "trustgraph-base>=1.2,<1.3",
"trustgraph-bedrock>=1.1,<1.2", "trustgraph-bedrock>=1.2,<1.3",
"trustgraph-cli>=1.1,<1.2", "trustgraph-cli>=1.2,<1.3",
"trustgraph-embeddings-hf>=1.1,<1.2", "trustgraph-embeddings-hf>=1.2,<1.3",
"trustgraph-flow>=1.1,<1.2", "trustgraph-flow>=1.2,<1.3",
"trustgraph-vertexai>=1.1,<1.2", "trustgraph-vertexai>=1.2,<1.3",
], ],
scripts=[ scripts=[
] ]