We are satisfied to announce the release of: oslo.serialization 2.29.3: Oslo Serialization library This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/oslo.serialization Download the package from: https://pypi.org/project/oslo.serialization Please report issues through: https://bugs.launchpad.net/oslo.serialization/+bugs For more details, please see below. 2.29.3 ^^^^^^ Bug Fixes * Bug #1908607 (https://bugs.launchpad.net/cinder/+bug/1908607): Fix json to_primitive when using IO OBjects. Changes in oslo.serialization 2.29.2..2.29.3 -------------------------------------------- a9c4bfa Fix json to_primitive when using IO OBjects bbf30b5 [stable-only] Cap bandit and fix lower-constraints 52680ce Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 2757e5d Update .gitreview for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 ++- lower-constraints.txt | 4 ++-- oslo_serialization/jsonutils.py | 3 ++- ...607-fix-json-to_primitive-IO-OBjects-04faff4a1b5cf48f.yaml | 5 +++++ test-requirements.txt | 2 +- tox.ini | 4 ++-- 7 files changed, 25 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6882afd..72ae4ff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15 @@ coverage!=4.4,>=4.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<=1.6.2 # Apache-2.0