We are happy to announce the release of: mistral-lib 2.1.0: Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.) This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/mistral-lib Download the package from: https://pypi.org/project/mistral-lib Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral-lib 2.0.0..2.1.0 ----------------------------------- 44a2738 Add a utility for JSON serialization Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 3 +- mistral_lib/utils/__init__.py | 51 +++++++++++++++++++++++++++++ requirements.txt | 3 +- 4 files changed, 126 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c9e2689..0b1c906 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.21.1 # Apache-2.0 +yaql>=1.1.3 # Apache 2.0 License