We are satisfied to announce the release of: python-blazarclient 4.2.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-blazarclient Download the package from: https://pypi.org/project/python-blazarclient Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in python-blazarclient 4.1.0..4.2.0 ------------------------------------------- 20c3119 Replace deprecated datetime.utcnow() 5666bd0 Fix syntax warning under Python 3.12/3.13 2730c9d reno: Update master for unmaintained/2023.1 8227c0c Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- blazarclient/utils.py | 2 +- blazarclient/v1/shell_commands/leases.py | 15 +++------------ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- 7 files changed, 14 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a983a02..035afb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.log>=3.36.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.utils>=7.0.0 # Apache-2.0