Skip to content

Commit

Permalink
Pin django-dramatiq instead of dramatiq version
Browse files Browse the repository at this point in the history
I believe, the core problem was in django_dramatiq package:
Bogdanp/django_dramatiq#123
Version 0.11 is not fully uploaded to PyPI or there is a bug in that version.

Also, there are no incompatibility issues raised in dramatiq repo:
https://github.com/Bogdanp/dramatiq/issues

Thus, I am changing pins in this PR to freeze django-dramatiq package.
  • Loading branch information
amureki authored and codingjoe committed Oct 28, 2022
1 parent 4bb0de9 commit e331179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docs = [
"celery>=4.2.0",
"django-reversion",
"dramatiq",
"django_dramatiq",
"django_dramatiq<=0.10.0",
"redis",
]
reversion = [
Expand All @@ -76,8 +76,8 @@ celery = [
"celery>=4.2.0",
]
dramatiq = [
"dramatiq<=1.12.0",
"django_dramatiq",
"dramatiq",
"django_dramatiq<=0.10.0",
]

[project.urls]
Expand Down

0 comments on commit e331179

Please sign in to comment.