From 252929510b5f82b8b8571d19861068129245f7b3 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Tue, 3 Mar 2026 19:22:01 +0100 Subject: [PATCH] Bump requirement for osc-lib python-octaviaclient unit tests now require osc-lib>=4.3.0. That fixes issues in the tests when using older osc-lib releases: AttributeError: 'FakeClientManager' object has no attribute 'sdk_connection' 4.3.0 introduces a few deprecations that will be fixed in a follow-up commit Change-Id: I3a48ea49c3e6d5a8e59effcbf67f1fc90382d065 Signed-off-by: Gregory Thiemonge --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eee0649..725fdbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0 keystoneauth1>=3.18.0 # Apache-2.0 python-openstackclient>=3.12.0 # Apache-2.0 -osc-lib>=1.14.1 # Apache-2.0 +osc-lib>=4.3.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0