Skip to content

Commit efb3766

Browse files
committed
chore(integrations/langgraph-js): use latest packages
1 parent e77df6d commit efb3766

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

examples/integrations/langgraph-js/agent/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
"dev": "npx @langchain/langgraph-cli dev --port 8123 --no-browser"
1212
},
1313
"dependencies": {
14-
"@copilotkit/sdk-js": "1.56.2",
15-
"@langchain/core": "^1.0.1",
16-
"@langchain/langgraph": "^1.2.8",
17-
"@langchain/langgraph-checkpoint": "^1.0.0",
18-
"@langchain/openai": "^1.1.3",
19-
"langchain": "^1.0.0",
20-
"zod": "^3.23.8"
14+
"@copilotkit/sdk-js": "1.56.3",
15+
"@langchain/core": "^1.1.41",
16+
"@langchain/langgraph": "^1.2.9",
17+
"@langchain/openai": "^1.4.4",
18+
"langchain": "^1.3.4"
2119
},
2220
"devDependencies": {
2321
"@types/html-to-text": "^9.0.4",

0 commit comments

Comments
 (0)