From 3e6e42f2d46a8156052fdc53de96efacf850ab62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:19:13 +0000 Subject: [PATCH] chore(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.2.1...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.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 27b65389..2c40990f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "asyncpg>=0.30.0", "aiosqlite>=0.21.0", "sqlalchemy[asyncio]>=2.0.37", - "redis>=5.2.1,<8.0.0", + "redis>=5.2.1,<9.0.0", "supabase>=2.16.0", # LangChain & LLM "langchain>=0.3.25",