From 8093224887a553b3801360f36bb8107b1df42a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:27:16 +0000 Subject: [PATCH] fix(deps): update redis requirement 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.3.0...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 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 5755b4c4..92be22b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "pydantic-settings>=2.5.0,<3.0.0", "sqlalchemy[asyncio]>=2.0.35,<3.0.0", "asyncpg>=0.29.0,<1.0.0", - "redis[hiredis]>=5.3.0,<6.0.0", + "redis[hiredis]>=5.3.0,<9.0.0", "celery[redis]>=5.5.0,<6.0.0", "httpx>=0.28.0,<1.0.0", "typer[all]>=0.12.0,<1.0.0",