From af65c9f1798c7580278725980af5e541d1c3f0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:15:47 +0000 Subject: [PATCH] Update sagemaker requirement from <3.0,>=2.126.0 to >=2.126.0,<4.0 Updates the requirements on [sagemaker](https://github.com/aws/sagemaker-python-sdk) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94ac5ca..0f4a4b8 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def default_setup_args(*, version): "packaging>=23.0,<25.0", # updated sagemaker is required to fetch latest container info, so we don't want to cap the version too strict # otherwise cloud module needs to be released to support new container - "sagemaker>=2.126.0,<3.0", + "sagemaker>=2.126.0,<4.0", "pyarrow>=11.0,<21", "PyYAML~=6.0", "Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases