We joyfully announce the release of: os-client-config 2.1.0: OpenStack Client Configuation Library This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/os-client-config Download the package from: https://pypi.org/project/os-client-config Please report issues through: https://storyboard.openstack.org/#!/project/openstack/os-client- config For more details, please see below. Changes in os-client-config 2.0.0..2.1.0 ---------------------------------------- bc96c23 Use unittest.mock instead of third party mock c7bb5d6 Uncap jsonschema Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - test-requirements.txt | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ca4c307..8a6808e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD -jsonschema<3.0.0,>=2.6.0 # MIT -mock>=2.0.0 # BSD +jsonschema>=2.6.0 # MIT