From 5b2116f3087bf3a118143f7205f874e7396404af Mon Sep 17 00:00:00 2001 From: ran Date: Fri, 24 Oct 2025 11:44:12 +0200 Subject: [PATCH] chore: relase langgraph python integration 0.0.18 --- integrations/langgraph/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/langgraph/python/pyproject.toml b/integrations/langgraph/python/pyproject.toml index e64a0051e..aed10e925 100644 --- a/integrations/langgraph/python/pyproject.toml +++ b/integrations/langgraph/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ag-ui-langgraph" -version = "0.0.17" +version = "0.0.18" description = "Implementation of the AG-UI protocol for LangGraph." authors = ["Ran Shem Tov "] readme = "README.md"