From 28cc2fb2ac1242c75a6db3664c9b1e295617d4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:46:15 +0000 Subject: [PATCH] build(deps): bump langchain-community from 0.3.18 to 0.3.27 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.18 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.18...langchain==0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 499eae36dec..06e85c3d359 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ google-generativeai==0.8.4 tiktoken langchain==0.3.19 -langchain-community==0.3.18 +langchain-community==0.3.27 fake-useragent==2.1.0 chromadb==0.6.2 diff --git a/pyproject.toml b/pyproject.toml index 52260e45e22..225ec0f337f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "tiktoken", "langchain==0.3.19", - "langchain-community==0.3.18", + "langchain-community==0.3.27", "fake-useragent==2.1.0", "chromadb==0.6.2",