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:
cybermaggedon 2026-02-09 20:43:33 +00:00 committed by GitHub
parent 2781c7d87c
commit f24f1ebd80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 223 additions and 245 deletions

View file

@ -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",
]