Skip to content

Commit

Permalink
Using zhmcclient 1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Jul 14, 2023
1 parent e44e3de commit cc39e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cc39e4a

Please sign in to comment.