From 859dd8f7459e62137fc9db393e9c6b79500debea Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 27 May 2026 12:59:23 -0700 Subject: [PATCH 1/2] chore(deps): update deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6fa3d320..f2eb6f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/ [project.optional-dependencies] langgraph = [ - "langgraph-checkpoint>=4.0.0, <4.1.0" + "langgraph-checkpoint>=4.1.0, <5.0.0" ] test = [ "black[jupyter]==26.1.0", @@ -48,7 +48,7 @@ test = [ "pytest==8.4.2", "pytest-cov==7.0.0", "langchain-tests==1.1.2", - "langgraph==1.0.7" + "langgraph>=1.2.2" ] [build-system] From 8ad8590ccdfd80b7eba2d28b7de32d13959a7b7e Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 27 May 2026 13:48:49 -0700 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2eb6f8f..6b7bd6e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/ [project.optional-dependencies] langgraph = [ - "langgraph-checkpoint>=4.1.0, <5.0.0" + "langgraph-checkpoint>=4.0.0, <5.0.0" ] test = [ "black[jupyter]==26.1.0",