We are pumped to announce the release of: oslo.db 4.46.0: Oslo Database library This release is part of the train 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. Changes in oslo.db 4.44.0..4.46.0 --------------------------------- 0de3a70 OpenDev Migration Patch 3c50cb5 Fix deprecation warnings under py36 57333e9 Bump psycopg lower-constraint to 2.7 4df865d Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .gitreview | 2 +- lower-constraints.txt | 2 +- oslo_db/sqlalchemy/exc_filters.py | 19 ++++++++++--------- oslo_db/sqlalchemy/utils.py | 9 +++++++-- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ setup.cfg | 2 +- test-requirements.txt | 2 +- 10 files changed, 36 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 98fdbe8..27a9e3f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18 @@ PyMySQL>=0.7.6 # MIT License -psycopg2>=2.6.2 # LGPL/ZPL +psycopg2>=2.7.0 # LGPL/ZPL
participants (1)
-
no-reply@openstack.org