diff --git a/pyproject.toml b/pyproject.toml index 0c57a7f8..57f47561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "pytest==8.3.5", "pytest-cov==6.0.0", "Pillow==11.1.0", - "google-cloud-secret-manager==2.23.1", + "google-cloud-secret-manager==2.23.2", "google-cloud-storage==3.1.0", ] diff --git a/requirements.txt b/requirements.txt index 4a5c8adc..690edcdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.3.45 +langchain-core==0.3.47 PyYAML==6.0.2 pydantic==2.10.6 aiohttp==3.11.14