From afe57e6cc80c961d08770aba990424f60734af77 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 16 Jun 2025 04:48:58 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- packages/toolbox-core/requirements.txt | 4 ++-- packages/toolbox-langchain/requirements.txt | 4 ++-- packages/toolbox-llamaindex/requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index 77a46303..c7b3c9a6 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.12.12 -pydantic==2.11.5 +aiohttp==3.12.13 +pydantic==2.11.7 deprecated==1.2.18 \ No newline at end of file diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index c9adaf55..6d789731 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core langchain-core==0.3.65 PyYAML==6.0.2 -pydantic==2.11.5 -aiohttp==3.12.12 +pydantic==2.11.7 +aiohttp==3.12.13 deprecated==1.2.18 \ No newline at end of file diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index b3038b36..acb1df25 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core llama-index==0.12.42 PyYAML==6.0.2 -pydantic==2.11.5 -aiohttp==3.12.12 +pydantic==2.11.7 +aiohttp==3.12.13 deprecated==1.2.18 \ No newline at end of file