diff --git a/pyproject.toml b/pyproject.toml index 24282b77..6fd918ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest==8.4.2", "pytest-cov==7.0.0", "langchain-tests==0.3.22", - "langgraph==0.6.10" + "langgraph==1.0.4" ] [build-system] diff --git a/requirements.txt b/requirements.txt index adf7896c..bacbe361 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cloud-sql-python-connector[asyncpg]==1.18.5 numpy==2.3.3; python_version >= "3.11" numpy==2.2.6; python_version == "3.10" -langgraph==0.6.10 +langgraph==1.0.4 langchain-postgres==0.0.16