Skip to content

Commit 5d44628

Browse files
author
Mohamed Zeidan
committed
for all submodules
1 parent 5907a7b commit 5d44628

12 files changed

Lines changed: 61 additions & 14 deletions

File tree

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.9.0,<3.0.0",
37-
"sagemaker-train>=1.9.0,<2.0.0",
38-
"sagemaker-serve>=1.9.0,<2.0.0",
39-
"sagemaker-mlops>=1.9.0,<2.0.0",
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",
4040
]
4141

4242
[project.optional-dependencies]

sagemaker-core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## v2.10.0 (2026-04-30)
3+
4+
### New Features
5+
6+
- Add CodeArtifact support for ModelTrainer and FrameworkProcessor requirements.txt installation
7+
8+
### Bug Fixes
9+
10+
- Fix S3 bucket operations
11+
- Fix potential S3 path traversal
12+
- Wire FrameworkProcessor code_location into code upload paths
13+
- Improve subprocess exception handling in git_utils
14+
15+
### Other
16+
17+
- Update service-2.json with latest public botocore service model
18+
219
## v2.9.0 (2026-04-23)
320

421
### Bug Fixes

sagemaker-core/VERSION

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

sagemaker-mlops/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## v1.10.0 (2026-04-30)
3+
4+
### New Features
5+
6+
- Make _PipelineExecution a public class
7+
8+
### Other
9+
10+
- Update service-2.json with latest public botocore service model
11+
212
## v1.9.0 (2026-04-23)
313

414
- Update module dependencies

sagemaker-mlops/VERSION

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

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.9.0",
27-
"sagemaker-train>=1.9.0",
28-
"sagemaker-serve>=1.9.0",
26+
"sagemaker-core>=2.10.0",
27+
"sagemaker-train>=1.10.0",
28+
"sagemaker-serve>=1.10.0",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v1.10.0 (2026-04-30)
3+
4+
### Bug Fixes
5+
6+
- Fix potential S3 path traversal
7+
28
## v1.9.0 (2026-04-23)
39

410
### Bug Fixes

sagemaker-serve/VERSION

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

sagemaker-serve/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"sagemaker-core>=2.9.0",
27-
"sagemaker-train>=1.9.0",
26+
"sagemaker-core>=2.10.0",
27+
"sagemaker-train>=1.10.0",
2828
"boto3>=1.42.2,<2.0",
2929
"botocore>=1.35.75,<2.0",
3030
"deepdiff",

sagemaker-train/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## v1.10.0 (2026-04-30)
3+
4+
### New Features
5+
6+
- Add CodeArtifact support for ModelTrainer and FrameworkProcessor requirements.txt installation
7+
8+
### Bug Fixes
9+
10+
- Fix failing train tests for v3
11+
12+
### Other
13+
14+
- Update service-2.json with latest public botocore service model
15+
216
## v1.9.0 (2026-04-23)
317

418
### New Features

0 commit comments

Comments
 (0)