Skip to content

Commit

Permalink
Lock down celery to 4.4.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Sep 29, 2020
1 parent f59eef2 commit daf70eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Release History
DEV
---

* Lock down celery to 4.4.x version

0.5.5 (2020-09-28)
------------------

* Introduce Views (a.k.a Read Models)
* Refactor Domain Module to be leaner
* Introduce Class Factories for all Domain Elements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*names, **kwargs):
redis_requires = ["redis==3.5.2"]
sqlite_requires = ["sqlalchemy>=1.3.15"]
postgresql_requires = ["psycopg2>=2.8.4", "sqlalchemy>=1.3.15"]
celery_requires = ["celery[redis]>=4.4.2"]
celery_requires = ["celery[redis]~=4.4.2"]
sendgrid_requires = ["sendgrid>=6.1.3"]
flask_requires = ["flask>=1.1.1"]
marshmallow_requires = ["marshmallow>=3.5.1"]
Expand Down

0 comments on commit daf70eb

Please sign in to comment.