]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Adapt for importlib_metadata changes
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Mar 2021 02:38:09 +0000 (22:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Mar 2021 02:38:09 +0000 (22:38 -0400)
commit2c2e01a0c6d0847f5648fd0120c8fa0bd5f6268f
tree225a3e4434725500f0882f38874bc8b05c1664b3
parent6d21db90147411790b811be573f7cc347f5bf1bf
Adapt for importlib_metadata changes

importlib_metadata deprecates the .get() method and provides
a different method .select() as of 3.7.1.   Work around
the deprecation warning in this case.

Change-Id: I0f1849219e13a1c546f7bd24047d447823a15552
doc/build/changelog/unreleased_14/imp_met.rst [new file with mode: 0644]
lib/sqlalchemy/util/compat.py
lib/sqlalchemy/util/langhelpers.py