From 8440929fe356b15d9e41f8e03e06a3cc3d204337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:06:34 +0000 Subject: [PATCH] chore(deps-dev): update langchain-community requirement 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.2) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 78d5b720..f2c1a49a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,7 +155,7 @@ dev = [ "autoevals>=0.3.0,<1.0.0", "ragas>=0.4.3,<1.0.0", # ragas<1.0 imports langchain_community.chat_models.vertexai, removed in 0.4.2 - "langchain-community>=0.3.0,<0.4.2", + "langchain-community>=0.3.0,<0.4.3", "langchain>=1.0.0", "langgraph>=1.0.0", "langchain-mcp-adapters>=0.1.0", @@ -199,7 +199,7 @@ autoevals = [ ragas = [ "ragas>=0.4.3,<1.0.0", # ragas<1.0 imports langchain_community.chat_models.vertexai, removed in 0.4.2 - "langchain-community>=0.3.0,<0.4.2", + "langchain-community>=0.3.0,<0.4.3", "strands-agents-evals>=1.0.3,<2.0.0", ]