We are satisfied to announce the release of: mistral-dashboard 21.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/mistral-dashboard Download the package from: https://pypi.org/project/mistral-dashboard Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral-dashboard 20.0.0..21.0.0 ------------------------------------------- 65db4b5 Replace license classifier 5f8fafc Remove unicode prefix from code 9bebc4a Drop support for Python 3.9 3fd9e2f fix broken url in README 301ebdb Remove tags from README 84cde4b Remove iso8601 and update requirements f5eb329 tox: Remove ineffective ignore_basepython_conflict and bump minimum version 0e643d2 Remove Python 3.8 support ffbb9b2 Cleanup setup.py 98cd545 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- README.rst | 15 +++++-------- mistraldashboard/action_executions/tables.py | 8 +++---- mistraldashboard/actions/tables.py | 8 +++---- mistraldashboard/cron_triggers/tables.py | 8 +++---- mistraldashboard/default/smart_cell.py | 4 +--- mistraldashboard/default/utils.py | 4 ++-- mistraldashboard/executions/tables.py | 32 +++++++++++++-------------- mistraldashboard/workbooks/tables.py | 8 +++---- mistraldashboard/workflows/tables.py | 8 +++---- releasenotes/notes/drop-python-38-and-39.yaml | 4 ++++ releasenotes/source/2025.1.rst | 6 +++++ releasenotes/source/index.rst | 1 + requirements.txt | 4 ++-- setup.cfg | 28 ++++++++++++----------- setup.py | 9 -------- test-requirements.txt | 3 --- tox.ini | 6 +---- 18 files changed, 74 insertions(+), 84 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b9cb2b1..e37aa64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -iso8601>=0.1.11 # MIT @@ -9 +8,2 @@ PyYAML>=3.12 # MIT -horizon>=17.1.0 # Apache-2.0 + +horizon>=23.1.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9bebdfc..a6b541e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +8,0 @@ stestr>=2.0.0 # Apache-2.0 - -# Horizon requirements -django-compressor>=2.0 # MIT