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 dbbd5bb commit 622e356Copy full SHA for 622e356
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "groundlight"
3
-version = "0.1.5"
+version = "0.1.6"
4
description = "Call the Groundlight API from python"
5
authors = ["Groundlight AI <[email protected]>"]
6
packages = [
@@ -9,7 +9,7 @@ packages = [
9
]
10
11
[tool.poetry.dependencies]
12
-python = "^3.6"
+python = "^3.7"
13
python-dateutil = "^2.8.2"
14
urllib3 = "^1.26.9"
15
frozendict = "^2.3.2"
0 commit comments