From 7538bd9f2f55951999940c14c4d706efd4d3c2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:10:10 +0000 Subject: [PATCH] chore(deps): bump langchain-core in /packages/toolbox-langchain Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.2.6 to 1.2.11. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.2.6...langchain-core==1.2.11) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.11 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 5cc445c9..cf6584da 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -langchain-core==1.2.6 +langchain-core==1.2.11 PyYAML==6.0.3 pydantic==2.12.5 aiohttp==3.13.3