Skip to content

Commit 622e356

Browse files
minimum python 3.7
1 parent dbbd5bb commit 622e356

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "groundlight"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Call the Groundlight API from python"
55
authors = ["Groundlight AI <[email protected]>"]
66
packages = [
@@ -9,7 +9,7 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.6"
12+
python = "^3.7"
1313
python-dateutil = "^2.8.2"
1414
urllib3 = "^1.26.9"
1515
frozendict = "^2.3.2"

0 commit comments

Comments
 (0)