Skip to content

Commit

Permalink
[BUGFIX] Pin kombu to 4.6.3 to fix bug with redis exchange #197
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm authored Dec 2, 2019
2 parents bebdc16 + ab1896d commit fbec2f5
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 93 deletions.
143 changes: 51 additions & 92 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ envdir==1.0.1
gunicorn==19.9.0
idna==2.8
importlib-metadata==0.23
kombu==4.6.5
kombu==4.6.3
oauthlib==3.1.0
prometheus-client==0.7.0
pyjwt==1.7.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'Django==2.2.4',
'djangorestframework==3.9.4',
'envdir',
'kombu==4.6.3', # https://github.com/celery/kombu/issues/1063
'prometheus-client==0.7.0',
'python-dateutil==2.8.0',
'pyyaml==5.1',
Expand Down

0 comments on commit fbec2f5

Please sign in to comment.