We are jazzed to announce the release of: taskflow 4.7.0: Taskflow structured state management library. The source is available from: https://opendev.org/openstack/taskflow Download the package from: https://pypi.org/project/taskflow For more details, please see below. Changes in taskflow 4.6.4..4.7.0 -------------------------------- b5b69e81 Update CI to use unversioned jobs template 83dfa658 Fix atomdetails failure column size 49fa9acb Fix unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- requirements.txt | 2 +- .../40fc8c914bd2_fix_atomdetails_failure_size.py | 36 ++++++++++++++++++++++ taskflow/types/failure.py | 2 +- 4 files changed, 39 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 65979f17..f1cdc800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17 @@ futurist>=1.2.0 # Apache-2.0 -fasteners>=0.7.0 # Apache-2.0 +fasteners>=0.17.3 # Apache-2.0
participants (1)
-
no-reply@openstack.org