We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe82255 commit 7b328c1Copy full SHA for 7b328c1
1 file changed
pyproject.toml
@@ -15,9 +15,9 @@ version = "0.22.4"
15
# For certifi, use ">=" instead of "^" since it upgrades its "major version" every year, not really following semver
16
certifi = ">=2023.7.22"
17
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)
+pillow = ">=9.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
19
pydantic = "^2.0.0"
20
-python = ">=3.9,<4.0"
+python = ">=3.9,<3.13"
21
python-dateutil = "^2.9.0"
22
requests = "^2.28.2"
23
typer = "^0.12.3"
0 commit comments