mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-26 15:09:38 +02:00
Update packages with vulns in container builds (#861)
* Fix vulns-flagged imports * Fix archaic pulls in the "trustgraph" package * Add unstructured to meta package
This commit is contained in:
parent
89f058d35b
commit
9be257ceee
9 changed files with 32 additions and 23 deletions
|
|
@ -10,12 +10,13 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"trustgraph-base>=1.8,<1.9",
|
||||
"trustgraph-bedrock>=1.8,<1.9",
|
||||
"trustgraph-cli>=1.8,<1.9",
|
||||
"trustgraph-embeddings-hf>=1.8,<1.9",
|
||||
"trustgraph-flow>=1.8,<1.9",
|
||||
"trustgraph-vertexai>=1.8,<1.9",
|
||||
"trustgraph-base>=2.4,<2.5",
|
||||
"trustgraph-bedrock>=2.4,<2.5",
|
||||
"trustgraph-cli>=2.4,<2.5",
|
||||
"trustgraph-embeddings-hf>=2.4,<2.5",
|
||||
"trustgraph-flow>=2.4,<2.5",
|
||||
"trustgraph-unstructured>=2.4,<2.5",
|
||||
"trustgraph-vertexai>=2.4,<2.5",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue