We are gleeful to announce the release of: oslo.config 8.3.0: Oslo Configuration API This release is part of the victoria 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 8.2.0..8.3.0 ----------------------------------- 392922a drop use of pkg_resources da866fc Align contributing doc with oslo's policy Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 5 +++++ lower-constraints.txt | 1 + oslo_config/generator.py | 13 +++++++++---- oslo_config/validator.py | 10 ++++++++-- requirements.txt | 1 + 5 files changed, 24 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 70a27d7..9c1d5c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ requests>=2.18.0 # Apache-2.0 +importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0