From 46911b30b158971959438764b0f84d60ab1fab3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:49:36 +0000 Subject: [PATCH] build(deps): bump langchain-community from 0.3.26 to 0.3.27 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.26 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.26...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 03eeba2a1eb..55e2f3cfdfd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -47,7 +47,7 @@ google-generativeai==0.8.5 tiktoken langchain==0.3.26 -langchain-community==0.3.26 +langchain-community==0.3.27 fake-useragent==2.2.0 chromadb==0.6.3 diff --git a/pyproject.toml b/pyproject.toml index 73409618fd0..c41e99a0fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "google-generativeai==0.8.5", "langchain==0.3.26", - "langchain-community==0.3.26", + "langchain-community==0.3.27", "fake-useragent==2.2.0", "chromadb==0.6.3",