Cap os-client-config to avoid impact on YAML parser
os-client-config starting with version 1.31.0 depends on openstacksdk, which monkey-patches YAML parser to always return unicode strings, which in turn causes kwalify library to fail on loading the schema. Change-Id: Iea73cd6cf04f564eff90cc3e5b2967c271b86f04 Closes-bug: #1771275 Related-to: https://storyboard.openstack.org/#!/story/2002040
This commit is contained in:
parent
ab7bfe28e0
commit
aa71630a9d
@ -8,7 +8,7 @@ diskimage-builder>=1.1.2,!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
|
||||
iso8601>=0.1.11 # MIT
|
||||
Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
|
||||
keystoneauth1>=2.18.0 # Apache-2.0
|
||||
os-client-config>=1.22.0 # Apache-2.0
|
||||
os-client-config>=1.22.0,<1.31.0 # Apache-2.0
|
||||
oslo.concurrency>=3.8.0 # Apache-2.0
|
||||
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
|
||||
oslo.i18n>=2.1.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user