From c1661dd07fa6dca871e327b48caefc585e48e36e Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:34:28 -0700 Subject: [PATCH] chore: bump prebuilt dep for lg (#6361) --- libs/langgraph/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 71fd4fc5a..da94c4190 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "langchain-core>=0.1", "langgraph-checkpoint>=2.1.0,<4.0.0", "langgraph-sdk>=0.2.2,<0.3.0", - "langgraph-prebuilt>=1.0.1,<1.1.0", + "langgraph-prebuilt>=1.0.2,<1.1.0", "xxhash>=3.5.0", "pydantic>=2.7.4", ]