oslo.serialization 5.3.0 (caracal)
We are pumped to announce the release of: oslo.serialization 5.3.0: Oslo Serialization library This release is part of the caracal 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. 5.3.0 ^^^^^ Upgrade Notes * The "oslo_utils.jsonutils.to_primitive" function now raises ValueError when the input value can't be converted. Changes in oslo.serialization 5.2.0..5.3.0 ------------------------------------------ 712ec48 bandit: Disable B411 c83a4c9 jsonutils: Raise ValueError in case the input can't be converted 27a8fd6 Update master for stable/2023.2 f8b733c Bump bandit Diffstat (except docs and test files) ------------------------------------- oslo_serialization/jsonutils.py | 10 +++------- .../jsonutils-to_primitive-value-error-89338f90310e9518.yaml | 5 +++++ releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + test-requirements.txt | 2 +- tox.ini | 2 +- 7 files changed, 21 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 145e8f7..941f435 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ coverage!=4.4,>=4.0 # Apache-2.0 -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org