Skip to content

Commit 7b328c1

Browse files
author
brandon
committed
update toml
1 parent fe82255 commit 7b328c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ version = "0.22.4"
1515
# For certifi, use ">=" instead of "^" since it upgrades its "major version" every year, not really following semver
1616
certifi = ">=2023.7.22"
1717
frozendict = "^2.3.2"
18-
pillow = ">=11.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
18+
pillow = ">=9.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
1919
pydantic = "^2.0.0"
20-
python = ">=3.9,<4.0"
20+
python = ">=3.9,<3.13"
2121
python-dateutil = "^2.9.0"
2222
requests = "^2.28.2"
2323
typer = "^0.12.3"

0 commit comments

Comments
 (0)