We enthusiastically announce the release of: oslo.cache 1.32.0: Cache storage for OpenStack projects. This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.cache/ Download the package from: https://pypi.org/project/oslo.cache Please report issues through launchpad: https://bugs.launchpad.net/oslo.cache For more details, please see below. Changes in oslo.cache 1.31.2..1.32.0 ------------------------------------ 829ec3b Update the requirements to match global-requirements for dogpile.cache 9800d84 Use template for lower-constraints Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 ++++++----------- requirements.txt | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 15c99b9..07bbb7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -dogpile.cache>=0.6.2 # BSD +dogpile.cache>=0.6.2,<0.7.0 # BSD