]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
avoid importing ForwardRef that's py3.9+ only
authorCaselIT <cfederico87@gmail.com>
Mon, 23 Aug 2021 18:54:00 +0000 (20:54 +0200)
committerCaselIT <cfederico87@gmail.com>
Mon, 23 Aug 2021 19:26:32 +0000 (21:26 +0200)
commit7fd48061bbf893002b2d7a624b313b09ee0a9700
tree6620421f730280b84883ad524bbbd98aea5d99a4
parent18136dd42a0820fbecacea8cb0e7f47b002ce68a
avoid importing ForwardRef that's py3.9+ only

Change-Id: I76654f10e208d618e21ab0c884cb0abede4d6177
alembic/operations/base.py
alembic/util/compat.py
tests/requirements.py
tests/test_stubs.py
tools/write_pyi.py