diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 870564c9..b1f3f7f5 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -52,8 +52,8 @@ test = [ "pytest-asyncio==1.2.0", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "google-cloud-secret-manager==2.24.0", - "google-cloud-storage==3.4.0", + "google-cloud-secret-manager==2.25.0", + "google-cloud-storage==3.4.1", "aioresponses==0.7.8" ] [build-system] diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index 920a0ddb..c6893b3b 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,5 +1,5 @@ -aiohttp==3.13.0 -pydantic==2.11.10 -deprecated==1.2.18 +aiohttp==3.13.2 +pydantic==2.12.3 +deprecated==1.3.1 requests==2.32.5 -google-auth==2.41.1 \ No newline at end of file +google-auth==2.42.1 \ No newline at end of file diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index 79fba0d6..10e5f073 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -52,8 +52,8 @@ test = [ "pytest-cov==7.0.0", "Pillow==11.3.0; python_version == '3.9'", "Pillow==12.0.0; python_version >= '3.10'", - "google-cloud-secret-manager==2.24.0", - "google-cloud-storage==3.4.0", + "google-cloud-secret-manager==2.25.0", + "google-cloud-storage==3.4.1", ] [build-system] diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 1672ccf4..c7f681d1 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -langchain-core==0.3.78 +langchain-core==0.3.79 PyYAML==6.0.3 -pydantic==2.11.10 -aiohttp==3.13.0 -deprecated==1.2.18 \ No newline at end of file +pydantic==2.12.3 +aiohttp==3.13.2 +deprecated==1.3.1 \ No newline at end of file diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index b5080133..e9b605c4 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -52,8 +52,8 @@ test = [ "pytest-cov==7.0.0", "Pillow==11.3.0; python_version == '3.9'", "Pillow==12.0.0; python_version >= '3.10'", - "google-cloud-secret-manager==2.24.0", - "google-cloud-storage==3.4.0", + "google-cloud-secret-manager==2.25.0", + "google-cloud-storage==3.4.1", ] [build-system] diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index db999449..61733ad3 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -llama-index==0.14.4 +llama-index==0.14.7 PyYAML==6.0.3 -pydantic==2.11.10 -aiohttp==3.13.0 -deprecated==1.2.18 \ No newline at end of file +pydantic==2.12.3 +aiohttp==3.13.2 +deprecated==1.3.1 \ No newline at end of file