chore: add google-genai dependency
Some checks failed
Nix / nix (ubuntu-latest) (pull_request) Failing after 8s
Supply Chain Audit / Scan PR for supply chain risks (pull_request) Successful in 42s
Docker Build and Publish / build-and-push (pull_request) Failing after 1m1s
Tests / test (pull_request) Failing after 10s
Nix / nix (macos-latest) (pull_request) Has been cancelled

This commit is contained in:
2026-03-30 22:16:33 +00:00
parent 79f411de4d
commit 689b8e705a

View File

@@ -13,7 +13,7 @@ license = { text = "MIT" }
dependencies = [
# Core — pinned to known-good ranges to limit supply chain attack surface
"openai>=2.21.0,<3",
"anthropic>=0.39.0,<1",
"anthropic>=0.39.0,<1",\n "google-genai>=1.2.0,<2",
"python-dotenv>=1.2.1,<2",
"fire>=0.7.1,<1",
"httpx>=0.28.1,<1",