Skip to content

Commit 7ebbe30

Browse files
committed
Simplify pillow-heif requirement and raise it to 1.0.0
1 parent 0ddaab3 commit 7ebbe30

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changelog
66

77
- Add support for Python 3.14 (Storm Heg)
88
- Drop support for Python 3.9 (Storm Heg)
9+
- The minimum required pillow-heif version is now 1.0.0 (Storm Heg)
910

1011
1.11.0 (2025-07-16)
1112
-------------------

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ dependencies = [
3333
[project.optional-dependencies]
3434
pillow = ["Pillow>=11.3.0,<12.0.0"]
3535
wand = ["Wand>=0.6,<1.0"]
36-
heif = [
37-
"pillow-heif>=0.10.0; python_version < '3.12'",
38-
"pillow-heif>=0.13.0; python_version >= '3.12'",
39-
]
36+
heif = ["pillow-heif>=1.0.0"]
4037

4138
testing = [
4239
"willow[pillow,wand,heif]",

0 commit comments

Comments
 (0)