We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3d8ad commit 41c286dCopy full SHA for 41c286d
requirements/pip.in
@@ -51,7 +51,9 @@ PyGithub
51
dnspython
52
53
# Used for Redis cache Django backend (`django.core.cache.backends.redis.RedisCache`)
54
-redis
+# Note: pinned for now due to issue with 6.0. See:
55
+# https://github.com/readthedocs/readthedocs.org/issues/12171
56
+redis==5.2.1
57
58
celery
59
django-celery-beat
requirements/pip.txt
@@ -257,7 +257,7 @@ pyyaml==6.0.2
257
# via -r requirements/pip.in
258
qrcode==8.2
259
# via django-allauth
260
-redis==6.0.0
261
262
regex==2024.11.6
263
0 commit comments