From e89633f30b02243ab140b1a440c4e79e78a550ee Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 3 Apr 2025 12:01:18 -0400 Subject: [PATCH] prebuilt: release 0.1.8 (#4161) --- 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 5a00d1cd8..fcbb24f99 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-prebuilt" -version = "0.1.7" +version = "0.1.8" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] license = "MIT"