Skip to content

Commit

Permalink
build: pin pillow < 11 in an attempt to prevent future breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Aug 1, 2023
1 parent 3cca23d commit f015ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"marshmallow",
"marshmallow_dataclass>=8.5.9",
"mistune>=0.7.0,<3",
"Pillow>=6",
"Pillow>=6,<11",
"pip",
"python-slugify",
"pytz; python_version<'3.9'", # favor zoneinfo for python>=3.9
Expand Down

0 comments on commit f015ae8

Please sign in to comment.