Skip to content

Commit

Permalink
dropping python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Nov 13, 2024
1 parent be6d1d3 commit 018d7bb
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.18.4"
version = "0.19.0"

[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.8,<4.0"
python = ">=3.9,<4.0"
python-dateutil = "^2.9.0"
requests = "^2.28.2"
typer = "^0.12.3"
Expand Down

0 comments on commit 018d7bb

Please sign in to comment.