How to Upgrade Celery packages to the latest version

Follow the commands below to upgrade the Celery packages to the latest version.

Upgrade Using PIP

For Python 2

pip install celery --upgrade

For Python 3

pip3 install celery --upgrade

 

For more information about Celery, visit Celery Documentation