From 5bd83a740d442d7abc7d280c62a23650c49c7829 Mon Sep 17 00:00:00 2001 From: Tzu-Mainn Chen Date: Tue, 21 Jan 2025 12:53:25 -0500 Subject: [PATCH] Remove version requirement for openstacksdk The `openstacksdk<1.3.0` requirement was to maintain compatibility with older versions of python we no longer support; it also results in impossible dependencies caused by newer openstack clients requiring newer versions of openstacksdk. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e468a35..98e711b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD esisdk>=1.4 # Apache-2.0 metalsmith>=2.0.0 -openstacksdk<1.3.0 +openstacksdk oslo.utils>=4.5.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 passlib>=1.7.0 # BSD