We exuberantly announce the release of: python-mistralclient 4.1.1: Mistral Client Library This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/python-mistralclient Download the package from: https://pypi.org/project/python-mistralclient Please report issues through: https://bugs.launchpad.net/python-mistralclient/+bugs For more details, please see below. Changes in python-mistralclient 4.1.0..4.1.1 -------------------------------------------- 471e37d [goal] Migrate testing to ubuntu focal Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 10 +++++----- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 30ef344..98b2eb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ keystoneauth1>=3.4.0 # Apache-2.0 -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT