From 80741e11b885862b3228a65358bdc91c17239de5 Mon Sep 17 00:00:00 2001 From: riunyfir <144903038+riunyfir@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:26:46 +0800 Subject: [PATCH] Update pyproject.toml --- libs/langchain_v1/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/langchain_v1/pyproject.toml b/libs/langchain_v1/pyproject.toml index 50e31f3f61bff..c5517a5ff3741 100644 --- a/libs/langchain_v1/pyproject.toml +++ b/libs/langchain_v1/pyproject.toml @@ -9,6 +9,7 @@ requires-python = ">=3.10.0,<4.0.0" dependencies = [ "langchain-core>=1.0.0,<2.0.0", "langgraph>=1.0.2,<1.1.0", + "langgraph-prebuilt>=1.0.2,<1.1.0", "pydantic>=2.7.4,<3.0.0", ]