Skip to content

Commit 21e5978

Browse files
support redis 5.2.1, as per documentation
1 parent 219c920 commit 21e5978

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 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
@@ -21,7 +21,7 @@ packages = [{ include = "langgraph" }]
2121
python = ">=3.9,<3.14"
2222
langgraph-checkpoint = ">=2.0.21,<3.0.0"
2323
redisvl = ">=0.5.1,<1.0.0"
24-
redis = ">=5.2.1,<7.0"
24+
redis = ">=5.2.1,<7.0.0"
2525
orjson = "^3.9.0"
2626
tomli = { version = "^2.0.1", python = "<3.11" }
2727

0 commit comments

Comments
 (0)