From 153a46c91c5a1f113557097a131b158b7c6102f7 Mon Sep 17 00:00:00 2001 From: ran Date: Fri, 3 Oct 2025 18:15:42 +0200 Subject: [PATCH] chore: release langgraph python sdk 0.0.15 --- typescript-sdk/integrations/langgraph/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-sdk/integrations/langgraph/python/pyproject.toml b/typescript-sdk/integrations/langgraph/python/pyproject.toml index 9e5d5ff40..0e987e636 100644 --- a/typescript-sdk/integrations/langgraph/python/pyproject.toml +++ b/typescript-sdk/integrations/langgraph/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ag-ui-langgraph" -version = "0.0.14" +version = "0.0.15" description = "Implementation of the AG-UI protocol for LangGraph." authors = ["Ran Shem Tov "] readme = "README.md"