Release Python Oracle KMS Storage v1.1.0#965
Open
stas-schaller wants to merge 1 commit intomasterfrom
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Align Oracle KMS storage with Python Core SDK v17.2.0 and fix CVE-2026-26007 (cryptography subgroup attack). Features: - bump keeper-secrets-manager-storage-oracle-kms to v1.1.0 Bug fixes: - fix CVE-2026-26007 (HIGH, CVSS 8.2): pin cryptography>=46.0.5 Maintenance: - raise minimum Python version from 3.6 to 3.9 - require keeper-secrets-manager-core>=17.2.0 - update publish workflow: version pre-check, SBOM generation, wheel CVE-2026-24049 pin
81b1e69 to
4599784
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release branch for v1.1.0 — raises the Python floor to 3.9, aligns the Core dependency with v17.2.0, and fixes HIGH severity CVE-2026-26007. Also restores
pyproject.tomlwhich was accidentally wiped in the prior release branch.Changes
Bug Fixes
cryptographyfloor from>=44.0.0to>=46.0.5(CVSS 8.2)Maintenance
keeper-secrets-manager-coredependency floor from>=16.6.6to>=17.2.0pyproject.toml(accidentally wiped in prior v1.0.1 release branch)importlib_metadatafrom requirements.txt (stdlib since Python 3.8)Breaking Changes
Python 3.6, 3.7, and 3.8 are no longer supported. Users on those versions must remain on v1.0.0.
Related Issues