Skip to content

Commit 5113813

Browse files
authored
chore: latest agui packages (#394)
* chore: release langgraph python integration * chore: release core packages v0.0.38 * chore: release langgraph TS integration 0.0.14
1 parent 3ea9945 commit 5113813

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

python-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ag-ui-protocol"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = ""
55
authors = ["Markus Ecker <[email protected]>"]
66
readme = "README.md"

typescript-sdk/integrations/langgraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ag-ui/langgraph",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -29,8 +29,8 @@
2929
"rxjs": "7.8.1"
3030
},
3131
"peerDependencies": {
32-
"@ag-ui/core": ">=0.0.37",
33-
"@ag-ui/client": ">=0.0.37"
32+
"@ag-ui/core": ">=0.0.38",
33+
"@ag-ui/client": ">=0.0.38"
3434
},
3535
"devDependencies": {
3636
"@ag-ui/core": "workspace:*",

typescript-sdk/integrations/langgraph/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ag-ui-langgraph"
3-
version = "0.0.12-alpha.3"
3+
version = "0.0.13"
44
description = "Implementation of the AG-UI protocol for LangGraph."
55
authors = ["Ran Shem Tov <[email protected]>"]
66
readme = "README.md"
@@ -10,7 +10,7 @@ exclude = [
1010

1111
[tool.poetry.dependencies]
1212
python = "<3.14,>=3.10"
13-
ag-ui-protocol = "==0.1.7"
13+
ag-ui-protocol = "==0.1.9"
1414
fastapi = { version = "^0.115.12", optional = true }
1515
langchain = ">=0.3.0"
1616
langchain-core = ">=0.3.0"

typescript-sdk/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/client",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.37",
4+
"version": "0.0.38",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

typescript-sdk/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/core",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.37",
4+
"version": "0.0.38",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

typescript-sdk/packages/encoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/encoder",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.37",
4+
"version": "0.0.38",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

typescript-sdk/packages/proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ag-ui/proto",
33
"author": "Markus Ecker <[email protected]>",
4-
"version": "0.0.37",
4+
"version": "0.0.38",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)