File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " groundlight"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44description = " Call the Groundlight API from python"
55authors = [" Groundlight AI <support@groundlight.ai>" ]
66packages = [
@@ -9,23 +9,23 @@ packages = [
99]
1010
1111[tool .poetry .dependencies ]
12- python = " ^3.7 "
12+ python = " >=3.6.2,<4.0 "
1313python-dateutil = " ^2.8.2"
1414urllib3 = " ^1.26.9"
1515frozendict = " ^2.3.2"
1616certifi = " ^2021.10.8"
17- pydantic = " ^1.9.0 "
17+ pydantic = " ^1.9.1 "
1818
1919[tool .poetry .dev-dependencies ]
2020pytest-cov = " ^3.0.0"
21- pylint = " ^2.13.8 "
21+ pylint = " ^2.13.9 "
2222black = " ^22.3.0"
2323flake8 = " ^4.0.1"
2424mypy = " ^0.950"
25- pytest = " ^7.1.2 "
25+ pytest = " ^7.0.1 "
2626isort = " ^5.10.1"
2727autoflake = " ^1.4"
28- datamodel-code-generator = " ^0.12.0 "
28+ datamodel-code-generator = " ^0.12.1 "
2929
3030[build-system ]
3131requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments