Skip to content

Commit

Permalink
Merge pull request #187 from gverm/patch-1
Browse files Browse the repository at this point in the history
Allow using Pillow < 11.0.0
  • Loading branch information
digitaldogsbody authored Aug 1, 2023
2 parents b79eafa + 22facaa commit ee3cc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
REQUIREMENTS = [
"pydantic >= 1.9.2, <2.0.0",
"requests >=2.28.0, <3.0.0",
"Pillow >=9.1.1, <10.0.0"
"Pillow >=9.1.1, <11.0.0"
]

DOCS_REQUIREMENTS = [
Expand All @@ -33,7 +33,7 @@
"flake8-docstrings >=1.6.0, <2.0.0",
"flake8-isort >=4.1.1, <5.0.0",
"tox >=3.25.0, <4.0.0",
"Pillow >=9.1.1, <10.0.0",
"Pillow >=9.1.1, <11.0.0",
"deepdiff >=6.2.2, <7.0.0",
"datamodel-code-generator >=0.17.1, <1.0.0"
]
Expand Down

0 comments on commit ee3cc51

Please sign in to comment.