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]