From a8129410030eb03836cf9323a52dc8030b495e77 Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Fri, 13 Mar 2015 01:36:53 -0700 Subject: [PATCH] Bump eventlet version to 0.16.1 This version adds support for multiple 100-continue responses via the API send_hundred_continue_response(), which we need for the two-phase scheme for PUTs with Erasure Coding Change-Id: I7154ef1dd96ab761894b09d5e6abf98a453f7b64 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96cb4fb030..c16640cf17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. dnspython>=1.9.4 -eventlet>=0.9.15 +eventlet>=0.16.1,!=0.17.0 greenlet>=0.3.1 netifaces>=0.5,!=0.10.0,!=0.10.1 pastedeploy>=1.3.3