We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab31ca9 commit ee9afeeCopy full SHA for ee9afee
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "elmax"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Python client for the Elmax CLoud"
5
6
license = "Apache-2.0"
@@ -27,8 +27,8 @@ classifiers = [
27
]
28
29
[tool.poetry.dependencies]
30
-python = "^3.8"
31
-httpx = "^0.16.0"
+python = "^3.7.0"
+httpx = "^0.17"
32
yarl = "^1.6"
33
34
[tool.poetry.dev-dependencies]
0 commit comments