From 1a94acafd9c149c09ced8cfdf10baf4ed653e35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:53:03 +0000 Subject: [PATCH] chore(deps): update langchain-google-genai requirement Updates the requirements on [langchain-google-genai](https://github.com/langchain-ai/langchain-google) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v4.2.0...libs/genai/v4.2.1) --- updated-dependencies: - dependency-name: langchain-google-genai dependency-version: 4.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6aab31f..2b28543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ crewai>=1.7.2 crewai-tools>=1.7.2 langgraph~=1.0.8 google-genai>=1.56.0 -langchain-google-genai~=4.2.0 +langchain-google-genai~=4.2.1 # Frontend UI streamlit>=1.52.0