]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add uber warning for 1.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2023 17:27:36 +0000 (12:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2023 20:00:41 +0000 (15:00 -0500)
commit4f7b6a095590e1216c44935e7a7ba725733ca8d5
tree088e1be289f2e132c7b92bf4df0dc373f7cc86c2
parent532373b18f2e77910bb642a27a2cca3179499389
add uber warning for 1.4

As we don't have any automatic deprecation warning for 2.0
unless SQLALCHEMY_WARN_20 is set, applications that are not
being monitored for deprecations have no way to guard against
2.0 being released on pypi unless they add a requirements
rule.

make sure we are putting out a major warning for people who
may have not noticed that SQLAlchemy 2.0 will break compatibility
with legacy use patterns.

Fixes: #8983
Change-Id: I7d50db52c9a0fe3165b0131aab2fce9af80d51dd
lib/sqlalchemy/testing/profiling.py
lib/sqlalchemy/util/deprecations.py