From 7414300ef7b5b2e24cdd124b4045ae7218369d45 Mon Sep 17 00:00:00 2001 From: ran Date: Tue, 2 Sep 2025 17:32:59 +0200 Subject: [PATCH 1/2] chore: release langgraph python integration 0.0.10 --- 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 7ba43473a..325056afa 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.10-alpha.0" +version = "0.0.10" description = "Implementation of the AG-UI protocol for LangGraph." authors = ["Ran Shem Tov "] readme = "README.md" From a136be6d08f72002c65ed791db85d74976595e34 Mon Sep 17 00:00:00 2001 From: ran Date: Tue, 2 Sep 2025 17:33:15 +0200 Subject: [PATCH 2/2] chore: use latest python agui langgraph integration --- .../integrations/langgraph/examples/python/poetry.lock | 8 ++++---- .../integrations/langgraph/examples/python/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript-sdk/integrations/langgraph/examples/python/poetry.lock b/typescript-sdk/integrations/langgraph/examples/python/poetry.lock index d8f381b57..3e5724b1c 100644 --- a/typescript-sdk/integrations/langgraph/examples/python/poetry.lock +++ b/typescript-sdk/integrations/langgraph/examples/python/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "ag-ui-langgraph" -version = "0.0.10a0" +version = "0.0.10" description = "Implementation of the AG-UI protocol for LangGraph." optional = false python-versions = "<3.14,>=3.10" groups = ["main"] files = [ - {file = "ag_ui_langgraph-0.0.10a0-py3-none-any.whl", hash = "sha256:8191e79241fed54cbddf4ca31d364f7198a16fa476f64259a11ea63a14332060"}, - {file = "ag_ui_langgraph-0.0.10a0.tar.gz", hash = "sha256:6ce5baa81c63af53e09ccfb1ed5326e50c1d293354a0babcd9f9cd588dff32a6"}, + {file = "ag_ui_langgraph-0.0.10-py3-none-any.whl", hash = "sha256:748d7762e4d205fd5352abd708bca3f7b5784d7849e5a66b9d8a65e6d9ae101e"}, + {file = "ag_ui_langgraph-0.0.10.tar.gz", hash = "sha256:da8b976dc1899e8b25562bb4964e18d8c6cc59d55ec3715b85836313da64002f"}, ] [package.dependencies] @@ -2970,4 +2970,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "ec2beece0020a301dee39ea7e83fc2419ca0ad4254a7c9c233fa266c41a1d586" +content-hash = "f048734b5568b333b6d91ded589ee8e639fed7dd78b3b630c2e90929d6e84d97" diff --git a/typescript-sdk/integrations/langgraph/examples/python/pyproject.toml b/typescript-sdk/integrations/langgraph/examples/python/pyproject.toml index b3b92bb96..a9b666ddf 100644 --- a/typescript-sdk/integrations/langgraph/examples/python/pyproject.toml +++ b/typescript-sdk/integrations/langgraph/examples/python/pyproject.toml @@ -21,7 +21,7 @@ langchain-experimental = ">=0.0.11" langchain-google-genai = ">=2.1.9" langchain-openai = ">=0.0.1" langgraph = "^0.6.1" -ag-ui-langgraph = { version = "0.0.10a0", extras = ["fastapi"] } +ag-ui-langgraph = { version = "0.0.10", extras = ["fastapi"] } python-dotenv = "^1.0.0" fastapi = "^0.115.12"