From af7515c37aef7f214eb0f28b4cb60dd3188f6d0e Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 25 Mar 2025 13:52:35 -0400 Subject: [PATCH] prebuilt: release 0.1.5 (#4015) --- libs/prebuilt/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index 3dd497c3b..3accacbe2 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-prebuilt" -version = "0.1.4" +version = "0.1.5" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] license = "MIT"