From 20cd50933b5d82745dcb75d4992a7323fd1d4d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:26:56 +0000 Subject: [PATCH] chore(deps-py)(deps): update langchain-community requirement in /api Updates the requirements on [langchain-community](https://github.com/langchain-ai/langchain-community) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain-community/releases) - [Commits](https://github.com/langchain-ai/langchain-community/compare/libs/community/v0.3.23...libs/community/v0.4.1) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 7d4b310..7ff3369 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -14,7 +14,7 @@ langchain>=0.1.0 langchain-openai>=0.0.5 langgraph>=0.0.20 langgraph-checkpoint-sqlite>=1.0.0 -langchain-community>=0.0.20 +langchain-community>=0.4.1 # LLM APIs openai>=1.10.0