What's Changed
This version fixes issue with wrong dependency notation resulting with Django ^4.0 installation. Detailed changes:
- fixed notation for poetry dependencies `Django` and `django-stubs`
- moved `pytest-cov` and `django-stubs` to dev dependencies as they are not necessary for the regular use of the library
- updated `django-unified-signals` dependency
PRs
* Fixing Django 5.0+ not being recognized as a compatible version by ivellios in https://github.com/ivellios/celery-signal-receivers/pull/4
**Full Changelog**: https://github.com/ivellios/celery-signal-receivers/compare/0.2.0...0.2.1