Skip to content

Commit 6397805

Browse files
committed
feat(deps)!: upgrade to LangGraph 1.0.3
BREAKING CHANGE: Minimum Python version is now 3.10 (was 3.9) - Upgrade langgraph from 0.4.9 to 1.0.3 - Upgrade langchain-core from 0.3.74 to 1.0.5 - Upgrade langgraph-checkpoint from 2.x to 3.x - Add redisvl >=0.11.0 dependency (security fix CVE-2025-64439)
1 parent 3a808eb commit 6397805

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

poetry.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langgraph-checkpoint-redis"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Redis implementation of the LangGraph agent checkpoint saver and store."
55
authors = ["Redis Inc. <applied.ai@redis.com>", "Brian Sam-Bodden <bsb@redis.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)