diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-03 15:01:40 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-03 15:01:40 -0500 |
commit | 02bae22e6dbaa63ca689fa5c2925e89e56e3fc52 (patch) | |
tree | 04f488b119311b482dd8febfa935ab90aa77ce66 | |
parent | f26207c7307f3449e0235a264db0fcf5b089ff73 (diff) | |
download | sqlalchemy-02bae22e6dbaa63ca689fa5c2925e89e56e3fc52.tar.gz |
update wording
Change-Id: I19c7d9683218d2c059aa36dd1743661e78974976
-rw-r--r-- | doc/build/changelog/unreleased_14/8983.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_14/8983.rst b/doc/build/changelog/unreleased_14/8983.rst index bfea2ea2a..35f03dbb7 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 |