Skip to content

Commit 0ffed0f

Browse files
authored
Merge pull request #1316 from freyes/pin-osc-lib-antelope
Pin osc-lib<4.0.0 [antelope]
2 parents f1de613 + c934d13 commit 0ffed0f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Jinja2>=2.6 # BSD License (3 clause)
3030
six>=1.9.0
3131
dnspython>=1.12.0
3232
psutil>=1.1.1,<2.0.0
33+
# osc-lib-4.0.0 introduced typing hints making it incompatible with py38.
34+
# https://github.com/openstack/osc-lib/commit/3d221e5992a74d6bb7d1b725e43015b8c87b9718
35+
osc-lib<4.0.0; python_version <= '3.8'
3336
python-openstackclient>=3.14.0
3437
aodhclient
3538
gnocchiclient>=7.0.5,<8.0.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'PyYAML',
4747
'tenacity',
4848
'oslo.config<6.12.0',
49+
'osc-lib<4.0.0', # needed for py38
4950
'aodhclient',
5051
'gnocchiclient>=7.0.5,<8.0.0',
5152
'pika>=1.1.0,<2.0.0',

0 commit comments

Comments
 (0)