We are jazzed to announce the release of: cliff 4.5.0: Command Line Interface Formulation Framework This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/cliff Download the package from: https://pypi.org/project/cliff Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cliff For more details, please see below. Changes in cliff 4.4.0..4.5.0 ----------------------------- 156e1eb Use importlib.metadata on Python 3.10+ Diffstat (except docs and test files) ------------------------------------- cliff/command.py | 11 ++++++++--- requirements.txt | 3 +-- 2 files changed, 9 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 79ed14f..557b95a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,2 +2 @@ autopage>=0.4.0 # Apache 2.0 -# TODO: Drop this when Python 3.10 is our minimum supported version -importlib_metadata>=4.4 # Apache-2.0 +importlib_metadata>=4.4;python_version<"3.10" # Apache-2.0
participants (1)
-
no-reply@openstack.org