Skip to content

Commit e331179

Browse files
amurekicodingjoe
authored andcommitted
Pin django-dramatiq instead of dramatiq version
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.
1 parent 4bb0de9 commit e331179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ docs = [
6666
"celery>=4.2.0",
6767
"django-reversion",
6868
"dramatiq",
69-
"django_dramatiq",
69+
"django_dramatiq<=0.10.0",
7070
"redis",
7171
]
7272
reversion = [
@@ -76,8 +76,8 @@ celery = [
7676
"celery>=4.2.0",
7777
]
7878
dramatiq = [
79-
"dramatiq<=1.12.0",
80-
"django_dramatiq",
79+
"dramatiq",
80+
"django_dramatiq<=0.10.0",
8181
]
8282

8383
[project.urls]

0 commit comments

Comments
 (0)