File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " groundlight"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
description = " Call the Groundlight API from python"
5
5
authors = [
" Groundlight AI <[email protected] >" ]
6
6
packages = [
@@ -9,23 +9,23 @@ packages = [
9
9
]
10
10
11
11
[tool .poetry .dependencies ]
12
- python = " ^3.7 "
12
+ python = " >=3.6.2,<4.0 "
13
13
python-dateutil = " ^2.8.2"
14
14
urllib3 = " ^1.26.9"
15
15
frozendict = " ^2.3.2"
16
16
certifi = " ^2021.10.8"
17
- pydantic = " ^1.9.0 "
17
+ pydantic = " ^1.9.1 "
18
18
19
19
[tool .poetry .dev-dependencies ]
20
20
pytest-cov = " ^3.0.0"
21
- pylint = " ^2.13.8 "
21
+ pylint = " ^2.13.9 "
22
22
black = " ^22.3.0"
23
23
flake8 = " ^4.0.1"
24
24
mypy = " ^0.950"
25
- pytest = " ^7.1.2 "
25
+ pytest = " ^7.0.1 "
26
26
isort = " ^5.10.1"
27
27
autoflake = " ^1.4"
28
- datamodel-code-generator = " ^0.12.0 "
28
+ datamodel-code-generator = " ^0.12.1 "
29
29
30
30
[build-system ]
31
31
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments