We exuberantly announce the release of: oslo.db 4.39.0: Oslo Database library This release is part of the rocky 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.38.0..4.39.0 --------------------------------- 43af1cf Remove most server_default comparison logic 4c70002 remove sqla_09 test environment 69b23ef fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 2 +- oslo_db/sqlalchemy/test_migrations.py | 20 -------------------- requirements.txt | 2 +- tox.ini | 11 ++++++----- 5 files changed, 13 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a52b216..4b30c00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -alembic>=0.8.10 # MIT +alembic>=0.9.6 # MIT