]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Add pyproject async template to Alembic
authorAlc-Alc <alc@localhost>
Fri, 20 Jun 2025 12:56:37 +0000 (08:56 -0400)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jun 2025 18:28:51 +0000 (18:28 +0000)
commit0505047601a53060144161d79249d1451b9f4e2b
treece7859050dcc54e6a96506c5f8a35da07735cedf
parent10da367a914fe9bb8e448ff71753412b35199de3
Add pyproject async template to Alembic

Added new ``pyproject_async`` template, combining the new ``pyproject``
template with the ``async`` template.  Pull request courtesy Alc-Alc.

Closes: #1683
Pull-request: https://github.com/sqlalchemy/alembic/pull/1683
Pull-request-sha: 46d03fbff27f9569545854ba9e6ad388892adcfd

Change-Id: I4071e069154541bdb1af864982e553bee687222e
alembic/templates/pyproject_async/README [new file with mode: 0644]
alembic/templates/pyproject_async/alembic.ini.mako [new file with mode: 0644]
alembic/templates/pyproject_async/env.py [new file with mode: 0644]
alembic/templates/pyproject_async/pyproject.toml.mako [new file with mode: 0644]
alembic/templates/pyproject_async/script.py.mako [new file with mode: 0644]
docs/build/cookbook.rst
docs/build/unreleased/1683.rst [new file with mode: 0644]