Skip to content

Commit

Permalink
bump hcloud version to 1.4.1 (ansible#62097)
Browse files Browse the repository at this point in the history
* bump hcloud version to 1.4.1

`hcloud`<=1.4.0 has requirement `requests==2.20.0`. This prevents the
installation of the Vcenter Automation SDK which depends on `requests>=2.22.0`.

`hcloud` 1.4.1 does not have the problem: hetznercloud/hcloud-python@8bff356
Bumping the dependency will resolve the issue.
  • Loading branch information
goneri authored and anas-shami committed Sep 23, 2019
1 parent 81e5ea7 commit 85a4290
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1 +1 @@
hcloud>=1.3.0 ; python_version >= '2.7' # Python 2.6 is not supported (sanity_ok); Only hcloud >= 1.3.0 supports Networks.
hcloud>=1.4.1 ; python_version >= '2.7' # Python 2.6 is not supported (sanity_ok); Only hcloud >= 1.3.0 supports Networks; hcloud >= 1.4.1 is needed to allow a wider range of requests versions to be used

0 comments on commit 85a4290

Please sign in to comment.