Skip to content

Commit

Permalink
Celery upgrade to v5.5rc
Browse files Browse the repository at this point in the history
This release contains stability improvements for the redis broker.
  • Loading branch information
davidfischer committed Oct 15, 2024
1 parent da7a39f commit 3534fef
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 24 deletions.
2 changes: 1 addition & 1 deletion requirements/analyzer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pathy==0.11.0
# via spacy
pgvector==0.3.5
# via -r analyzer.in
pillow==10.4.0
pillow==11.0.0
# via torchvision
preshed==3.0.9
# via
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Django<5.1
pytz

# Asynchronous tasks
celery[redis]
# Celery <5.5 has a stability issue the redis broker: https://github.com/celery/celery/issues/8030
celery[redis]==5.5.0rc1

# Static files
whitenoise
Expand Down
10 changes: 4 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ billiard==4.2.1
# via celery
bleach==6.1.0
# via -r base.in
celery[redis]==5.4.0
celery[redis]==5.5.0rc1
# via -r base.in
certifi==2024.8.30
# via requests
Expand Down Expand Up @@ -110,7 +110,7 @@ multidict==6.1.0
# via
# aiohttp
# yarl
pillow==10.4.0
pillow==11.0.0
# via -r base.in
prompt-toolkit==3.0.48
# via click-repl
Expand Down Expand Up @@ -145,9 +145,7 @@ typing-extensions==4.12.2
# django-countries
# multidict
tzdata==2024.2
# via
# celery
# kombu
# via kombu
ua-parser==0.18.0
# via user-agents
urllib3==2.2.3
Expand All @@ -165,7 +163,7 @@ webencodings==0.5.1
# via bleach
whitenoise==6.7.0
# via -r base.in
yarl==1.15.1
yarl==1.15.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 8 additions & 10 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ alabaster==0.7.16
# via sphinx
amqp==5.2.0
# via kombu
anyio==4.6.0
anyio==4.6.2.post1
# via
# starlette
# watchfiles
Expand Down Expand Up @@ -44,7 +44,7 @@ bleach==6.1.0
# via -r base.in
cattrs==24.1.2
# via requests-cache
celery[redis]==5.4.0
celery[redis]==5.5.0rc1
# via -r base.in
certifi==2024.8.30
# via requests
Expand All @@ -67,7 +67,7 @@ click-repl==0.3.0
# via celery
colorama==0.4.6
# via sphinx-autobuild
coverage==7.6.2
coverage==7.6.3
# via
# -r development.in
# django-coverage-plugin
Expand Down Expand Up @@ -201,7 +201,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==11.0.0
# via -r base.in
platformdirs==4.3.6
# via
Expand Down Expand Up @@ -308,7 +308,7 @@ sqlparse==0.5.1
# django-debug-toolbar
stack-data==0.6.3
# via ipython
starlette==0.39.2
starlette==0.41.0
# via sphinx-autobuild
stripe==4.2.0
# via
Expand Down Expand Up @@ -337,9 +337,7 @@ typing-extensions==4.12.2
# multidict
# uvicorn
tzdata==2024.2
# via
# celery
# kombu
# via kombu
ua-parser==0.18.0
# via user-agents
url-normalize==1.4.3
Expand All @@ -352,7 +350,7 @@ urllib3==2.2.3
# responses
user-agents==2.2.0
# via -r base.in
uvicorn==0.31.1
uvicorn==0.32.0
# via sphinx-autobuild
vine==5.1.0
# via
Expand All @@ -373,7 +371,7 @@ websockets==13.1
# via sphinx-autobuild
whitenoise==6.7.0
# via -r base.in
yarl==1.15.1
yarl==1.15.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 4 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ billiard==4.2.1
# via celery
bleach==6.1.0
# via -r base.in
celery[redis]==5.4.0
celery[redis]==5.5.0rc1
# via -r base.in
certifi==2024.8.30
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ newrelic==10.1.0
# via -r production.in
packaging==24.1
# via gunicorn
pillow==10.4.0
pillow==11.0.0
# via -r base.in
prompt-toolkit==3.0.48
# via click-repl
Expand Down Expand Up @@ -187,9 +187,7 @@ typing-extensions==4.12.2
# django-countries
# multidict
tzdata==2024.2
# via
# celery
# kombu
# via kombu
ua-parser==0.18.0
# via user-agents
urllib3==2.2.3
Expand All @@ -210,7 +208,7 @@ webencodings==0.5.1
# via bleach
whitenoise==6.7.0
# via -r base.in
yarl==1.15.1
yarl==1.15.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 3534fef

Please sign in to comment.