We are amped to announce the release of: tooz 2.8.1: Coordination library for distributed systems. This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz Please report issues through: https://bugs.launchpad.net/python-tooz/+bugs For more details, please see below. Changes in tooz 2.8.0..2.8.1 ---------------------------- 62d5d17 Retry on redis connection errors fe9c430 Cap tenacity to unblock the gate Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- tooz/drivers/redis.py | 132 +++++++++++++++++++++++++++++------------------- 4 files changed, 82 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7e40c1f..99a915a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ fasteners>=0.7 # Apache-2.0 -tenacity>=3.2.1 # Apache-2.0 +tenacity>=3.2.1,<7.0.0 # Apache-2.0