Skip to content

Commit fe9aa6a

Browse files
committed
Update version, changelog, and pyproject files for release of 3.10.1
1 parent 69ed9e9 commit fe9aa6a

14 files changed

Lines changed: 52 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.10.1 (2026-05-07)
3+
4+
### Bug Fixes
5+
- Fix KMS key propagation in check steps (QualityCheckStep, ClarifyCheckStep)
6+
- Fix JumpStart network isolation in ModelBuilder
7+
- Fix base_model_arn construction to use private hub when SAGEMAKER_HUB_NAME is set
8+
- Fix imports for Model Customization interfaces
9+
- Fix handling of unrecognized JumpStart container images in ModelBuilder
10+
- Increase default timeout for training jobs
11+
212
## v3.10.0 (2026-05-01)
313

414
### New Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0
1+
3.10.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.10.0,<3.0.0",
37-
"sagemaker-train>=1.10.0,<2.0.0",
38-
"sagemaker-serve>=1.10.0,<2.0.0",
39-
"sagemaker-mlops>=1.10.0,<2.0.0",
36+
"sagemaker-core>=2.10.1,<3.0.0",
37+
"sagemaker-train>=1.10.1,<2.0.0",
38+
"sagemaker-serve>=1.10.1,<2.0.0",
39+
"sagemaker-mlops>=1.10.1,<2.0.0",
4040
]
4141

4242
[project.optional-dependencies]

sagemaker-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v2.10.1 (2026-05-07)
3+
4+
### Bug Fixes
5+
6+
- Fix image retriever tests
7+
28
## v2.10.0 (2026-05-01)
39

410
### New Features

sagemaker-core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.0
1+
2.10.1

sagemaker-mlops/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v1.10.1 (2026-05-07)
3+
4+
### Bug Fixes
5+
6+
- Fix KMS key propagation in QualityCheckStep and ClarifyCheckStep
7+
28
## v1.10.0 (2026-05-01)
39

410
### New Features

sagemaker-mlops/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.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.10.0",
27-
"sagemaker-train>=1.10.0",
28-
"sagemaker-serve>=1.10.0",
26+
"sagemaker-core>=2.10.1",
27+
"sagemaker-train>=1.10.1",
28+
"sagemaker-serve>=1.10.1",
2929
"boto3>=1.42.2,<2.0",
3030
"botocore>=1.42.2,<2.0",
3131
"pyiceberg[glue]>=0.8.0",

sagemaker-serve/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## v1.10.1 (2026-05-07)
3+
4+
### Bug Fixes
5+
6+
- Fix JumpStart network isolation in ModelBuilder
7+
- Fix handling of unrecognized JumpStart container images in ModelBuilder
8+
29
## v1.10.0 (2026-05-01)
310

411
### Bug Fixes

sagemaker-serve/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.1

0 commit comments

Comments
 (0)