Merge pull request #1313 from freyes/pin-osc-lib

Pin osc-lib<4.0.0
This commit is contained in:
Myles Penner
2025-05-05 14:21:59 -07:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ Jinja2>=2.6 # BSD License (3 clause)
six>=1.9.0
dnspython>=1.12.0
psutil>=1.1.1,<2.0.0
# osc-lib-4.0.0 introduced typing hints making it incompatible with py38.
# https://github.com/openstack/osc-lib/commit/3d221e5992a74d6bb7d1b725e43015b8c87b9718
osc-lib<4.0.0; python_version <= '3.8'
python-openstackclient>=3.14.0
aodhclient
gnocchiclient>=7.0.5,<8.0.0

View File

@@ -47,6 +47,7 @@ install_require = [
'PyYAML',
'tenacity',
'oslo.config<6.12.0',
'osc-lib<4.0.0', # needed for py38
'aodhclient',
'gnocchiclient>=7.0.5,<8.0.0',
'pika>=1.1.0,<2.0.0',