We are ecstatic to announce the release of: oslo.config 9.3.0: Oslo Configuration API This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.config Download the package from: https://pypi.org/project/oslo.config Please report issues through: https://bugs.launchpad.net/oslo.config/+bugs For more details, please see below. Changes in oslo.config 9.2.0..9.3.0 ----------------------------------- 2930db4 Remove compatibility with Python < 3.8 bfc32d5 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- oslo_config/generator.py | 9 ++------- oslo_config/validator.py | 10 ++-------- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 1 - 5 files changed, 11 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 58bd439..e226de8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +11,0 @@ requests>=2.18.0 # Apache-2.0 -importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
participants (1)
-
no-reply@openstack.org