From 951ef32c5346e9547c5e52f7f9e8d6d6eeffb2f4 Mon Sep 17 00:00:00 2001 From: Dave McCowan Date: Fri, 9 Oct 2015 09:29:12 -0400 Subject: [PATCH] Update oslo.serialization to 1.10.0 The new version of oslo.serialization includes base64 utilities that are string vs. bytes aware for Python3. Instructions to use the new methods have been posted on the wiki: https://wiki.openstack.org/wiki/Python3 Change-Id: I123159e1a3ae3b166918513545f1b5835cfb4782 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index e6c194b1d6..8c42f3bd3b 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -89,7 +89,7 @@ oslo.middleware>=2.8.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.reports>=0.5.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=0.10.0 # Apache-2.0 oslo.utils>=2.4.0 # Apache-2.0 oslo.vmware>=1.16.0 # Apache-2.0