diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index d3d3ee22b..2a21857d0 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.12.15 -pydantic==2.11.9 +pydantic==2.11.10 deprecated==1.2.18 requests==2.32.5 google-auth==2.41.1 \ No newline at end of file diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index dcc62315f..e8b3ce4f2 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -langchain-core==0.3.77 +langchain-core==0.3.78 PyYAML==6.0.3 -pydantic==2.11.9 +pydantic==2.11.10 aiohttp==3.12.15 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 90df0a334..02f03d30e 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -llama-index==0.14.3 +llama-index==0.14.4 PyYAML==6.0.3 -pydantic==2.11.9 +pydantic==2.11.10 aiohttp==3.12.15 deprecated==1.2.18 \ No newline at end of file