Skip to content

Commit b82b3aa

Browse files
rsareddy0329Roja Reddy Sareddy
andauthored
Changelog updates 3 13 1 (#5926)
* Update CHANGELOG.md sagemaker-core * Update VERSION sagemaker-core * Update CHANGELOG.md sagemaker-train * Update VERSION sagemaker-train * Update pyproject.toml sagemaker-train * Update CHANGELOG.md sagemaker-serve * Update CHANGELOG.md sagemaker-serve * Update VERSION sagemaker-serve * Update pyproject.toml sagemaker-serve * Update VERSION sagemaker-mlops * Update CHANGELOG.md sagemaker-mlops * Update pyproject.toml sagemaker-mlops * Update CHANGELOG.md for 3.13.1 * Update VERSION meta * Update pyproject.toml meta * Update CHANGELOG.md sagemaker-mlops * Update CHANGELOG.md sagemaker-train * Update CHANGELOG.md for 3.13.1 * Fix sagemaker-core test * Fix sagemaker-core test * Fix sagemaker-core test * Fix sagemaker-core test * Fix sagemaker-core test * Fix sagemaker-core test --------- Co-authored-by: Roja Reddy Sareddy <rsareddy@amazon.com>
1 parent b86c2ac commit b82b3aa

14 files changed

Lines changed: 44 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## v3.13.1 (2026-06-04)
3+
4+
### New Features
5+
6+
- feat: add import job polling and provisioned throughput for Bedrock OSS deployments
7+
8+
### Bug Fixes
9+
10+
- fix: Address MTRL Eval Hyperparameters issue
11+
212
## v3.13.0 (2026-06-02)
313
### New Features
414

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.0
1+
3.13.1

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ classifiers = [
3333
"Programming Language :: Python :: 3.12",
3434
]
3535
dependencies = [
36-
"sagemaker-core>=2.13.0,<3.0.0",
37-
"sagemaker-train>=1.13.0,<2.0.0",
38-
"sagemaker-serve>=1.13.0,<2.0.0",
39-
"sagemaker-mlops>=1.13.0,<2.0.0",
36+
"sagemaker-core>=2.13.1,<3.0.0",
37+
"sagemaker-train>=1.13.1,<2.0.0",
38+
"sagemaker-serve>=1.13.1,<2.0.0",
39+
"sagemaker-mlops>=1.13.1,<2.0.0",
4040
]
4141

4242
[project.optional-dependencies]

sagemaker-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## v2.13.1 (2026-06-04)
3+
### Other
4+
- Update version
5+
26
## v2.13.0 (2026-06-02)
37

48
### Bug Fixes

sagemaker-core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.13.0
1+
2.13.1

sagemaker-mlops/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## v1.13.1 (2026-06-04)
3+
4+
- Update module dependencies
5+
26
## v1.13.0 (2026-06-02)
37

48
- Update module dependencies

sagemaker-mlops/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

sagemaker-mlops/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"sagemaker-core>=2.13.0",
27-
"sagemaker-train>=1.13.0",
28-
"sagemaker-serve>=1.13.0",
26+
"sagemaker-core>=2.13.1",
27+
"sagemaker-train>=1.13.1",
28+
"sagemaker-serve>=1.13.1",
2929
"cryptography>=46.0.0",
3030
"boto3>=1.42.2,<2.0",
3131
"botocore>=1.42.2,<2.0",

sagemaker-serve/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v1.13.1 (2026-06-04)
3+
4+
### Features
5+
6+
- feat: add import job polling and provisioned throughput for Bedrock OSS deployments
7+
28
## v1.13.0 (2026-06-02)
39

410
### Features

sagemaker-serve/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

0 commit comments

Comments
 (0)