We are pleased to announce the release of: oslo.middleware 3.26.0: Oslo Middleware library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.middleware Download the package from: https://pypi.python.org/pypi/oslo.middleware Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware For more details, please see below. Changes in oslo.middleware 3.25.0..3.26.0 ----------------------------------------- c61612b Updated from global requirements fed2925 Fix test_request_too_large_no_content_length failure Diffstat (except docs and test files) ------------------------------------- oslo_middleware/sizelimit.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ceb3f02..344c088 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -13 +13 @@ stevedore>=1.20.0 # Apache-2.0 -WebOb>=1.6.0 # MIT +WebOb>=1.7.1 # MIT