From 8e33b8d848a321100d53e2860e157043392576bb Mon Sep 17 00:00:00 2001 From: Kahlil Hodgson Date: Fri, 5 May 2023 10:00:31 +1000 Subject: [PATCH] chore: Bump redis version restriction include v4 This has been tested in production under v4 for some time --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98c69ce..2d94160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bitmapist" -version = "3.109" +version = "3.110" description="Implements a powerful analytics library using Redis bitmaps." authors = [ "Amir Salihefendic ", @@ -33,7 +33,7 @@ include = [ [tool.poetry.dependencies] python = ">=3.9,<3.12" -redis = "^2.10.0" +redis = "^2.10.0,<5.0.0" python-dateutil = "*" future = "^0.14.3" Mako= "^1.0.4"