Skip to content

Commit

Permalink
Revert "dropping python 3.8 (#272)"
Browse files Browse the repository at this point in the history
This reverts commit e79ac92.
  • Loading branch information
brandon-groundlight authored Nov 14, 2024
1 parent e79ac92 commit 957c37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ packages = [
{include = "**/*.py", from = "src"},
]
readme = "README.md"
version = "0.19.0"
version = "0.18.4"

[tool.poetry.dependencies]
# For certifi, use ">=" instead of "^" since it upgrades its "major version" every year, not really following semver
certifi = ">=2023.7.22"
frozendict = "^2.3.2"
pillow = ">=9.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
pydantic = ">=2.0,<3.0.0"
python = ">=3.9,<4.0"
python = ">=3.8,<4.0"
python-dateutil = "^2.9.0"
requests = "^2.28.2"
typer = "^0.12.3"
Expand Down

0 comments on commit 957c37a

Please sign in to comment.