We are thrilled to announce the release of: openstacksdk 0.50.0: An SDK for building applications to work with OpenStack This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/openstacksdk Download the package from: https://pypi.org/project/openstacksdk Please report issues through: https://storyboard.openstack.org/#!/project/openstack/openstacksdk For more details, please see below. Changes in openstacksdk 0.49.0..0.50.0 -------------------------------------- 4927a26e Fix l-c testing for ubuntu focal 932642b4 Fix a bogus error in config loader when using several args with dashes 8303b910 Update TOX_CONSTRAINTS_FILE for stable/victoria 8091e7df Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 4 ++-- openstack/config/loader.py | 4 ++-- requirements.txt | 4 ++-- tox.ini | 8 ++++---- 6 files changed, 35 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 52e05ec9..78e57b41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT @@ -19 +19 @@ dogpile.cache>=0.6.5 # BSD -cryptography>=2.1 # BSD/Apache-2.0 +cryptography>=2.7 # BSD/Apache-2.0
participants (1)
-
no-reply@openstack.org