diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index c7b3c9a6..c07e83b8 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.12.13 +aiohttp==3.12.14 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 f7be4b65..4a75bed1 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -2,5 +2,5 @@ langchain-core==0.3.68 PyYAML==6.0.2 pydantic==2.11.7 -aiohttp==3.12.13 +aiohttp==3.12.14 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 fbf7f5ea..73a2ec1c 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -llama-index==0.12.47 +llama-index==0.12.48 PyYAML==6.0.2 pydantic==2.11.7 -aiohttp==3.12.13 +aiohttp==3.12.14 deprecated==1.2.18 \ No newline at end of file