]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Update annotation to allow PathLike
authorSam Bull <aa6bs0@sambull.org>
Mon, 13 Feb 2023 20:57:29 +0000 (15:57 -0500)
committersqla-tester <sqla-tester@sqlalchemy.org>
Mon, 13 Feb 2023 20:57:29 +0000 (15:57 -0500)
commit7e1178744984c5bf5d4b17f0e53b372c7d2b6b48
treec6417d5cc4c695d4065e5d4ba4d1d8d3c8c7989e
parentcdc68e3ca75c3dbc346a60ed7988dd821108cdcd
Update annotation to allow PathLike

The value is only used in os.path.abspath(), so it works fine with Path.

Closes: #1173
Pull-request: https://github.com/sqlalchemy/alembic/pull/1173
Pull-request-sha: 7cf9606602bb5692ddeb3551500be0dd956bd5d9

Change-Id: Ic629a7290464291377d066e856a8ae8a3f6505bc
alembic/config.py