Skip to content

Commit 2796070

Browse files
authored
Merge pull request #85 from ag-ui-protocol/fix/langgraph-integration-dependencies
fix: use more explicit dependencies on the langgraph version
2 parents 2337f41 + 3f7a19d commit 2796070

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

typescript-sdk/integrations/langgraph/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
},
2424
"dependencies": {
2525
"@ag-ui/client": "workspace:*",
26-
"partial-json": "^0.1.7"
27-
},
28-
"peerDependencies": {
2926
"@langchain/core": "^0.3.38",
3027
"@langchain/langgraph-sdk": "^0.0.78",
28+
"partial-json": "^0.1.7",
3129
"rxjs": "7.8.1"
3230
},
3331
"devDependencies": {

0 commit comments

Comments
 (0)