We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3640c7a + 4667a3d commit 746fdfbCopy full SHA for 746fdfb
3 files changed
changelog/3728.changed.md
@@ -0,0 +1 @@
1
+- Bumped Pillow dependency upper bound from `<12` to `<13` to allow Pillow 12.x.
pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"Markdown>=3.7,<4",
29
"nltk>=3.9.1,<4",
30
"numpy>=1.26.4,<3",
31
- "Pillow>=11.1.0,<12",
+ "Pillow>=11.1.0,<13",
32
"protobuf~=5.29.6",
33
"pydantic>=2.10.6,<3",
34
"pyloudnorm~=0.1.1",
0 commit comments