From 04218e09a6a721202cddb72a6e146e7f77c83b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:37:32 +0000 Subject: [PATCH] Update langchain-core requirement from >=0.3.72 to >=0.3.84 Updates the requirements on [langchain-core](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.72...langchain-core==0.3.84) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 0.3.84 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/test.txt b/_requirements/test.txt index 2e24bc5..8ea9150 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -6,4 +6,4 @@ psutil>=7.0.0 pytest-asyncio>=1.1.0 openai>=1.97.1 langchain>=0.3.27 -langchain-core>=0.3.72 +langchain-core>=0.3.84