Skip to content

Commit 64a7a31

Browse files
authored
Merge pull request #8796 from readthedocs/humitos/hotfix/downgrade-celery
Requirements: downgrade celery
2 parents b014761 + 05735d9 commit 64a7a31

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

requirements/pip.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ slumber==0.7.1
3030
pyyaml==5.4.1 # pyup: ignore
3131
Pygments==2.10.0
3232

33-
# Basic tools
34-
3533
# Downgrade redis to 3.5.3 (latest 3.x release) because pip raises this error:
3634
# django-redis-cache 2.1.3 depends on redis<4.0
3735
redis==3.5.3 # pyup: ignore
3836

39-
kombu==5.2.2
40-
celery==5.2.2
37+
# Pin celery and kombu because it produces an error
38+
# File "/home/docs/lib/python3.8/site-packages/celery/app/trace.py", line 361, in build_tracer
39+
# push_request = request_stack.push
40+
# AttributeError: 'NoneType' object has no attribute 'push'
41+
# See https://github.com/celery/celery/discussions/7172
42+
kombu==5.1.0 # pyup: ignore
43+
celery==5.1.2 # pyup: ignore
4144

4245
# When upgrading to 0.43.0 we should double check the ``base.html`` change
4346
# described in the changelog. In previous versions, the allauth app included a

0 commit comments

Comments
 (0)