- installation: bump celery to support python 3.11
1.2.5
- Pin importlib-metadata due to celery/kombu icompatibilities with v5.
1.2.4
- Changed version bounds on Celery to 5.1-5.3.
1.2.3
- Changed version bounds on Celery to 5.1-5.2 (v4.x has reached end of life August 2021), and there's no new LTS release yet.
1.2.2
- Removes the pytest-celery dependency as the package is still in prerelease and it only affects tests. If you are using Celery 5 you may need to enable the pytest celery plugin - see https://docs.celeryproject.org/en/stable/userguide/testing.html#enabling