feat: Add google-genai dependency to project and lock files

This commit is contained in:
2026-03-03 18:42:43 +00:00
parent 37e369389e
commit 8722c146af
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ dependencies = [
"google-cloud-firestore>=2.23.0",
"pydantic-settings[yaml]>=2.13.1",
"google-auth>=2.34.0",
"google-genai>=1.64.0",
]
[build-system]

2
uv.lock generated
View File

@@ -1924,6 +1924,7 @@ dependencies = [
{ name = "google-adk" },
{ name = "google-auth" },
{ name = "google-cloud-firestore" },
{ name = "google-genai" },
{ name = "pydantic-settings", extra = ["yaml"] },
]
@@ -1941,6 +1942,7 @@ requires-dist = [
{ name = "google-adk", specifier = ">=1.14.1" },
{ name = "google-auth", specifier = ">=2.34.0" },
{ name = "google-cloud-firestore", specifier = ">=2.23.0" },
{ name = "google-genai", specifier = ">=1.64.0" },
{ name = "pydantic-settings", extras = ["yaml"], specifier = ">=2.13.1" },
]