We are tickled pink to announce the release of: python-observabilityclient 0.4.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-observabilityclient Download the package from: https://pypi.org/project/python-observabilityclient Please report issues through: https://bugs.launchpad.net/python-observabilityclient/+bugs For more details, please see below. 0.4.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in python-observabilityclient 0.3.0..0.4.0 -------------------------------------------------- df6c253 Fix release note build 219eb9c Remove Python 3.8 support ea9cefc Use requirements.txt solely to manage dependencies 4b6419c Add stestr as test requirement Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../notes/remove-py38-acd461c4350f0dca.yaml | 5 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/conf.py | 256 +++++++++++++++++++++ releasenotes/source/index.rst | 16 ++ releasenotes/source/unreleased.rst | 5 + requirements.txt | 5 +- setup.cfg | 16 +- test-requirements.txt | 3 + tox.ini | 37 +-- 11 files changed, 317 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3f333b7..485a1ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,2 +2,3 @@ osc-lib>=1.0.1 # Apache-2.0 -keystoneauth1>=1.0.0 -cliff>=1.14.0 # Apache-2.0 +keystoneauth1>=1.0.0 # Apache-2.0 +cliff>=1.14.0 # Apache-2.0 +PyYAML>5.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5cc4fb6..dac65be 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,0 +3,3 @@ os-client-config>=1.28.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 +tempest>=10 # Apache-2.0 +testtools>=1.4.0 # MIT