We are chuffed to announce the release of: oslo.config 4.5.0: Oslo Configuration API This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.config Download the package from: https://pypi.python.org/pypi/oslo.config Please report issues through launchpad: https://bugs.launchpad.net/oslo.config For more details, please see below. Changes in oslo.config 4.4.0..4.5.0 ----------------------------------- 6e420e9 Don't set enforce_type if we are using the default e63f1f6 Add PyYAML as a requirement Diffstat (except docs and test files) ------------------------------------- oslo_config/fixture.py | 7 ++++++- requirements.txt | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4004936..ccac482 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,0 +11 @@ rfc3986>=0.3.1 # Apache-2.0 +PyYAML>=3.10.0 # MIT