We high-spiritedly announce the release of: tooz 2.11.0: Coordination library for distributed systems. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz For more details, please see below. 2.11.0 ^^^^^^ Deprecation Notes * The etcd3 driver is deprecated, it will be removed in a future release. No testing is performed on this driver. Changes in tooz 2.10.1..2.11.0 ------------------------------ 0a7c305 Bump tenacity dependency to >= 5.0.0 5fbb63f Support later tenacity versions 377a9a8 Update CI to use unversioned jobs template 7ee2780 Deprecate the etcd3 driver Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 22 +--------------------- .../deprecate-etcd3-driver-551608037d79222b.yaml | 5 +++++ requirements.txt | 2 +- tooz/_retry.py | 2 +- tooz/drivers/etcd3.py | 6 ++++++ 5 files changed, 14 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 99a915a..87e4cb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ fasteners>=0.7 # Apache-2.0 -tenacity>=3.2.1,<7.0.0 # Apache-2.0 +tenacity>=5.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org