Skip to content

Commit 1dd5c7a

Browse files
authored
Merge pull request #6596 from readthedocs/hotfix/revert-celery-upgrade
Revert "Update celery requirements to its latest version"
2 parents 8fa0cc0 + 8040287 commit 1dd5c7a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

requirements/pip.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ pyyaml==5.1.2
3030
Pygments==2.4.2
3131

3232
# Basic tools
33-
redis==3.3.11
34-
kombu==4.6.7
35-
celery==4.3.0
33+
# Redis 3.x has an incompatible change and fails
34+
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
35+
# https://github.com/sebleier/django-redis-cache/pull/162
36+
redis==2.10.6 # pyup: ignore
37+
# Kombu >4.3 requires redis>=3.2
38+
kombu==4.3.0 # pyup: ignore
39+
# Celery 4.2 is incompatible with our code
40+
# when ALWAYS_EAGER = True
41+
celery==4.1.1 # pyup: ignore
3642

3743
django-allauth==0.40.0
3844

0 commit comments

Comments
 (0)