Update package versions (#352)

This commit is contained in:
cybermaggedon 2025-04-25 19:45:02 +01:00 committed by GitHub
parent ddabbe0c12
commit 099018e103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 13 deletions

View file

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