diff --git a/pyproject.toml b/pyproject.toml index 925a272c..f001b3b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,16 +43,16 @@ langgraph = [ "langgraph-checkpoint>=4.0.0, <4.1.0" ] test = [ - "black[jupyter]==26.1.0", + "black[jupyter]==26.3.0", "isort==8.0.1", - "langgraph==1.0.6", + "langgraph==1.0.10", "mypy==1.19.1", "pytest-asyncio==0.26.0", "pytest==8.4.2", "pytest-cov==7.0.0", "pytest-depends==1.0.1", - "Pillow==12.0.0", - "langchain-tests==1.1.0" + "Pillow==12.1.1", + "langchain-tests==1.1.5" ] diff --git a/requirements.txt b/requirements.txt index 7661f903..f5786f36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -google-cloud-alloydb-connector[asyncpg]==1.11.0 -google-cloud-storage==3.7.0 -numpy==2.3.5; python_version >= "3.11" +google-cloud-alloydb-connector[asyncpg]==1.12.1 +google-cloud-storage==3.9.0 +numpy==2.4.2; python_version >= "3.11" numpy==2.2.6; python_version == "3.10" -langgraph==1.0.6 +langgraph==1.0.10 langchain-postgres==0.0.17