We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6d1d3 commit e79ac92Copy full SHA for e79ac92
pyproject.toml
@@ -9,15 +9,15 @@ packages = [
9
{include = "**/*.py", from = "src"},
10
]
11
readme = "README.md"
12
-version = "0.18.4"
+version = "0.19.0"
13
14
[tool.poetry.dependencies]
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 = ">=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,<3.0.0"
20
-python = ">=3.8,<4.0"
+python = ">=3.9,<4.0"
21
python-dateutil = "^2.9.0"
22
requests = "^2.28.2"
23
typer = "^0.12.3"
0 commit comments