From 645654a884a310e1f78d0dc982631a37709daf33 Mon Sep 17 00:00:00 2001 From: Yenchi Lin Date: Sun, 2 Nov 2025 11:47:47 -0800 Subject: [PATCH] chore(deps): Pin google-adk to version 1.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pin google-adk dependency to version 1.17.0 for stability and compatibility. Tested with Gemini 2.5 Flash API integration - all chat interactions working correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements.txt b/src/python/requirements.txt index a1badf2..47d3325 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -1,4 +1,4 @@ -google-adk +google-adk==1.17.0 openai pydantic[email] langchain