Skip to content

Commit d61908d

Browse files
committed
chore(deps): bump @ag-ui/langgraph to 0.0.34
Picks up the forwarded-headers fix from ag-ui PR CopilotKit#1798 (ag-ui-protocol/ag-ui#1798), which injects agent.headers as config.configurable.copilotkit_forwarded_headers so the LG dev server's HTTP-to-configurable bridge is no longer required for X-AIMock-Context propagation. Closes the header-propagation gap for showcase D5/D6 langgraph-typescript probes.
1 parent ee6b2c3 commit d61908d

5 files changed

Lines changed: 28 additions & 28 deletions

File tree

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@ag-ui/client": "0.0.53",
8282
"@ag-ui/core": "0.0.53",
8383
"@ag-ui/encoder": "0.0.53",
84-
"@ag-ui/langgraph": "0.0.33",
84+
"@ag-ui/langgraph": "0.0.34",
8585
"@ag-ui/mcp-apps-middleware": "0.0.3",
8686
"@ai-sdk/anthropic": "^3.0.49",
8787
"@ai-sdk/google": "^3.0.33",

packages/sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"attw": "attw --pack . --profile node16"
6060
},
6161
"dependencies": {
62-
"@ag-ui/langgraph": "0.0.33",
62+
"@ag-ui/langgraph": "0.0.34",
6363
"@copilotkit/shared": "workspace:*"
6464
},
6565
"devDependencies": {

pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcase/integrations/langgraph-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "^5.7.0"
5757
},
5858
"overrides": {
59-
"@ag-ui/langgraph": "0.0.33",
59+
"@ag-ui/langgraph": "0.0.34",
6060
"@copilotkit/web-inspector": {
6161
"@copilotkit/core": "latest"
6262
}

showcase/integrations/langgraph-typescript/src/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@types/node": "^22.9.0"
2424
},
2525
"overrides": {
26-
"@ag-ui/langgraph": "0.0.33"
26+
"@ag-ui/langgraph": "0.0.34"
2727
}
2828
}

0 commit comments

Comments
 (0)