From a1e5303f5d7ec3e9abaf8dbcbf3f4fed6a874bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:51:32 +0000 Subject: [PATCH] deps(pip):(deps): bump langchain-google-genai from 4.2.2 to 4.2.4 Bumps [langchain-google-genai](https://github.com/langchain-ai/langchain-google) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v4.2.2...libs/genai/v4.2.4) --- updated-dependencies: - dependency-name: langchain-google-genai dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5a9786a..b848611 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,6 +4,6 @@ fastapi==0.235.3 google-cloud-aiplatform==1.148.1 langchain-chroma==1.1.0 langchain-community==0.4.1 -langchain-google-genai==4.2.2 +langchain-google-genai==4.2.4 langchain-text-splitters==1.1.2 pypdf==6.10.2