Skip to content

fix(oracle-kms): upgrade urllib3 to 2.7.0 to fix CVE-2026-44431 (KSM-1022) - #1069

Draft
stas-schaller wants to merge 2 commits into
masterfrom
release/storage/python/oracle-kms/v1.1.1
Draft

fix(oracle-kms): upgrade urllib3 to 2.7.0 to fix CVE-2026-44431 (KSM-1022)#1069
stas-schaller wants to merge 2 commits into
masterfrom
release/storage/python/oracle-kms/v1.1.1

Conversation

@stas-schaller

@stas-schaller stas-schaller commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

CVE hotfix: upgrades urllib3 to 2.7.0, raises the Python floor to 3.10, and simplifies the OCI constraint.

  • CVE-2026-44431 (urllib3, CVSS High): sensitive headers forwarded across origins on redirect. Fixed by upgrading urllib3 to 2.7.0.
  • requires-python raised to >=3.10 — urllib3 2.7.0 dropped Python 3.9 support (Python 3.9 EOL Oct 2025).
  • Python 3.9 classifier removed from pyproject.toml.
  • oci constraint collapsed from a Python-version split (>=2.167.3,<2.168.2 on 3.9 / >=2.174.0 on 3.10+) to >=2.174.0` (3.9 now out of scope).
  • requirements.txt regenerated via uv pip compile --python-version 3.10 --universal --upgrade-package urllib3.

KSM-1022

Breaking Changes

None for supported Python versions. Python 3.9 is EOL and was already dropped by urllib3 2.7.0.

…1022)

Bump requires-python to >=3.10 (urllib3 2.7.0 drops Python 3.9 support),
remove Python 3.9 classifier, collapse oci constraint to >=2.174.0, and
regenerate requirements.txt. Version 1.1.1.
urllib3 2.7.0 dropped Python 3.9 (KSM-1022 bumped requires-python to
>=3.10), but the test and publish workflows still ran a 3.9 matrix leg,
which failed to resolve deps and canceled the rest of the matrix via
fail-fast. Publish job also built/verified the wheel on 3.9, which pip
would refuse to install once requires-python excludes it.
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.

1 participant