From c722aefb67ebe7e3f395670404f54458679394ef Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 7 Jun 2022 10:07:36 -0400 Subject: [PATCH] Don't limit use of importlib-metadata to Python < 3.8 Change I5febaed02e95 to global-requirements lifted the cap on importlib-metadata, so we should too. The cinderlib restriction to py<3.8 was originally made by change I1709952cf0d0 (merged 28 July 2020). Change-Id: Ib0397640e524a3d932e71d4c776eca19234c057a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ba00a4..1467d1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ cinder>=21.0.0.0,<22.0.0 # Apache-2.0 # brick upper bound is controlled by zed/upper-constraints os-brick>=6.1.0 # Apache-2.0 -importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0 +importlib_metadata>=1.7.0 # Apache-2.0 importlib_resources>=3.2.1;python_version<'3.10' # Apache-2.0