Skip to content

Commit e79ac92

Browse files
authored
dropping python 3.8 (#272)
Python 3.8 is past EOL, so the Groundlight SDK will no longer support 3.8
1 parent be6d1d3 commit e79ac92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ packages = [
99
{include = "**/*.py", from = "src"},
1010
]
1111
readme = "README.md"
12-
version = "0.18.4"
12+
version = "0.19.0"
1313

1414
[tool.poetry.dependencies]
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"
1818
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,<3.0.0"
20-
python = ">=3.8,<4.0"
20+
python = ">=3.9,<4.0"
2121
python-dateutil = "^2.9.0"
2222
requests = "^2.28.2"
2323
typer = "^0.12.3"

0 commit comments

Comments
 (0)