From bbf6e2a33b81ef21333ac104c7e193d4ef2a0436 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Thu, 26 Feb 2026 17:08:10 -0500 Subject: [PATCH] chore: add google-genai SDK dependency Co-Authored-By: Claude Opus 4.6 --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7c8b5493..b51da249 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,6 +33,7 @@ httpx>=0.27.0 # AI Flow Builder anthropic>=0.40.0 +google-genai>=1.0.0 # Utilities python-dotenv==1.0.1