diff --git a/changelog.d/607.misc b/changelog.d/607.misc new file mode 100644 index 00000000..981ed977 --- /dev/null +++ b/changelog.d/607.misc @@ -0,0 +1 @@ +Added support for the latest version of redis-py, 4.3.4 diff --git a/setup.cfg b/setup.cfg index e0106810..8838d9ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,10 +39,10 @@ packages = django_redis.compressors install_requires = Django>=3.2 - redis>=3,!=4.0.0,!=4.0.1 + redis>=4.5.4,<=4.9.9 [options.extras_require] -hiredis = redis[hiredis]>=3,!=4.0.0,!=4.0.1 +hiredis = redis[hiredis]>=4.5.4,<=4.9.9 [coverage:run] omit =