Prepare for 0.16: Change Python dep restrictions and Gitlab merge criteria

This commit is contained in:
Cyber MacGeddon 2024-11-20 19:55:05 +00:00
parent f2c78b701e
commit b536d78b57
8 changed files with 15 additions and 15 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.15,<0.16",
"trustgraph-base>=0.16,<0.17",
"pulsar-client",
"prometheus-client",
"boto3",