We are tickled pink to announce the release of: python-heatclient 2.3.1: OpenStack Orchestration API Client Library This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/python-heatclient Download the package from: https://pypi.org/project/python-heatclient Please report issues through: https://bugs.launchpad.net/python-heatclient/+bugs For more details, please see below. Changes in python-heatclient 2.3.0..2.3.1 ----------------------------------------- 4d9fbf2 Fix test and lower constraints 3c5a604 Update TOX_CONSTRAINTS_FILE for stable/wallaby d4d3158 fix lower constraint job 9dc893f Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 19 +++++++++---------- requirements.txt | 4 ++-- tox.ini | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b5a0c75..3874e36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ osc-lib>=1.14.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.2 # BSD +PrettyTable>=0.7.2 # BSD @@ -14 +14 @@ oslo.utils>=3.33.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 +keystoneauth1>=3.8.0 # Apache-2.0