We contentedly announce the release of: monasca-common 3.1.0: Monasca common python modules This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/monasca-common Download the package from: https://tarballs.openstack.org/monasca-common/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-common 3.0.0..3.1.0 -------------------------------------- 0f4e2bc Replacing ujson with simplejson 0447757 fix a typo Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 2 +- monasca_common/kafka_lib/consumer/kafka.py | 2 +- monasca_common/rest/utils.py | 2 +- monasca_common/validation/metrics.py | 4 ++-- requirements.txt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6808390..f36b75f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ pyparsing>=2.1.0 # MIT -ujson>=1.35 # BSD +simplejson>=3.13.2 # MIT
participants (1)
-
no-reply@openstack.org