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