From 0c0b8e0b1f492dc095d3ff17c7409d7b003a8746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:58:20 +0000 Subject: [PATCH] Update pyarrow requirement from <21,>=11.0 to >=11.0,<22 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v11.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 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..f183bbf 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def default_setup_args(*, version): # 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", - "pyarrow>=11.0,<21", + "pyarrow>=11.0,<22", "PyYAML~=6.0", "Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases "ray[default]>=2.10.0,<2.46",