[release-announce] taskflow 4.5.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Fri Sep 11 19:31:22 UTC 2020
We jubilantly announce the release of:
taskflow 4.5.0: Taskflow structured state management library.
This release is part of the victoria release series.
The source is available from:
https://opendev.org/openstack/taskflow
Download the package from:
https://pypi.org/project/taskflow
Please report issues through:
https://bugs.launchpad.net/taskflow/+bugs
For more details, please see below.
Changes in taskflow 4.4.0..4.5.0
--------------------------------
212570df [goal] Migrate testing to ubuntu focal
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt | 12 ++++++------
requirements.txt | 2 +-
setup.cfg | 4 ++--
test-requirements.txt | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 15ae60b3..65979f17 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -34 +34 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-tenacity>=4.4.0 # Apache-2.0
+tenacity>=6.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7ad3713e..a3ad90d9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ redis>=2.10.0 # MIT
-kombu!=4.0.2,>=4.0.0 # BSD
+kombu>=4.3.0 # BSD
@@ -23 +23 @@ PyMySQL>=0.7.6 # MIT License
-psycopg2>=2.7.0 # LGPL/ZPL
+psycopg2>=2.8.0 # LGPL/ZPL
More information about the Release-announce
mailing list