diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-redis/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-redis/pyproject.toml index 5ac4f9dc5cfd46760cba4c6e5eb59d3dc0ac7b7b..93fe1ef2ebab47e24ee1413c8575d0c708bfa101 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-redis/pyproject.toml +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-redis/pyproject.toml @@ -30,7 +30,8 @@ readme = "README.md" version = "0.5.0" [tool.poetry.dependencies] -python = ">=3.9,<4.0" +# Use same python version requirement as redisvl +python = ">=3.9,<3.14" redisvl = "^0.4.1" llama-index-core = "^0.12.0"