From d1d0490e0e68268b582d9605df63e2b64c2ff153 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 12 Dec 2025 09:05:12 +0000 Subject: [PATCH] chore(deps): update dependency langgraph to v1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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