From 222593d69cfdce760083f34e6ccc1a3fae810a73 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 4 Jul 2025 02:37:22 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- packages/toolbox-langchain/requirements.txt | 2 +- packages/toolbox-llamaindex/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 4145afa7..f7be4b65 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -langchain-core==0.3.67 +langchain-core==0.3.68 PyYAML==6.0.2 pydantic==2.11.7 aiohttp==3.12.13 diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index 6b181986..bc2b082f 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -llama-index==0.12.45 +llama-index==0.12.46 PyYAML==6.0.2 pydantic==2.11.7 aiohttp==3.12.13