Skip to content

Commit 8030a2b

Browse files
committed
chore: use latest packages for lg integrations and dojo
1 parent 6eedfa5 commit 8030a2b

File tree

4 files changed

+132
-322
lines changed

4 files changed

+132
-322
lines changed

typescript-sdk/apps/dojo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@ag-ui/server-starter-all-features": "workspace:*",
2323
"@ag-ui/vercel-ai-sdk": "workspace:*",
2424
"@ai-sdk/openai": "^1.3.22",
25-
"@copilotkit/react-core": "1.9.2",
26-
"@copilotkit/react-ui": "1.9.2",
27-
"@copilotkit/runtime": "1.9.2",
28-
"@copilotkit/runtime-client-gql": "1.9.2",
29-
"@copilotkit/shared": "1.9.2",
25+
"@copilotkit/react-core": "1.10.0",
26+
"@copilotkit/react-ui": "1.10.0",
27+
"@copilotkit/runtime": "1.10.0",
28+
"@copilotkit/runtime-client-gql": "1.10.0",
29+
"@copilotkit/shared": "1.10.0",
3030
"@mastra/client-js": "^0.10.18",
3131
"@mastra/core": "^0.13.0",
3232
"@mastra/dynamodb": "^0.13.3",

typescript-sdk/integrations/langgraph/examples/python/poetry.lock

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ langchain-experimental = ">=0.0.11"
2121
langchain-google-genai = ">=2.1.9"
2222
langchain-openai = ">=0.0.1"
2323
langgraph = "^0.6.1"
24-
ag-ui-langgraph = { version = "0.0.5a0", extras = ["fastapi"] }
24+
ag-ui-langgraph = { version = "0.0.5", extras = ["fastapi"] }
2525
python-dotenv = "^1.0.0"
2626
fastapi = "^0.115.12"
2727

0 commit comments

Comments
 (0)