Migrate to VertexAI to google-genai SDK from deprecated library

This commit is contained in:
Cyber MacGeddon 2026-02-09 19:54:44 +00:00
parent 2781c7d87c
commit 6159341bd5
2 changed files with 74 additions and 80 deletions

View file

@ -12,7 +12,7 @@ requires-python = ">=3.8"
dependencies = [
"trustgraph-base>=2.0,<2.1",
"pulsar-client",
"google-cloud-aiplatform",
"google-genai",
"prometheus-client",
"anthropic",
]