We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77df6d commit efb3766Copy full SHA for efb3766
1 file changed
examples/integrations/langgraph-js/agent/package.json
@@ -11,13 +11,11 @@
11
"dev": "npx @langchain/langgraph-cli dev --port 8123 --no-browser"
12
},
13
"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"
+ "@copilotkit/sdk-js": "1.56.3",
+ "@langchain/core": "^1.1.41",
+ "@langchain/langgraph": "^1.2.9",
+ "@langchain/openai": "^1.4.4",
+ "langchain": "^1.3.4"
21
22
"devDependencies": {
23
"@types/html-to-text": "^9.0.4",
0 commit comments