From 13ead0bf96fce8c3112f45c212f74a44a548eba2 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 28 Mar 2023 10:41:07 +0200 Subject: [PATCH] Update redis-py dependency to >=4.5.3. For https://github.com/redis/redis-py/releases/tag/v4.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3160287..566a622 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ include_package_data=True, python_requires=">=3.7", install_requires=[ - "redis==4.3.5", + "redis>=4.5.3", "msgpack~=1.0", "asgiref>=3.2.10,<4", "channels",