Skip to content

Commit 0e94c7b

Browse files
committed
Downgrade celery and kombu to 5.2.2 and downgrade redis do >=3.4.1 due to kombu downgrade
1 parent 70f8e68 commit 0e94c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vaas/requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ django-environ==0.4.5
1414
lockfile==0.12.2
1515
django-taggit==1.3.0
1616
# newer versions requires incompatible kombu
17-
celery[redis]==5.2.3
17+
celery[redis]==5.2.2
1818
celery-beatx
1919
requests>=2.25.1
2020
GitPython==3.1.35
@@ -30,8 +30,8 @@ python-json-logger
3030
sentry-sdk==1.14.0
3131

3232
# newer versions are incompatible with our fork of redis-py: https://github.com/allegro/redis-py
33-
kombu==5.2.3
34-
redis==4.4.4
33+
kombu==5.2.2
34+
redis>=3.4.1
3535
django_admin_bootstrapped @ git+https://github.com/allegro/[email protected]#egg=django_admin_bootstrapped
3636
python_varnish @ git+https://github.com/allegro/[email protected]#egg=python_varnish
3737
django_ace @ git+https://github.com/allegro/[email protected]#egg=django_ace

0 commit comments

Comments
 (0)