Skip to content

Commit

Permalink
Constrain celery's upper bound version to <6
Browse files Browse the repository at this point in the history
No more breaking changes, please.
  • Loading branch information
mgdaily committed Sep 6, 2024
1 parent f74487d commit 1985958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_requires =
pytest>=4.0
pyyaml
psycopg2-binary
celery[redis]>5
celery[redis]>5,<6
apscheduler
python-dateutil
ocs_ingester>=3.0.4,<4.0.0
Expand Down

0 comments on commit 1985958

Please sign in to comment.