Revert pycurl removal to match celery/kombu v5.6 SQS transport#474
Merged
Nusnus merged 1 commit intocelery:mainfrom Mar 2, 2026
Merged
Revert pycurl removal to match celery/kombu v5.6 SQS transport#474Nusnus merged 1 commit intocelery:mainfrom
Nusnus merged 1 commit intocelery:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #474 +/- ##
==========================================
- Coverage 28.90% 23.80% -5.11%
==========================================
Files 41 41
Lines 1294 1294
Branches 78 78
==========================================
- Hits 374 308 -66
- Misses 893 959 +66
Partials 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
240d29f to
c23f2b2
Compare
celery and kombu v5.6 reverted the urllib3-only change for SQS transport due to critical performance regression (kombu#2258). - Re-added pycurl to pyproject.toml with platform markers - Added pycurl to sqs and all extras - Added libcurl4-openssl-dev and libssl-dev to Dockerfile - Added celery[sqs] to Dockerfile for belt-and-suspenders coverage
c23f2b2 to
e62fcb9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
celery and kombu v5.6 reverted the urllib3-only change for SQS transport due to critical performance regression (kombu#2258).