From edcc33576e55debed0042a11c7583c80042bd490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:34:09 +0000 Subject: [PATCH] Update langchain-community requirement from >=0.4.0 to >=0.4.1 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.4...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 082781e..541ac78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ tiktoken>=0.12.0 # --- LangChain (used by some downstream callers) ------------------------- langchain>=1.2.0 langchain-anthropic>=1.4.0 -langchain-community>=0.4.0 +langchain-community>=0.4.1 langchain-google-genai>=4.2.0 langchain-openai>=1.2.0