diff --git a/pyproject.toml b/pyproject.toml index 2e44c825..c092aa60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest==8.4.2", "pytest-cov==7.0.0", "langchain-tests==0.3.22", - "langgraph==0.6.8" + "langgraph==0.6.10" ] [build-system] diff --git a/requirements.txt b/requirements.txt index a87bef7c..02eaa6f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ cloud-sql-python-connector[asyncpg]==1.18.4 numpy==2.3.3; python_version >= "3.11" numpy==2.2.6; python_version == "3.10" numpy==2.0.2; python_version <= "3.9" -langgraph==0.6.8 +langgraph==0.6.10 langchain-postgres==0.0.15