From 671e8c8892e0ef28a9e9112f33428a3f4a2c239b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Jun 2025 08:15:10 +0000 Subject: [PATCH] chore(deps): update dependency langchain-core to v0.3.65 --- 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 801d8747..c9adaf55 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -langchain-core==0.3.64 +langchain-core==0.3.65 PyYAML==6.0.2 pydantic==2.11.5 aiohttp==3.12.12