From 689b8e705afe030dd806ac94e9c012b7aeb29da0 Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Mon, 30 Mar 2026 22:16:33 +0000 Subject: [PATCH] chore: add google-genai dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38974e328..3122f0237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",