From 44e1841f65419cbb6ca8313d78cb8cea510290f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:41:30 +0000 Subject: [PATCH] Update langchain-google-genai requirement in /backend 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/v2.0.0...libs/genai/v4.2.5) --- updated-dependencies: - dependency-name: langchain-google-genai dependency-version: 4.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 06d1775..840bdb9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ httpx>=0.26.0 # LangChain / LangGraph langchain>=1.0.0 langchain-core>=1.0.0 -langchain-google-genai>=2.0.0 +langchain-google-genai>=4.2.5 langgraph>=0.6.0 langgraph-prebuilt>=0.6.0