mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 01:26:57 -04:00
fix(sdk): allow alpha version of 1.0.0 (#1664)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@langchain/langgraph-sdk": patch
|
||||
---
|
||||
|
||||
Allow `@langchain/core@1.0.0-alpha` installed alongside SDK
|
||||
@@ -48,7 +48,7 @@
|
||||
"vitest": "^3.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@langchain/core": ">=0.2.31 <0.4.0",
|
||||
"@langchain/core": ">=0.2.31 <0.4.0 || ^1.0.0-alpha",
|
||||
"react": "^18 || ^19",
|
||||
"react-dom": "^18 || ^19"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user