mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 02:23:44 +02:00
Migrate to VertexAI to google-genai SDK from deprecated library (#632)
* Migrate to VertexAI to google-genai SDK from deprecated library * Fix tests, mock the correct API
This commit is contained in:
parent
2781c7d87c
commit
f24f1ebd80
4 changed files with 223 additions and 245 deletions
|
|
@ -12,7 +12,8 @@ requires-python = ">=3.8"
|
|||
dependencies = [
|
||||
"trustgraph-base>=2.0,<2.1",
|
||||
"pulsar-client",
|
||||
"google-cloud-aiplatform",
|
||||
"google-genai",
|
||||
"google-api-core",
|
||||
"prometheus-client",
|
||||
"anthropic",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue