]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
fix(config): Accept int on toml config
authorLuís Henrique Allebrandt Schunemann <44511825+luishenri@users.noreply.github.com>
Tue, 19 Aug 2025 12:59:24 +0000 (08:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Aug 2025 17:03:37 +0000 (13:03 -0400)
commitd45b7d1bf36db1ea8d7f725c2a48361cc3cddcae
treef589d73b03476966e97d58be5e04f81cc46a8f1c
parent6c127072671c37c9e295eac6faedf92fcb1d239b
fix(config): Accept int on toml config

Fixed issue where new pyproject.toml config would fail to parse the integer
value used for the ``truncate_slug_length`` parameter.  Pull request
courtesy Luís Henrique Allebrandt Schunemann.

Fixes: #1709
Closes: #1710
Pull-request: https://github.com/sqlalchemy/alembic/pull/1710
Pull-request-sha: 87652ee288d2e0a4883394cd244f23b3e13c323e

Change-Id: Ide0f00437740c94250815a5340b2d742e960d1ca
alembic/config.py
alembic/ddl/mysql.py
docs/build/unreleased/1709.rst [new file with mode: 0644]
tests/test_config.py