From 75e7b4dc3710849125a3a1ef1cc43b7bbbaeee1e Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 13 Dec 2018 14:21:16 +0000 Subject: [PATCH] Uncap grpcio Switch the grpcio cap to an exclusion that covers the broken versions. Change-Id: I9ea8da0ee5cadddfbff1a302e049cf29a5975e97 --- global-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index f270381a97..bdd192b30f 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -490,9 +490,9 @@ sadisplay # BSD ceilometer # Apache-2.0 # Indirect dependencies that need blocking -# NOTE(bnemec): 1.16.0 introduced a bug that is breaking tooz. +# NOTE(bnemec): 1.16.0 introduced a bug that is breaking tooz. 1.18.0 fixes it. # See https://bugs.launchpad.net/python-tooz/+bug/1808046 -grpcio<1.16.0 +grpcio!=1.16.0,!=1.16.1,!=1.17.0,!=1.17.1 # NOTE(dhellmann): We need to include this package for testing the # release jobs that propose constraint updates, even though it is not