From 6231ccf741d07b3fd787f732dc3c82dca532f4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:43:39 +0000 Subject: [PATCH] chore(deps): bump langchain-core in /packages/toolbox-langchain Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.0.5 to 1.0.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.0.5...langchain-core==1.0.7) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/toolbox-langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 699a18ac..fbe7fb7b 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -langchain-core==1.0.5 +langchain-core==1.0.7 PyYAML==6.0.3 pydantic==2.12.4 aiohttp==3.13.2