From 048eff9f11d915eb6c3e11779ad587b4775307ac Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 13 Mar 2025 11:46:58 -0400 Subject: [PATCH] prebuilt: release 0.1.3 (#3830) --- 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 3246572e3..dbdf36bd6 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-prebuilt" -version = "0.1.2" +version = "0.1.3" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] license = "MIT"