diff --git a/pyproject.toml b/pyproject.toml index e365f454..bb5aa89a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python", ] dependencies = [ - "redis>=4.2.0,<8.0.0", + "redis>=4.2.0,<9.0.0", "pydantic>=2.0.0,<3.0.0", "click>=8.0.1", "types-redis>=3.5.9,<5.0.0", @@ -123,4 +123,3 @@ lines-after-imports = 2 [tool.mypy] ignore_missing_imports = true disable_error_code = ["annotation-unchecked"] - diff --git a/uv.lock b/uv.lock index 979473c0..ee0ffaf1 100644 --- a/uv.lock +++ b/uv.lock @@ -2033,7 +2033,7 @@ requires-dist = [ { name = "pydantic", specifier = ">=2.0.0,<3.0.0" }, { name = "pydantic-extra-types", specifier = ">=2.10.5" }, { name = "python-ulid", specifier = ">=1.0.3,<=3.1.0" }, - { name = "redis", specifier = ">=4.2.0,<8.0.0" }, + { name = "redis", specifier = ">=4.2.0,<9.0.0" }, { name = "redisvl", specifier = ">=0.16.0" }, { name = "setuptools", specifier = ">=70.0" }, { name = "types-redis", specifier = ">=3.5.9,<5.0.0" },