Files
python-octaviaclient/requirements.txt
Gregory Thiemonge 252929510b 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 <gthiemon@redhat.com>
2026-03-05 15:37:57 +01:00

13 lines
511 B
Plaintext

# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
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>=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
requests>=2.14.2 # Apache-2.0