From 67c90d9f4717b8ee0eb45a82e95d9a83587d1d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:51:21 +0000 Subject: [PATCH] deps(pip):(deps): bump langchain-community from 0.4.1 to 0.4.2 Bumps [langchain-community](https://github.com/langchain-ai/langchain-community) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/langchain-ai/langchain-community/releases) - [Commits](https://github.com/langchain-ai/langchain-community/compare/libs/community/v0.4.1...libs/community/v0.4.2) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.4.2 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..14f0598 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ dotenv==0.9.9 fastapi==0.235.3 google-cloud-aiplatform==1.148.1 langchain-chroma==1.1.0 -langchain-community==0.4.1 +langchain-community==0.4.2 langchain-google-genai==4.2.2 langchain-text-splitters==1.1.2 pypdf==6.10.2