Skip to content

Commit 746fdfb

Browse files
authored
Merge pull request #3728 from pipecat-ai/mb/upgrade-pillow
Bump Pillow upper bound from <12 to <13
2 parents 3640c7a + 4667a3d commit 746fdfb

3 files changed

Lines changed: 103 additions & 100 deletions

File tree

changelog/3728.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Bumped Pillow dependency upper bound from `<12` to `<13` to allow Pillow 12.x.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"Markdown>=3.7,<4",
2929
"nltk>=3.9.1,<4",
3030
"numpy>=1.26.4,<3",
31-
"Pillow>=11.1.0,<12",
31+
"Pillow>=11.1.0,<13",
3232
"protobuf~=5.29.6",
3333
"pydantic>=2.10.6,<3",
3434
"pyloudnorm~=0.1.1",

0 commit comments

Comments
 (0)