Skip to content

Bump celery[redis,sqs] from 5.4.0 to 5.5.1 in /requirements #2822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps celery[redis,sqs] from 5.4.0 to 5.5.1.

Release notes

Sourced from celery[redis,sqs]'s releases.

v5.5.1

What's Changed

Full Changelog: celery/celery@v5.5.0...v5.5.1

v5.5.0

Celery v5.5.0 is now available.

Key Highlights

See What's new in Celery 5.5 for a complete overview or read the main highlights below.

Redis Broker Stability Improvements

Long-standing disconnection issues with the Redis broker have been identified and resolved in Kombu 5.5.0, which is included with this release. These improvements significantly enhance stability when using Redis as a broker.

Additionally, the Redis backend now has better exception handling with the new exception_safe_to_retry feature, which improves resilience during temporary Redis connection issues. See Redis backend settings for complete documentation.

Contributed by @​drienkop in #9614.

pycurl replaced with urllib3

Replaced the pycurl dependency with urllib3.

We're monitoring the performance impact of this change and welcome feedback from users who notice any significant differences in their environments.

Contributed by @​spawn-guy in Kombu #2134 and integrated in Celery via #9526.

RabbitMQ Quorum Queues Support

Added support for RabbitMQ's new Quorum Queues feature, including compatibility with ETA tasks. This implementation has some limitations compared to classic queues, so please refer to the documentation for details.

Native Delayed Delivery is automatically enabled when quorum queues are detected to implement the ETA mechanism.

See Using Quorum Queues for complete documentation.

Configuration options:

  • broker_native_delayed_delivery_queue_type: Specifies the queue type for delayed delivery (default: quorum)
  • task_default_queue_type: Sets the default queue type for tasks (default: classic)
  • worker_detect_quorum_queues: Controls automatic detection of quorum queues (default: True)

Contributed in #9207, #9121, and #9599.

For details regarding the 404 errors, see New Year's Security Incident.

Soft Shutdown Mechanism

... (truncated)

Changelog

Sourced from celery[redis,sqs]'s changelog.

5.5.1

:release-date: 2025-04-08 :release-by: Tomer Nosrati

What's Changed


- Fixed "AttributeError: list object has no attribute strip" with quorum queues and failover brokers ([#9657](https://github.com/celery/celery/issues/9657))
- Prepare for release: v5.5.1 ([#9660](https://github.com/celery/celery/issues/9660))

.. _version-5.5.0:

5.5.0

:release-date: 2025-03-31 :release-by: Tomer Nosrati

Celery v5.5.0 is now available.

Key Highlights

See :ref:whatsnew-5.5 for a complete overview or read the main highlights below.

Redis Broker Stability Improvements

Long-standing disconnection issues with the Redis broker have been identified and resolved in Kombu 5.5.0, which is included with this release. These improvements significantly enhance stability when using Redis as a broker.

Additionally, the Redis backend now has better exception handling with the new exception_safe_to_retry feature, which improves resilience during temporary Redis connection issues. See :ref:conf-redis-result-backend for complete documentation.

Contributed by @drienkop <https://github.com/drienkop>_ in [#9614](https://github.com/celery/celery/issues/9614) <https://github.com/celery/celery/pull/9614>_.

pycurl replaced with urllib3

Replaced the :pypi:pycurl dependency with :pypi:urllib3.

We're monitoring the performance impact of this change and welcome feedback from users who notice any significant differences in their environments.

... (truncated)

Commits
  • d643c7c Prepare for release: v5.5.1 (#9660)
  • f110e3c Fixed "AttributeError: list object has no attribute strip" with quorum queues...
  • d1c35bb Prepare for release: v5.5.0 (#9644)
  • c05269a Bump Kombu to v5.5.2 (#9643)
  • 4e2face Add Codecov Test Analytics
  • 0436c55 Lock pytest-celery to v1.2.x (using urllib3 instead of pycurl) (#9633)
  • 843b6f2 Lock Kombu to v5.5.x (using urllib3 instead of pycurl) (#9632)
  • 53dc515 Reject task when hard time limit is exceeded with acks_on_failure_or_timeout=...
  • 9226cb4 update tests to use python 3.8 codes only (#9627)
  • 10cecef Improved explanation for Database transactions at user guide for tasks (#9617)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [celery[redis,sqs]](https://github.com/celery/celery) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.4.0...v5.5.1)

---
updated-dependencies:
- dependency-name: celery[redis,sqs]
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants