We high-spiritedly announce the release of: osprofiler 3.3.0: OpenStack Profiler Library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/osprofiler Download the package from: https://pypi.org/project/osprofiler Please report issues through: https://bugs.launchpad.net/osprofiler/+bugs For more details, please see below. Changes in osprofiler 3.2.2..3.3.0 ---------------------------------- e8dd381 switch to importlib.metadata to find package version Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 + osprofiler/__init__.py | 9 +++++++-- requirements.txt | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2239282..7719bc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,0 +9 @@ WebOb>=1.7.1 # MIT +importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0