]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
dont import typing on Python 3.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Mar 2021 13:58:19 +0000 (09:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Mar 2021 13:58:19 +0000 (09:58 -0400)
commit2c18de6817b2ee91fa0205d9c033c4e36e0ad7da
tree36562c0e727c2e5f1acf4465c795ab9f4a212eb5
parenta8d27f75767a472fe6fda6bc9fcc427e5070c0a8
dont import typing on Python 3.4

Repaired an import for "typing" that is not supported in Python 3.4, which
is the bottom version supported by SQLAlchemy 1.3.

Fixes: #6168
Change-Id: I282c04be0dd40e2b6d5dc3c7f7dad65746d60008
doc/build/changelog/unreleased_13/6168.rst [new file with mode: 0644]
lib/sqlalchemy/util/compat.py