oslo.db 17.0.0 (epoxy)
We are pleased to announce the release of: oslo.db 17.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.db Download the package from: https://pypi.org/project/oslo.db Please report issues through: https://bugs.launchpad.net/oslo.db/+bugs For more details, please see below. 17.0.0 ^^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.db 16.0.0..17.0.0 --------------------------------- ef6850a Remove explicit pbr dependency cf95959 Add note about requirements lower bounds 078a67b Remove Python 3.8 support 15faddd Declare Python 3.12 support b1bc10d Drop SQLALCHEMY_WARN_20 7ac8acd Update master for stable/2024.2 a6d89f5 Remove deprecated async property Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 ++++++++-------- oslo_db/sqlalchemy/enginefacade.py | 13 ------------- .../notes/remove-py38-b43166749fe77b69.yaml | 5 +++++ releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 5 ++++- setup.cfg | 4 ++-- tox.ini | 2 -- 9 files changed, 26 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9477a18..5212783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ -pbr>=2.0.0 # Apache-2.0 +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +
participants (1)
-
no-reply@openstack.org