From 82441d56fe37714da23bce307d6c4e444681157d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:05:53 +0000 Subject: [PATCH] Update pillow requirement from <12,>=10.2 to >=10.2,<13 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.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..5dca07f 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ def default_setup_args(*, version): "sagemaker>=2.126.0,<3.0", "pyarrow>=11.0,<21", "PyYAML~=6.0", - "Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases + "Pillow>=10.2,<13", # unlikely to introduce breaking changes in minor releases "ray[default]>=2.10.0,<2.46", ]