Skip to content

Remove obsolete urllib3 upper bound#163

Open
sui294801854 wants to merge 1 commit into
elliottech:mainfrom
sui294801854:fix/remove-urllib3-upper-bound
Open

Remove obsolete urllib3 upper bound#163
sui294801854 wants to merge 1 commit into
elliottech:mainfrom
sui294801854:fix/remove-urllib3-upper-bound

Conversation

@sui294801854

Copy link
Copy Markdown

Summary

  • remove the obsolete urllib3<2.1.0 cap from setuptools metadata
  • align requirements.txt with the already-unbounded Poetry dependency declaration
  • allow current patched urllib3 releases to resolve

Closes #21.

Validation

  • built the wheel on Python 3.13
  • installed it with urllib3==2.7.0 and the downstream constraint set
  • python -m pip check
  • python -m pytest -q (62 passed)
  • pip-audit (No known vulnerabilities found)

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.

urllib3 version limitation

1 participant