From d74b897208143693314afbc70b7e4944857b757a Mon Sep 17 00:00:00 2001 From: songwenping Date: Thu, 29 Jul 2021 16:43:36 +0800 Subject: [PATCH] update oslo.db version to 10.0.0 This patch[1] added handler for mysql 8.0.19 duplicate key error update, and in device_profile create progress, we should distinguish the name and uuid duplicate exception, so update oslo.db version to adapt. [1] https://review.opendev.org/c/openstack/oslo.db/+/792124 Change-Id: I810cf892545eccd6255b01813a44e2c069ae5a7a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0529659f..3a45a9ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ oslo.context>=2.9.0 # Apache-2.0 oslo.messaging>=10.3.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.service>=1.0.0,!=1.28.1 # Apache-2.0 -oslo.db>=4.44.0 # Apache-2.0 +oslo.db>=10.0.0 # Apache-2.0 os-resource-classes>=0.5.0 # Apache-2.0 oslo.upgradecheck>=0.1.0 # Apache-2.0 oslo.utils>=4.5.0 # Apache-2.0