You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify version bumps are consistent across packages
Verify dependency constraints match new versions
Cross-check changelog entries
Findings
This is a mechanical release PR (76 additions / 15 deletions across VERSION, pyproject.toml, and CHANGELOG files). Everything is internally consistent — looks clean, no blocking issues.
Version bumps (all minor, coherent):
Package
Old → New
root sagemaker
3.19.0 → 3.20.0
sagemaker-core
2.19.0 → 2.20.0
sagemaker-train
1.19.0 → 1.20.0
sagemaker-serve
1.19.0 → 1.20.0
sagemaker-mlops
1.19.0 → 1.20.0
Dependency constraints — updated in lockstep with the bumps. Root keeps the >=X,<next-major bounds; the sub-package pyproject.tomls use >= floors. All floors moved to the new minors (e.g. sagemaker-core>=2.20.0), so nothing pins to a version that doesn't exist. ✅
Changelog cross-check — the root CHANGELOG.md aggregates the entries and each per-package changelog carries its own subset. Consistency spot-checks:
All PRs listed in per-package changelogs appear in the root, and vice versa. Dates (2026-08-14) are uniform.
Minor notes (non-blocking, optional)
sagemaker-serve/VERSION, sagemaker-mlops/VERSION, and sagemaker-train/VERSION share the same blob SHA (3989355915) simply because they all now contain 1.20.0 — expected, not an issue.
The sagemaker-mlops changelog for v1.20.0 does not bump sagemaker-serve's floor in its own body text, but its pyproject.toml does move sagemaker-serve>=1.20.0 — consistent. Just flagging that mlops depends on serve/train/core all at the new minors, which is correct.
No correctness, security, or test-coverage concerns for a release PR of this nature.
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
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.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.