From 6182cd1dcb59b69303faa1171d2bffa243dcedf1 Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 30 Jun 2025 15:50:21 -0400 Subject: [PATCH] prebuilt: release 0.5.2 (#5280) --- libs/langgraph/uv.lock | 2 +- libs/prebuilt/pyproject.toml | 2 +- libs/prebuilt/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 19f97c3e2..db2d48375 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1423,7 +1423,7 @@ inmem = [ [[package]] name = "langgraph-prebuilt" -version = "0.5.1" +version = "0.5.2" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index c323acb75..c294cd7fa 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph-prebuilt" -version = "0.5.1" +version = "0.5.2" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] requires-python = ">=3.9" diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 4167da684..3f4430eb8 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -464,7 +464,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.5.1" +version = "0.5.2" source = { editable = "." } dependencies = [ { name = "langchain-core" },