From cc39e4a3db45789555ed39f697e445dcd8ea9c3e Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Fri, 14 Jul 2023 09:55:19 +0200 Subject: [PATCH] Using zhmcclient 1.9.0 Signed-off-by: Andreas Maier --- minimum-constraints.txt | 3 +-- requirements.txt | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/minimum-constraints.txt b/minimum-constraints.txt index 6dad416..fd255f8 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -78,8 +78,7 @@ wheel==0.38.1; python_version >= '3.7' # Direct dependencies for runtime (must be consistent with requirements.txt) -# TODO: Enable again once 1.9.0 is released -# zhmcclient==1.8.1 +zhmcclient==1.9.0 urllib3==1.26.5 jsonschema==3.2.0 diff --git a/requirements.txt b/requirements.txt index cbe6028..1e3a15c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,8 @@ # Direct dependencies for runtime (must be consistent with minimum-constraints.txt) -# TODO: Use 1.9.0 once released -zhmcclient @ git+https://github.com/zhmcclient/python-zhmcclient.git@andy/add-remove-topics -# zhmcclient>=1.8.1 +# zhmcclient @ git+https://github.com/zhmcclient/python-zhmcclient.git@master +zhmcclient>=1.9.0 urllib3>=1.25.9; python_version <= '3.9' urllib3>=1.26.5; python_version >= '3.10'