From 9981e9e7941d37057a30d093f8589a98b7c5ada1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:14:43 +0000 Subject: [PATCH] Bump sagemaker Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.235.2 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/sagemaker-python-sdk/compare/v2.235.2...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/fine-tuning-with-sagemakerai-and-bedrock/task_03_foundation_model_evaluation/scripts/requirements.txt b/workshops/fine-tuning-with-sagemakerai-and-bedrock/task_03_foundation_model_evaluation/scripts/requirements.txt index e219c91..5c21aa7 100644 --- a/workshops/fine-tuning-with-sagemakerai-and-bedrock/task_03_foundation_model_evaluation/scripts/requirements.txt +++ b/workshops/fine-tuning-with-sagemakerai-and-bedrock/task_03_foundation_model_evaluation/scripts/requirements.txt @@ -1,4 +1,4 @@ -sagemaker==2.235.2 +sagemaker==2.237.3 datasets==4.1.1 pandas==2.2.3 matplotlib==3.10.6