Skip to content

Commit e84184c

Browse files
Allow python 3.6.2+
1 parent 622e356 commit e84184c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "groundlight"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Call the Groundlight API from python"
55
authors = ["Groundlight AI <[email protected]>"]
66
packages = [
@@ -9,23 +9,23 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.7"
12+
python = ">=3.6.2,<4.0"
1313
python-dateutil = "^2.8.2"
1414
urllib3 = "^1.26.9"
1515
frozendict = "^2.3.2"
1616
certifi = "^2021.10.8"
17-
pydantic = "^1.9.0"
17+
pydantic = "^1.9.1"
1818

1919
[tool.poetry.dev-dependencies]
2020
pytest-cov = "^3.0.0"
21-
pylint = "^2.13.8"
21+
pylint = "^2.13.9"
2222
black = "^22.3.0"
2323
flake8 = "^4.0.1"
2424
mypy = "^0.950"
25-
pytest = "^7.1.2"
25+
pytest = "^7.0.1"
2626
isort = "^5.10.1"
2727
autoflake = "^1.4"
28-
datamodel-code-generator = "^0.12.0"
28+
datamodel-code-generator = "^0.12.1"
2929

3030
[build-system]
3131
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)