pytest-celery icon indicating copy to clipboard operation
pytest-celery copied to clipboard

urllib version upgrade

Open lucas03 opened this issue 3 months ago • 1 comments

Checklist

  • [x] I have checked the issues list for similar or identical feature requests.
  • [x] I have checked the pull requests list for existing proposed implementations of this feature.
  • [x] I have checked the commit log to find out if the same feature was already implemented in the main branch.
  • [x] I have included all related issues and possible duplicate issues in this issue (If there are none, check this box anyway).

Related Issues and Possible Duplicates

Related Issues

  • None

Possible Duplicates

  • None

Brief Summary

Why require urllib in old version?

urllib3 = { version = ">=1.26.16,<2.0", optional = true }

Design

Can the latest one be supported, or what is the issue? Why <2.0?

Proposed UI/UX

Diagrams

N/A

Alternatives

None

lucas03 avatar Nov 13 '25 12:11 lucas03

This fix is no 1 priority in pytest-celery to align with Celery and kombu, it should mainly just revert back to cURL.

On my active list though

Nusnus avatar Nov 13 '25 17:11 Nusnus