fix(sdk): allow alpha version of 1.0.0 (#1664)

This commit is contained in:
David Duong
2025-09-15 16:11:17 +02:00
committed by GitHub
parent 599a8c5499
commit 15afabefbf
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@langchain/langgraph-sdk": patch
---
Allow `@langchain/core@1.0.0-alpha` installed alongside SDK
+1 -1
View File
@@ -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"
},
+1 -1
View File
@@ -1879,7 +1879,7 @@ __metadata:
uuid: "npm:^9.0.0"
vitest: "npm:^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
peerDependenciesMeta: