From: Mike Bayer Date: Tue, 3 Jan 2023 20:01:40 +0000 (-0500) Subject: update wording X-Git-Tag: rel_1_4_46~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02bae22e6dbaa63ca689fa5c2925e89e56e3fc52;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update wording Change-Id: I19c7d9683218d2c059aa36dd1743661e78974976 --- diff --git a/doc/build/changelog/unreleased_14/8983.rst b/doc/build/changelog/unreleased_14/8983.rst index bfea2ea2a5..35f03dbb78 100644 --- a/doc/build/changelog/unreleased_14/8983.rst +++ b/doc/build/changelog/unreleased_14/8983.rst @@ -2,9 +2,12 @@ :tags: change, general :tickets: 8983 - A new deprecation "uber warning" is now emitted at once at runtime, the + A new deprecation "uber warning" is now emitted at runtime the first time any SQLAlchemy 2.0 deprecation warning would normally be emitted, but the ``SQLALCHEMY_WARN_20`` environment variable is not set. + The warning emits only once at most, before setting a boolean to prevent + it from emitting a second time. + This deprecation warning intends to notify users who may not have set an appropriate constraint in their requirements files to block against a surprise SQLAlchemy 2.0 upgrade and also alert that the SQLAlchemy 2.0