We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7e583c + 6a2d157 commit e8dca48Copy full SHA for e8dca48
requirements.txt
@@ -32,6 +32,9 @@ Jinja2>=2.6 # BSD License (3 clause)
32
six>=1.9.0
33
dnspython>=1.12.0
34
psutil>=1.1.1,<2.0.0
35
+# osc-lib-4.0.0 introduced typing hints making it incompatible with py38.
36
+# https://github.com/openstack/osc-lib/commit/3d221e5992a74d6bb7d1b725e43015b8c87b9718
37
+osc-lib<4.0.0; python_version <= '3.8'
38
python-openstackclient>=3.14.0
39
aodhclient
40
gnocchiclient>=7.0.5,<8.0.0
setup.py
@@ -49,6 +49,7 @@
49
'tenacity',
50
'oslo.config<6.12.0',
51
'pyparsing<3.0.0', # pin for aodhclient which is held for py35
52
+ 'osc-lib<4.0.0', # needed for py38
53
'aodhclient<1.4.0',
54
'gnocchiclient>=7.0.5,<8.0.0',
55
'pika>=1.1.0,<2.0.0',
0 commit comments