From 1a21f8bfe9274ce1588ec18fdf9a588d53aa34ad Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:30:22 -0800 Subject: [PATCH 01/19] Update CHANGELOG for version 2.4.2 Add changelog entries for version 2.4.2 including new features and bug fixes. --- sagemaker-core/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sagemaker-core/CHANGELOG.md b/sagemaker-core/CHANGELOG.md index 6e7ea5e02f..b64630f571 100644 --- a/sagemaker-core/CHANGELOG.md +++ b/sagemaker-core/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog +## v2.4.2 (2026-02-27) + +### Features + +- Feature Store V3 support (#5539) +- Support transform AMI version in SageMaker transform jobs (#5521) + +### Bug Fixes + +- Update inference processor from 'inf2' to 'neuronx' (#5488) +- Correct HF neuronx pytorch version (#5501) + ## v2.4.1 (2026-02-10) ### Bug fixes and Other Changes From 75bf036cdc24f1511bdaa46b6a8d05abdcaab9ce Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:32:33 -0800 Subject: [PATCH 02/19] Update CHANGELOG for version 1.5.0 --- sagemaker-mlops/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sagemaker-mlops/CHANGELOG.md b/sagemaker-mlops/CHANGELOG.md index e27db8bda8..6fe687f1ae 100644 --- a/sagemaker-mlops/CHANGELOG.md +++ b/sagemaker-mlops/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## v1.5.0 (2026-02-27) + +- feat: Add Feature Store Support to V3 (#5539) +- feat: EMRStep smart output with `output_args` (#5535) +- chore: Add license to sagemaker-mlops (#5553) + ## v1.4.1 (2026-02-10) - fix: Don't apply default experiment config for pipelines in non-Eureka GA regions (#5500) From 08d38ddeaa4207a21cf4d861801c6bfe7dcbd0f0 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:34:00 -0800 Subject: [PATCH 03/19] Update CHANGELOG for version 1.4.2 Added details for version 1.4.2 including bug fixes and a new feature. --- sagemaker-serve/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sagemaker-serve/CHANGELOG.md b/sagemaker-serve/CHANGELOG.md index 9c4a5e3011..cbebf972ea 100644 --- a/sagemaker-serve/CHANGELOG.md +++ b/sagemaker-serve/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## v1.4.2 (2026-02-27) + +### Bug fixes and Other Changes + +- **Fix**: Resolve alt config resolution for jumpstart models (#5563) +- **Fix**: Bug fixes for Model Customization (#5558) +- **Feature**: Add license to sagemaker-serve (#5553) + ## v1.4.1 (2026-02-10) - Update Module dependencies From ba385961cae87aacd2629f83e405a2c375d79d95 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:35:37 -0800 Subject: [PATCH 04/19] Update CHANGELOG for version 1.4.2 Add version 1.4.2 details including new features and bug fixes. --- sagemaker-train/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sagemaker-train/CHANGELOG.md b/sagemaker-train/CHANGELOG.md index b82e559f8d..3849922dc5 100644 --- a/sagemaker-train/CHANGELOG.md +++ b/sagemaker-train/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +## v1.4.2 (2026-02-27) + +### Features + +- **Feature**: Add support for listing Batch jobs by share identifier (#5585) +- **Feature**: Add stop condition to model customization trainers (#5579) + +### Bug fixes and Other Changes + +- **Fix**: Remove default for stopping condition for MC trainer (#5586) +- **Fix**: Skip default instance_type/instance_count when instance_groups is set (#5564) +- **Fix**: Bug fixes for Model Customization (#5558) + ## v1.4.1 (2026-02-10) ### Bug fixes and Other Changes From ccd7250c7975a1e603a789c922d5c7f75361f0a0 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:41:19 -0800 Subject: [PATCH 05/19] Update CHANGELOG for version 3.4.2 Added new features, enhancements, and bug fixes for version 3.4.2. --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b35c8b7e..8194d0879d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # Changelog +## v3.4.2 (2026-02-27) + +### Features +- **Feature Store v3**: New version of Feature Store functionality +- **Batch job listing by share identifier**: Added support for listing Batch jobs filtered by share identifier +- **Stop condition for model customization trainers**: Added stopping condition support to model customization trainers +- **EMRStep smart output**: Enhanced EMR step output handling with smart output capabilities +- **Transform AMI version support**: Added support for specifying AMI version in SageMaker transform jobs + +### Enhancements +- **Inference pipeline notebook example**: Added example notebook demonstrating inference pipeline usage +- **Migration documentation**: Added migration documentation + +### Bug Fixes +- **Model Customization bugs**: Fixed multiple issues in Model Customization functionality +- **Default stopping condition removal**: Removed default stopping condition for MC trainer to prevent conflicts +- **Instance groups parameter handling**: Fixed issue where default instance_type/instance_count were incorrectly applied when instance_groups was set +- **JumpStart alt config resolution**: Resolved alternative configuration resolution for JumpStart models +- **Inference processor naming**: Updated inference processor identifier from 'inf2' to 'neuronx' +- **HuggingFace Neuronx PyTorch version**: Corrected the PyTorch version for HuggingFace Neuronx +- **License additions**: Added license to sagemaker-mlops and sagemaker-serve packages + ## v3.4.1 (2026-02-10) ### Fixes From e5cb18cfbb7c73fdf43ba9979794d7478ca55ba7 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:02:56 -0800 Subject: [PATCH 06/19] Upgrade sagemaker dependencies in pyproject.toml Updated sagemaker dependencies to newer versions. --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8680debc53..f318129a33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,10 +33,10 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.1,<3.0.0", - "sagemaker-train>=1.4.1,<2.0.0", - "sagemaker-serve>=1.4.1,<2.0.0", - "sagemaker-mlops>=1.4.1,<2.0.0", + "sagemaker-core>=2.4.2,<3.0.0", + "sagemaker-train>=1.4.2,<2.0.0", + "sagemaker-serve>=1.4.2,<2.0.0", + "sagemaker-mlops>=1.5.0,<2.0.0", ] [project.optional-dependencies] From 04740da87246ce9d840c138439d1a60162c59eeb Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:03:12 -0800 Subject: [PATCH 07/19] Bump version from 3.4.1 to 3.4.2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 47b322c971..4d9d11cf50 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.1 +3.4.2 From 2c17613cf3756d0e44e6a3670dde0f5297344cad Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:03:40 -0800 Subject: [PATCH 08/19] Update sagemaker-core dependency version to 2.4.2 --- sagemaker-train/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-train/pyproject.toml b/sagemaker-train/pyproject.toml index 9a51ef9aa2..008683eea0 100644 --- a/sagemaker-train/pyproject.toml +++ b/sagemaker-train/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.1", + "sagemaker-core>=2.4.2", "graphene>=3,<4", "typing_extensions>=4.9.0", "tblib>=1.7.0", From db71958bf109145b21c09d11273f4a62637e4f67 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:03:51 -0800 Subject: [PATCH 09/19] Bump version to 1.4.2 --- sagemaker-train/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-train/VERSION b/sagemaker-train/VERSION index 347f5833ee..9df886c42a 100644 --- a/sagemaker-train/VERSION +++ b/sagemaker-train/VERSION @@ -1 +1 @@ -1.4.1 +1.4.2 From 66aa5ea8b00449963a7b7f99184aa495c12d0fd4 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:04:30 -0800 Subject: [PATCH 10/19] Update sagemaker-core and sagemaker-train versions --- sagemaker-serve/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sagemaker-serve/pyproject.toml b/sagemaker-serve/pyproject.toml index 6c64a9cf1c..70ee5dd6dc 100644 --- a/sagemaker-serve/pyproject.toml +++ b/sagemaker-serve/pyproject.toml @@ -23,8 +23,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.1", - "sagemaker-train>=1.4.1", + "sagemaker-core>=2.4.2", + "sagemaker-train>=1.4.2", "boto3>=1.42.2,<2.0", "botocore>=1.35.75,<2.0", "deepdiff", From d650ce474eb08190d69a64ee8d88ea2855801f20 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:04:41 -0800 Subject: [PATCH 11/19] Bump version to 1.4.2 --- sagemaker-serve/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-serve/VERSION b/sagemaker-serve/VERSION index 347f5833ee..9df886c42a 100644 --- a/sagemaker-serve/VERSION +++ b/sagemaker-serve/VERSION @@ -1 +1 @@ -1.4.1 +1.4.2 From 0f20e4f8cc682edabd0681f34423208155db1411 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:05:07 -0800 Subject: [PATCH 12/19] Bump version from 1.4.1 to 1.5.0 --- sagemaker-mlops/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-mlops/VERSION b/sagemaker-mlops/VERSION index 347f5833ee..bc80560fad 100644 --- a/sagemaker-mlops/VERSION +++ b/sagemaker-mlops/VERSION @@ -1 +1 @@ -1.4.1 +1.5.0 From c1553d3ef4a575d14a38e214746d7d3d60c34fc2 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:05:20 -0800 Subject: [PATCH 13/19] Update sagemaker dependencies to newer versions --- sagemaker-mlops/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sagemaker-mlops/pyproject.toml b/sagemaker-mlops/pyproject.toml index f61cc5467b..2b48f18ea8 100644 --- a/sagemaker-mlops/pyproject.toml +++ b/sagemaker-mlops/pyproject.toml @@ -23,9 +23,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.1", - "sagemaker-train>=1.4.1", - "sagemaker-serve>=1.4.1", + "sagemaker-core>=2.4.2", + "sagemaker-train>=1.4.2", + "sagemaker-serve>=1.4.2", "boto3>=1.42.2,<2.0", "botocore>=1.42.2,<2.0", ] From 4d567d38c63fc768c18f2f2adb752dc031dc49e9 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:05:44 -0800 Subject: [PATCH 14/19] Bump version to 2.4.2 --- sagemaker-core/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-core/VERSION b/sagemaker-core/VERSION index 3b904b68c6..b674b92354 100644 --- a/sagemaker-core/VERSION +++ b/sagemaker-core/VERSION @@ -1,2 +1,2 @@ -2.4.1 +2.4.2 From 58f7d52c180103db6079b4a8ae076ceed3e6260c Mon Sep 17 00:00:00 2001 From: Syed Jafri Date: Fri, 27 Feb 2026 14:49:12 -0800 Subject: [PATCH 15/19] chore: updated version numbers --- VERSION | 2 +- pyproject.toml | 2 +- sagemaker-core/VERSION | 2 +- sagemaker-mlops/pyproject.toml | 2 +- sagemaker-serve/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 4d9d11cf50..1545d96657 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.2 +3.5.0 diff --git a/pyproject.toml b/pyproject.toml index f318129a33..750af4b4c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.2,<3.0.0", + "sagemaker-core>=2.5.0,<3.0.0", "sagemaker-train>=1.4.2,<2.0.0", "sagemaker-serve>=1.4.2,<2.0.0", "sagemaker-mlops>=1.5.0,<2.0.0", diff --git a/sagemaker-core/VERSION b/sagemaker-core/VERSION index b674b92354..95215e6fb1 100644 --- a/sagemaker-core/VERSION +++ b/sagemaker-core/VERSION @@ -1,2 +1,2 @@ -2.4.2 +2.5.0 diff --git a/sagemaker-mlops/pyproject.toml b/sagemaker-mlops/pyproject.toml index 2b48f18ea8..85cfb67241 100644 --- a/sagemaker-mlops/pyproject.toml +++ b/sagemaker-mlops/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.2", + "sagemaker-core>=2.5.0", "sagemaker-train>=1.4.2", "sagemaker-serve>=1.4.2", "boto3>=1.42.2,<2.0", diff --git a/sagemaker-serve/pyproject.toml b/sagemaker-serve/pyproject.toml index 70ee5dd6dc..ac57221068 100644 --- a/sagemaker-serve/pyproject.toml +++ b/sagemaker-serve/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.2", + "sagemaker-core>=2.5.0", "sagemaker-train>=1.4.2", "boto3>=1.42.2,<2.0", "botocore>=1.35.75,<2.0", From 6a6ba3a41e7c1685e6074e9838546a15960632fe Mon Sep 17 00:00:00 2001 From: Syed Jafri Date: Fri, 27 Feb 2026 14:51:49 -0800 Subject: [PATCH 16/19] chore: update version number in changelog --- CHANGELOG.md | 2 +- sagemaker-core/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8194d0879d..556024c2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v3.4.2 (2026-02-27) +## v3.5.0 (2026-02-27) ### Features - **Feature Store v3**: New version of Feature Store functionality diff --git a/sagemaker-core/CHANGELOG.md b/sagemaker-core/CHANGELOG.md index b64630f571..1b380d877a 100644 --- a/sagemaker-core/CHANGELOG.md +++ b/sagemaker-core/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v2.4.2 (2026-02-27) +## v2.5.0 (2026-02-27) ### Features From cd74791649d5f2deeea1f3b8577f2be1acb5ef70 Mon Sep 17 00:00:00 2001 From: Syed Jafri Date: Fri, 27 Feb 2026 15:03:42 -0800 Subject: [PATCH 17/19] chore: Update date in changelog --- CHANGELOG.md | 2 +- sagemaker-core/CHANGELOG.md | 2 +- sagemaker-serve/CHANGELOG.md | 2 +- sagemaker-train/CHANGELOG.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556024c2e0..e9434cd9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v3.5.0 (2026-02-27) +## v3.5.0 (2026-03-02) ### Features - **Feature Store v3**: New version of Feature Store functionality diff --git a/sagemaker-core/CHANGELOG.md b/sagemaker-core/CHANGELOG.md index 1b380d877a..a360ff93f0 100644 --- a/sagemaker-core/CHANGELOG.md +++ b/sagemaker-core/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v2.5.0 (2026-02-27) +## v2.5.0 (2026-03-02) ### Features diff --git a/sagemaker-serve/CHANGELOG.md b/sagemaker-serve/CHANGELOG.md index cbebf972ea..d686d506d4 100644 --- a/sagemaker-serve/CHANGELOG.md +++ b/sagemaker-serve/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v1.4.2 (2026-02-27) +## v1.4.2 (2026-03-02) ### Bug fixes and Other Changes diff --git a/sagemaker-train/CHANGELOG.md b/sagemaker-train/CHANGELOG.md index 3849922dc5..67266627ec 100644 --- a/sagemaker-train/CHANGELOG.md +++ b/sagemaker-train/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v1.4.2 (2026-02-27) +## v1.4.2 (2026-03-02) ### Features From 11311c1fde5793449ef7ce859159e3733363abce Mon Sep 17 00:00:00 2001 From: Syed Jafri Date: Fri, 27 Feb 2026 15:16:12 -0800 Subject: [PATCH 18/19] fix: Update version number for feature update --- pyproject.toml | 4 ++-- sagemaker-mlops/pyproject.toml | 4 ++-- sagemaker-serve/CHANGELOG.md | 2 +- sagemaker-serve/VERSION | 2 +- sagemaker-serve/pyproject.toml | 2 +- sagemaker-train/CHANGELOG.md | 2 +- sagemaker-train/VERSION | 2 +- sagemaker-train/pyproject.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 750af4b4c1..518b676458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ classifiers = [ ] dependencies = [ "sagemaker-core>=2.5.0,<3.0.0", - "sagemaker-train>=1.4.2,<2.0.0", - "sagemaker-serve>=1.4.2,<2.0.0", + "sagemaker-train>=1.5.0,<2.0.0", + "sagemaker-serve>=1.5.0,<2.0.0", "sagemaker-mlops>=1.5.0,<2.0.0", ] diff --git a/sagemaker-mlops/pyproject.toml b/sagemaker-mlops/pyproject.toml index 85cfb67241..16b60746be 100644 --- a/sagemaker-mlops/pyproject.toml +++ b/sagemaker-mlops/pyproject.toml @@ -24,8 +24,8 @@ classifiers = [ ] dependencies = [ "sagemaker-core>=2.5.0", - "sagemaker-train>=1.4.2", - "sagemaker-serve>=1.4.2", + "sagemaker-train>=1.5.0", + "sagemaker-serve>=1.5.0", "boto3>=1.42.2,<2.0", "botocore>=1.42.2,<2.0", ] diff --git a/sagemaker-serve/CHANGELOG.md b/sagemaker-serve/CHANGELOG.md index d686d506d4..b86c5064e4 100644 --- a/sagemaker-serve/CHANGELOG.md +++ b/sagemaker-serve/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v1.4.2 (2026-03-02) +## v1.5.0 (2026-03-02) ### Bug fixes and Other Changes diff --git a/sagemaker-serve/VERSION b/sagemaker-serve/VERSION index 9df886c42a..bc80560fad 100644 --- a/sagemaker-serve/VERSION +++ b/sagemaker-serve/VERSION @@ -1 +1 @@ -1.4.2 +1.5.0 diff --git a/sagemaker-serve/pyproject.toml b/sagemaker-serve/pyproject.toml index ac57221068..4dbc9a28c2 100644 --- a/sagemaker-serve/pyproject.toml +++ b/sagemaker-serve/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "sagemaker-core>=2.5.0", - "sagemaker-train>=1.4.2", + "sagemaker-train>=1.5.0", "boto3>=1.42.2,<2.0", "botocore>=1.35.75,<2.0", "deepdiff", diff --git a/sagemaker-train/CHANGELOG.md b/sagemaker-train/CHANGELOG.md index 67266627ec..79eaca7213 100644 --- a/sagemaker-train/CHANGELOG.md +++ b/sagemaker-train/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v1.4.2 (2026-03-02) +## v1.5.0 (2026-03-02) ### Features diff --git a/sagemaker-train/VERSION b/sagemaker-train/VERSION index 9df886c42a..bc80560fad 100644 --- a/sagemaker-train/VERSION +++ b/sagemaker-train/VERSION @@ -1 +1 @@ -1.4.2 +1.5.0 diff --git a/sagemaker-train/pyproject.toml b/sagemaker-train/pyproject.toml index 008683eea0..f0acc6077c 100644 --- a/sagemaker-train/pyproject.toml +++ b/sagemaker-train/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "sagemaker-core>=2.4.2", + "sagemaker-core>=2.5.0", "graphene>=3,<4", "typing_extensions>=4.9.0", "tblib>=1.7.0", From 92c31db48aacdba06f8af1f9006151be0e259315 Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:35:24 -0800 Subject: [PATCH 19/19] Update changelog date for v1.5.0 --- sagemaker-mlops/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-mlops/CHANGELOG.md b/sagemaker-mlops/CHANGELOG.md index 6fe687f1ae..c243706a59 100644 --- a/sagemaker-mlops/CHANGELOG.md +++ b/sagemaker-mlops/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v1.5.0 (2026-02-27) +## v1.5.0 (2026-03-02) - feat: Add Feature Store Support to V3 (#5539) - feat: EMRStep smart output with `output_args` (#5535)