From 6faee94fefdde2598a573ad32f8a942516a3f0dd Mon Sep 17 00:00:00 2001 From: ran Date: Fri, 22 Aug 2025 14:22:29 +0200 Subject: [PATCH 1/2] chore: release v0.0.9 of langgraph python integration --- 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 ccd20dc5c..f4c2163be 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.8" +version = "0.0.9" description = "Implementation of the AG-UI protocol for LangGraph." authors = ["Ran Shem Tov "] readme = "README.md" From 4821877ff1d0576d3ba1c3f004b9f7fa9358504b Mon Sep 17 00:00:00 2001 From: ran Date: Fri, 22 Aug 2025 14:24:42 +0200 Subject: [PATCH 2/2] chore: use latest langgraph integration for python --- .../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 478fd5122..e1e3f3c2d 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.7" +version = "0.0.9" 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.7-py3-none-any.whl", hash = "sha256:35b43bf74b3dc568943bb0808141ae6e583b3c08596892b21a647072434d2f34"}, - {file = "ag_ui_langgraph-0.0.7.tar.gz", hash = "sha256:5ca32d6f04f40073493227fb272d3493e84cd0e0f5a269d74d0ac1a4234cfe04"}, + {file = "ag_ui_langgraph-0.0.9-py3-none-any.whl", hash = "sha256:404795856f896ea88848ecd7854f957c2ab3e290793248713c13cbc5bd4376d1"}, + {file = "ag_ui_langgraph-0.0.9.tar.gz", hash = "sha256:8db1938d0272f97ee31f2cf35063652eb4f483338b98c02e086f4511c990180a"}, ] [package.dependencies] @@ -2970,4 +2970,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "8e613797f8505b4f0067cb5a413b992cd63ce1ccaa4b4bda9b65a019c723d45b" +content-hash = "4d326d3dbcaaf4362d410220b2596bc10db5f8e00542eb2d6c09c619948d1d08" diff --git a/typescript-sdk/integrations/langgraph/examples/python/pyproject.toml b/typescript-sdk/integrations/langgraph/examples/python/pyproject.toml index e17abfa59..dca6dc0d3 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.7", extras = ["fastapi"] } +ag-ui-langgraph = { version = "0.0.9", extras = ["fastapi"] } python-dotenv = "^1.0.0" fastapi = "^0.115.12"