From 14ef89161130a41bdc6e916de4fab9b08ae439f6 Mon Sep 17 00:00:00 2001 From: Volodymyr Boiko Date: Fri, 2 Aug 2024 15:50:01 +0300 Subject: [PATCH] update requirements for VAST manila driver The requirements added correspond to the latest versions of the libraries or the current upper constraints. The VAST driver doesn't need the latest versions of these libraries. Hence, we can keep the lower requirements old enough so distributors have some wiggle room. Change-Id: I43b1fd35a0c31db8664a7c4f8be55cf4ea6dfa3e --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b343d70fd0..ecc6865354 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,5 +46,5 @@ python-cinderclient>=4.0.1 # Apache-2.0 python-novaclient>=17.2.1 # Apache-2.0 python-glanceclient>=3.2.2 # Apache-2.0 WebOb>=1.8.6 # MIT -cachetools>=5.3.3 # MIT -packaging>=24.1 # Apache-2.0 +cachetools>=4.2.1 # MIT +packaging>=20.9 # Apache-2.0