We are excited to announce the release of: taskflow 3.6.0: Taskflow structured state management library. This release is part of the train 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 3.4.0..3.6.0 -------------------------------- cd93a63d Remove unsused tools/tox_install.sh 23889f56 Handle collections.abc deprecations 8bcef3f5 Uncap jsonschema 97393c0c OpenDev Migration Patch dbe22b3e Update master for stable/stein 9a30e5dc add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .gitreview | 2 +- .zuul.yaml | 1 + lower-constraints.txt | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ requirements.txt | 5 +++-- setup.cfg | 2 +- taskflow/types/sets.py | 12 +++++++++++- test-requirements.txt | 2 +- tox.ini | 4 +--- 11 files changed, 28 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 80d7a9df..49a749ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23 +23,2 @@ fasteners>=0.7.0 # Apache-2.0 -networkx>=1.10 # BSD +networkx>=1.10,<2.3;python_version<'3.0' # BSD +networkx>=1.10;python_version>='3.4' # BSD @@ -35 +36 @@ futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD -jsonschema<3.0.0,>=2.6.0 # MIT +jsonschema>=2.6.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index b334d6b1..e15ffb92 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -23 +23 @@ PyMySQL>=0.7.6 # MIT License -psycopg2>=2.6.2 # LGPL/ZPL +psycopg2>=2.7.0 # LGPL/ZPL
participants (1)
-
no-reply@openstack.org