diff --git a/poetry.lock b/poetry.lock index 07c122a..de2a2e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2423,4 +2423,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "1b7fc919479c445e255db957685bd9bd02077abd8134f35931b683cbda7f8b41" +content-hash = "9577252b03dc2d8d47404adb56c31983f472705792ac91aad410e1d769462b3d" diff --git a/pyproject.toml b/pyproject.toml index f34b1cb..5ac3d25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-redis" -version = "0.0.5" +version = "0.0.6" description = "Library with a Redis implementation of LangGraph checkpoint saver." authors = ["Redis Inc. "] license = "MIT" @@ -19,9 +19,9 @@ packages = [{ include = "langgraph" }] [tool.poetry.dependencies] python = ">=3.9,<3.14" -langgraph-checkpoint = "^2.0.24" +langgraph-checkpoint = "^2.0.26" redisvl = ">=0.5.1,<0.8.0" -redis = "^5.2.1" +redis = ">=5.0,<7.0" python-ulid = "^3.0.0" [tool.poetry.group.dev.dependencies]