From 1ead125c9e28350175923390bb9058bba2aaf726 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Thu, 6 Sep 2012 10:43:05 -0700 Subject: [PATCH] Lower webob dep from v1.2.0 to v1.0.8 All other OpenStack projects expect webob v1.0.8 yet Quantum expects v1.2.0. This discrepancy causes problems for certain projects that can't actually support v1.2.0 yet. This patch aligns the required version with that which the other OpenStack projects expect. Change-Id: I21b4c6c79a0382f241131f22edbeba22388a688d --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index c9b72f0b0..1c287266f 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -13,4 +13,4 @@ netaddr python-quantumclient>=2.0 pyudev sqlalchemy>0.6.4 -webob==1.2.0 +webob==1.0.8 -- 2.45.2