Skip to content

Bump requests to >=2.33.0 (security) and release 1.0.12.1#25

Merged
andrew-parkes merged 4 commits into
masterfrom
andrew/update-request-version
Jun 25, 2026
Merged

Bump requests to >=2.33.0 (security) and release 1.0.12.1#25
andrew-parkes merged 4 commits into
masterfrom
andrew/update-request-version

Conversation

@andrew-parkes

@andrew-parkes andrew-parkes commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Raise the minimum requests version to >=2.33.0 for Python > 3.9 to resolve the Dependabot security advisories affecting requests < 2.33.0.
  • Bump package version 1.0.12.01.0.12.1 (setup.py + PKG-INFO).
  • Adjust environment markers so requests/urllib3 constraints apply to python_version > "3.9", and keep requests>=2.20.0 for the legacy 3.73.9 range (those interpreters can't install the patched requests).
  • Simplify the test extra to a single pytest>=7.0,<10.0 constraint.

Notes

  • The legacy Python 2.7 / 3.7–3.9 lines remain below the patched floor because requests>=2.33.0 dropped support for those interpreters; this preserves the library's documented Python 2.7+/3.6+ compatibility.
  • Dependabot can't auto-apply this since setup.py uses version ranges rather than pinned versions, so the bump is applied manually here.

@andrew-parkes andrew-parkes changed the title minor fixes Bump requests to >=2.33.0 (security) and release 1.0.12.1 Jun 24, 2026
@andrew-parkes andrew-parkes merged commit 57099b8 into master Jun 25, 2026
22 checks passed
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.

2 participants