
The recently released mangum doesn't work with the latest oslo_db we start using. Lets pin to 2023.1 and its matching upper constraits for the moment. Waiting on this release to fix 2023.2: https://review.opendev.org/c/openstack/releases/+/897404
9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=2.0 # Apache-2.0
|
|
oslo_log
|
|
oslo_utils
|
|
magnum<17.0.0 # test against 2023.1 for now
|