Commit 6456581
committed
chore(deps): widen langgraph-checkpoint upper bound to <5.0.0
Allow langgraph-checkpoint >=4.0.0 which contains a security fix for
CVE-2026-27794 (pickle deserialization in BaseCache). This library uses
a custom JsonPlusRedisSerializer that uses orjson/msgpack and never
pickle, so the breaking change (pickle_fallback=False default) has no
impact.
Closes #1521 parent ba00de4 commit 6456581
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments