From ee60da38ae73814ab4ef76f07b25c55414338ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:26:26 +0000 Subject: [PATCH] Update redis requirement from <6.0,>=5.0 to >=5.0,<9.0 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a761bd..0191998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "fastapi>=0.115,<1.0", "numpy>=1.26,<3.0", "psycopg[binary]>=3.2,<4.0", - "redis>=5.0,<6.0", + "redis>=5.0,<9.0", "sqlalchemy>=2.0,<3.0", "uvicorn>=0.34,<1.0", ]