Skip to content

Commit 35adab0

Browse files
committed
release: Bump version for 0.0.6 release
1 parent cd5f5bd commit 35adab0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langgraph-checkpoint-redis"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Library with a Redis implementation of LangGraph checkpoint saver."
55
authors = ["Redis Inc. <[email protected]>"]
66
license = "MIT"
@@ -19,9 +19,9 @@ packages = [{ include = "langgraph" }]
1919

2020
[tool.poetry.dependencies]
2121
python = ">=3.9,<3.14"
22-
langgraph-checkpoint = "^2.0.24"
22+
langgraph-checkpoint = "^2.0.26"
2323
redisvl = ">=0.5.1,<0.8.0"
24-
redis = "^5.2.1"
24+
redis = ">=5.0,<7.0"
2525
python-ulid = "^3.0.0"
2626

2727
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)