Skip to content

Commit 57f1f99

Browse files
committed
chore(showcase): pin langgraph integrations to stable releases
copilotkit 0.1.94a3->0.1.94 (py), @copilotkit/* 1.59.2->1.59.4 + sdk-js alpha.3->1.59.4 (ts). Drop the @ag-ui/langgraph override — runtime 1.59.4 now carries @ag-ui/a2ui-middleware 0.0.6 (the injectA2UITool forward) + @ag-ui/langgraph 0.0.37. Locks regenerated.
1 parent d59a035 commit 57f1f99

10 files changed

Lines changed: 360 additions & 194 deletions

File tree

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

Lines changed: 111 additions & 54 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: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"test:e2e": "playwright test"
1111
},
1212
"dependencies": {
13-
"@copilotkit/a2ui-renderer": "1.59.2",
14-
"@copilotkit/react-core": "1.59.2",
15-
"@copilotkit/react-ui": "1.59.2",
16-
"@copilotkit/runtime": "1.59.2",
17-
"@copilotkit/shared": "1.59.2",
18-
"@copilotkit/voice": "1.59.2",
13+
"@copilotkit/a2ui-renderer": "1.59.4",
14+
"@copilotkit/react-core": "1.59.4",
15+
"@copilotkit/react-ui": "1.59.4",
16+
"@copilotkit/runtime": "1.59.4",
17+
"@copilotkit/shared": "1.59.4",
18+
"@copilotkit/voice": "1.59.4",
1919
"@hashbrownai/core": "0.5.0-beta.4",
2020
"@hashbrownai/react": "0.5.0-beta.4",
2121
"@json-render/core": "0.18.0",
@@ -50,15 +50,13 @@
5050
"typescript": "^5.7.0"
5151
},
5252
"overrides": {
53-
"@ag-ui/langgraph": "0.0.37",
5453
"@copilotkit/web-inspector": {
55-
"@copilotkit/core": "1.59.2"
54+
"@copilotkit/core": "1.59.4"
5655
}
5756
},
5857
"pnpm": {
5958
"overrides": {
60-
"@ag-ui/langgraph": "0.0.37",
61-
"@copilotkit/web-inspector>@copilotkit/core": "1.59.2"
59+
"@copilotkit/web-inspector>@copilotkit/core": "1.59.4"
6260
}
6361
}
6462
}

showcase/integrations/langgraph-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
copilotkit==0.1.94a3
1+
copilotkit==0.1.94
22
langchain==1.2.15
33
langchain-openai==1.1.9
44
langchain-anthropic==1.4.1

0 commit comments

Comments
 (0)