Skip to content

Commit

Permalink
add lower version for dramatiq
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jan 16, 2025
1 parent f60018e commit c4dab11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions sentry_sdk/integrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
"chalice": (1, 16, 0),
"clickhouse_driver": (0, 2, 0),
"django": (1, 8),
"dramatiq": (1, 9),
"falcon": (1, 4),
"fastapi": (0, 79, 0),
"flask": (0, 10),
Expand Down
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ envlist =
{py3.6,py3.7,py3.8}-celery-v5.0.5
{py3.8,py3.11,py3.12}-celery-v5.4.0

{py3.6,py3.7}-dramatiq-v1.8.1
{py3.6,py3.8,py3.9}-dramatiq-v1.11.0
{py3.7,py3.10,py3.11}-dramatiq-v1.14.2
{py3.6,py3.7}-dramatiq-v1.9.0
{py3.6,py3.8,py3.9}-dramatiq-v1.12.3
{py3.7,py3.10,py3.11}-dramatiq-v1.15.0
{py3.8,py3.12,py3.13}-dramatiq-v1.17.1


Expand Down Expand Up @@ -717,9 +717,9 @@ deps =
celery: redis
py3.7-celery: importlib-metadata<5.0

dramatiq-v1.8.1: dramatiq==1.8.1
dramatiq-v1.11.0: dramatiq==1.11.0
dramatiq-v1.14.2: dramatiq==1.14.2
dramatiq-v1.9.0: dramatiq==1.9.0
dramatiq-v1.12.3: dramatiq==1.12.3
dramatiq-v1.15.0: dramatiq==1.15.0
dramatiq-v1.17.1: dramatiq==1.17.1


Expand Down

0 comments on commit c4dab11

Please sign in to comment.