We are chuffed to announce the release of: oslo.db 4.44.0: Oslo Database library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.db Download the package from: https://pypi.org/project/oslo.db Please report issues through launchpad: https://bugs.launchpad.net/oslo.db For more details, please see below. Changes in oslo.db 4.43.0..4.44.0 --------------------------------- ae227eb exc_filters: fix deadlock detection for MariaDB/Galera cluster af4b226 Resolve SAWarning in Query.soft_delete() 0d75776 Update hacking version d65c370 Use template for lower-constraints Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 ++++++----------- oslo_db/sqlalchemy/exc_filters.py | 2 ++ oslo_db/sqlalchemy/orm.py | 6 +++--- oslo_db/sqlalchemy/update_match.py | 4 ++-- test-requirements.txt | 2 +- 6 files changed, 20 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0f5306d..98fdbe8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0