Skip to content

Commit 72156db

Browse files
committed
fix(showcase): bump @ag-ui/langgraph to 0.0.36 in langgraph integrations
Carries ag-ui PR CopilotKit#1784 (skip regeneration check when command.resume is set) into the three langgraph showcase stacks. ag-ui 0.0.35 incorrectly ran the regenerate path on a resumed run, breaking the gen-ui-interrupt D6 cell. 0.0.36 adds the command.resume guard. Pins @ag-ui/langgraph 0.0.36 via npm overrides (transitive dep of @copilotkit/runtime) in langgraph-python, langgraph-typescript, and langgraph-fastapi, and regenerates each per-integration package-lock.json.
1 parent fa5a84c commit 72156db

6 files changed

Lines changed: 35 additions & 15 deletions

File tree

showcase/integrations/langgraph-fastapi/package-lock.json

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

showcase/integrations/langgraph-fastapi/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@
5050
"typescript": "^5.7.0"
5151
},
5252
"overrides": {
53+
"@ag-ui/langgraph": "0.0.36",
5354
"@copilotkit/web-inspector": {
5455
"@copilotkit/core": "1.59.2"
5556
}
5657
},
5758
"pnpm": {
5859
"overrides": {
60+
"@ag-ui/langgraph": "0.0.36",
5961
"@copilotkit/web-inspector>@copilotkit/core": "1.59.2"
6062
}
6163
}

showcase/integrations/langgraph-python/package-lock.json

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

showcase/integrations/langgraph-python/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@
4949
"typescript": "^5.7.0"
5050
},
5151
"overrides": {
52+
"@ag-ui/langgraph": "0.0.36",
5253
"@copilotkit/web-inspector": {
5354
"@copilotkit/core": "latest"
5455
}
5556
},
5657
"pnpm": {
5758
"overrides": {
59+
"@ag-ui/langgraph": "0.0.36",
5860
"@copilotkit/web-inspector>@copilotkit/core": "latest"
5961
}
6062
}

showcase/integrations/langgraph-typescript/package-lock.json

Lines changed: 12 additions & 9 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"typescript": "^5.7.0"
5757
},
5858
"overrides": {
59+
"@ag-ui/langgraph": "0.0.36",
5960
"@copilotkit/web-inspector": {
6061
"@copilotkit/core": "latest"
6162
}

0 commit comments

Comments
 (0)