diff options
author | Riccardo Pittau <elfosardo@gmail.com> | 2019-10-07 14:50:58 +0200 |
---|---|---|
committer | Riccardo Pittau <elfosardo@gmail.com> | 2019-10-07 14:50:58 +0200 |
commit | 61c8364703ddcc13c23fa157a921c3b9f8f26bf7 (patch) | |
tree | c1d7985a05b95ca7aaddab3be02d4d3c0a781bce /lower-constraints.txt | |
parent | 6354b0ffc17b134e1ed9b6254e1292f80cdf23fc (diff) | |
download | ironic-61c8364703ddcc13c23fa157a921c3b9f8f26bf7.tar.gz |
Raising minimum version of oslo.db
oslo.db was not compatible with Python 3.7 until version 4.40.0
because Python 3.7 makes "async" a keyword [1].
To prevent bad surprises, this patch increases the minumum version
required for oslo.db to 4.40.0.
[1] https://review.opendev.org/574833
Change-Id: I3271fd2d7d81261db6da079e55fb87656c833686
Diffstat (limited to 'lower-constraints.txt')
-rw-r--r-- | lower-constraints.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index e81276f7c..de22850c3 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -26,7 +26,7 @@ os-traits==0.4.0 oslo.concurrency==3.26.0 oslo.config==5.2.0 oslo.context==2.19.2 -oslo.db==4.27.0 +oslo.db==4.40.0 oslo.i18n==3.15.3 oslo.log==3.36.0 oslo.messaging==5.29.0 |