Skip to content

Commit 41c286d

Browse files
authored
Downgrade Redis back to 5.2.1 (#12172)
Downgrade to avoid redis bug, probably with our hostname hack for djstire? See #12171 for the error.
1 parent 6b3d8ad commit 41c286d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/pip.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ PyGithub
5151
dnspython
5252

5353
# Used for Redis cache Django backend (`django.core.cache.backends.redis.RedisCache`)
54-
redis
54+
# 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
5557

5658
celery
5759
django-celery-beat

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ pyyaml==6.0.2
257257
# via -r requirements/pip.in
258258
qrcode==8.2
259259
# via django-allauth
260-
redis==6.0.0
260+
redis==5.2.1
261261
# via -r requirements/pip.in
262262
regex==2024.11.6
263263
# via -r requirements/pip.in

0 commit comments

Comments
 (0)