Skip to content

Conversation

@mdellweg
Copy link
Member

@mdellweg mdellweg commented Dec 8, 2025

Also adjust urllib3 requirement for not using semver.

Also adjust urllib3 requirement for not using semver.
@mdellweg mdellweg enabled auto-merge December 8, 2025 13:13
{{#-last}}
REQUIRES = [
"urllib3 >= 1.25.3, < 3.0.0",
"urllib3 >= 1.25.3, < 2.7",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.6.0 is problematic, so it should be <2.6

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed the problematic part (hopefully) in the v4.3.1 directory where it happens. (That is BTW the reason why it only happens on certain lb runs where the pulpcore version is < 3.70.)
But I still decided to correct the upper bound here, because urllib3 certainly does not use semver.

Copy link
Contributor

@ggainey ggainey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving, knowing that only the first CI-run that uses this is really going to tell us if this Fixes Things or not.

@mdellweg mdellweg merged commit 819327c into pulp:main Dec 8, 2025
4 checks passed
@mdellweg mdellweg deleted the fix_urllib3 branch December 8, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants