Skip to content

Commit 7d44b88

Browse files
committed
chore: release 0.0.22
1 parent 770215f commit 7d44b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/langgraph/python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ag-ui-langgraph"
3-
version = "0.0.21"
3+
version = "0.0.22"
44
description = "Implementation of the AG-UI protocol for LangGraph."
55
authors = ["Ran Shem Tov <[email protected]>"]
66
readme = "README.md"
@@ -15,6 +15,7 @@ fastapi = { version = "^0.115.12", optional = true }
1515
langchain = ">=0.3.0"
1616
langchain-core = ">=0.3.0"
1717
langgraph = ">=0.3.25,<1.1.0"
18+
pydantic = ">=2.0.0"
1819

1920
[tool.poetry.extras]
2021
fastapi = ["fastapi"]

0 commit comments

Comments
 (0)