diff --git a/jaseci_core/setup.py b/jaseci_core/setup.py index 70db15a19e..564d9b5c40 100644 --- a/jaseci_core/setup.py +++ b/jaseci_core/setup.py @@ -19,7 +19,7 @@ def get_ver(): "fastapi[all]>=0.75.0,<1.0.0", "requests", "redis", - "celery>=5,<6", + "celery==5.3.1", "flake8", "pep8-naming", "stripe", diff --git a/jaseci_serv/setup.py b/jaseci_serv/setup.py index b106ecd7b7..b81513c996 100644 --- a/jaseci_serv/setup.py +++ b/jaseci_serv/setup.py @@ -42,8 +42,8 @@ def get_ver(): "sphinx>=2.4.3,<2.5.0", "django-cors-headers", "tblib", - "django-celery-results>=2.3,<2.4", - "django-celery-beat>=2.2", + "django-celery-results==2.3.1", + "django-celery-beat==2.5.0", "pytest-django", "dj-rest-auth[with_social]", "django-allauth>=0.52.0",