fix(langgraph-checkpoint-redis): allow alpha version of 1.0.0 (#1701)

Co-authored-by: Baptiste Jamin <baptiste@crisp.chat>
Co-authored-by: David Duong <david@duong.cz>
This commit is contained in:
Baptiste Jamin
2025-09-30 13:28:03 +02:00
committed by GitHub
parent 02beb41e76
commit 926db1efe9
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@langchain/langgraph-checkpoint-redis": patch
---
Allow using @langchain/core@^1.0.0-alpha
+1 -1
View File
@@ -35,7 +35,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@langchain/core": ">=0.2.31 <0.4.0",
"@langchain/core": ">=0.2.31 <0.4.0 || ^1.0.0-alpha",
"@langchain/langgraph-checkpoint": "^0.1.0"
},
"devDependencies": {
+1 -1
View File
@@ -1647,7 +1647,7 @@ __metadata:
ulid: "npm:^2.3.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"
"@langchain/langgraph-checkpoint": ^0.1.0
languageName: unknown
linkType: soft