alembic 1.16.3__tar.gz → 1.16.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {alembic-1.16.3/alembic.egg-info → alembic-1.16.4}/PKG-INFO +1 -1
- {alembic-1.16.3 → alembic-1.16.4}/alembic/__init__.py +1 -1
- {alembic-1.16.3 → alembic-1.16.4}/alembic/config.py +16 -1
- {alembic-1.16.3 → alembic-1.16.4}/alembic/script/base.py +2 -4
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/__init__.py +1 -0
- {alembic-1.16.3 → alembic-1.16.4/alembic.egg-info}/PKG-INFO +1 -1
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/changelog.rst +13 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/documentation_options.js +1 -1
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/autogenerate.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/commands.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/config.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/ddl.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/index.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/operations.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/overview.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/runtime.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/api/script.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/autogenerate.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/batch.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/branches.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/changelog.rst +13 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/conf.py +2 -2
- {alembic-1.16.3 → alembic-1.16.4}/docs/changelog.html +25 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/cookbook.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/front.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/genindex.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/index.html +7 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/naming.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/offline.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/ops.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/py-modindex.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/docs/search.html +3 -3
- alembic-1.16.4/docs/searchindex.js +1 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/tutorial.html +3 -3
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_config.py +44 -0
- alembic-1.16.3/docs/searchindex.js +0 -1
- {alembic-1.16.3 → alembic-1.16.4}/CHANGES +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/LICENSE +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/MANIFEST.in +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/README.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/README.unittests.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/__main__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/autogenerate/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/autogenerate/api.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/autogenerate/compare.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/autogenerate/render.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/autogenerate/rewriter.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/command.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/context.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/context.pyi +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/_autogen.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/base.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/impl.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/mssql.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/mysql.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/oracle.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/postgresql.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/ddl/sqlite.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/environment.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/migration.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/op.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/op.pyi +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/operations/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/operations/base.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/operations/batch.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/operations/ops.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/operations/schemaobj.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/operations/toimpl.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/py.typed +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/runtime/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/runtime/environment.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/runtime/migration.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/script/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/script/revision.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/script/write_hooks.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/async/README +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/async/alembic.ini.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/async/env.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/async/script.py.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/generic/README +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/generic/alembic.ini.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/generic/env.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/generic/script.py.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/multidb/README +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/multidb/alembic.ini.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/multidb/env.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/multidb/script.py.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject/README +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject/alembic.ini.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject/env.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject/pyproject.toml.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject/script.py.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject_async/README +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject_async/alembic.ini.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject_async/env.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject_async/pyproject.toml.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/templates/pyproject_async/script.py.mako +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/assertions.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/env.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/fixtures.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/plugin/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/plugin/bootstrap.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/requirements.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/schemacompare.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/_autogen_fixtures.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/test_autogen_comments.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/test_autogen_computed.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/test_autogen_diffs.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/test_autogen_fks.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/test_autogen_identity.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/test_environment.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/suite/test_op.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/util.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/testing/warnings.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/compat.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/editor.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/exc.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/langhelpers.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/messaging.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/pyfiles.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic/util/sqla_compat.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic.egg-info/SOURCES.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic.egg-info/dependency_links.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic.egg-info/entry_points.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic.egg-info/not-zip-safe +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic.egg-info/requires.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/alembic.egg-info/top_level.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_images/api_overview.png +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/autogenerate.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/commands.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/config.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/ddl.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/index.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/operations.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/overview.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/runtime.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/api/script.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/autogenerate.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/batch.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/branches.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/cookbook.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/front.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/index.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/naming.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/offline.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/ops.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_sources/tutorial.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/basic.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/changelog.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/clipboard.min.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/copybutton.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/copybutton.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/copybutton_funcs.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/doctools.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/file.png +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/images/logo_colab.png +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/language_data.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/minus.png +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/nature_override.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/plus.png +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/pygments.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/sbt-webpack-macros.html +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/scripts/bootstrap.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/scripts/bootstrap.js.LICENSE.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/scripts/pydata-sphinx-theme.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/scripts/sphinx-book-theme.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/searchtools.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/site_custom_css.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/sphinx_highlight.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/sphinx_paramlinks.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/styles/bootstrap.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/styles/pydata-sphinx-theme.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/styles/sphinx-book-theme.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/styles/theme.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/vendor/fontawesome/6.5.2/LICENSE.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/vendor/fontawesome/6.5.2/css/all.min.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/_static/webpack-macros.html +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/Makefile +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/_static/nature_override.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/_static/site_custom_css.css +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/_templates/site_custom_sidebars.html +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/api_overview.png +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/autogenerate.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/commands.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/config.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/ddl.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/index.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/operations.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/overview.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/runtime.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/api/script.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/autogenerate.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/batch.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/branches.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/cookbook.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/front.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/index.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/naming.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/offline.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/ops.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/requirements.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/tutorial.rst +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/docs/build/unreleased/README.txt +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/pyproject.toml +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/setup.cfg +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/setup.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/__init__.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/_large_map.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/conftest.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/requirements.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_autogen_composition.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_autogen_diffs.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_autogen_indexes.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_autogen_render.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_batch.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_bulk_insert.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_command.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_editor.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_environment.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_external_dialect.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_impl.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_messaging.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_mssql.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_mysql.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_offline_environment.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_op.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_op_naming_convention.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_oracle.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_post_write.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_postgresql.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_revision.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_script_consumption.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_script_production.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_sqlite.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_stubs.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_suite.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_version_table.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tests/test_version_traversal.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tools/write_pyi.py +0 -0
- {alembic-1.16.3 → alembic-1.16.4}/tox.ini +0 -0
@@ -455,6 +455,19 @@ class Config:
|
|
455
455
|
else:
|
456
456
|
return self._get_toml_config_value(name, default=default)
|
457
457
|
|
458
|
+
def get_alembic_boolean_option(self, name: str) -> bool:
|
459
|
+
if self.file_config.has_option(self.config_ini_section, name):
|
460
|
+
return (
|
461
|
+
self.file_config.get(self.config_ini_section, name) == "true"
|
462
|
+
)
|
463
|
+
else:
|
464
|
+
value = self.toml_alembic_config.get(name, False)
|
465
|
+
if not isinstance(value, bool):
|
466
|
+
raise util.CommandError(
|
467
|
+
f"boolean value expected for TOML parameter {name!r}"
|
468
|
+
)
|
469
|
+
return value
|
470
|
+
|
458
471
|
def _get_toml_config_value(
|
459
472
|
self, name: str, default: Optional[Any] = None
|
460
473
|
) -> Union[None, str, list[str], dict[str, str], list[dict[str, str]]]:
|
@@ -483,7 +496,9 @@ class Config:
|
|
483
496
|
{k: v % (self.toml_args) for k, v in value.items()},
|
484
497
|
)
|
485
498
|
else:
|
486
|
-
raise util.CommandError(
|
499
|
+
raise util.CommandError(
|
500
|
+
f"unsupported TOML value type for key: {name!r}"
|
501
|
+
)
|
487
502
|
return value
|
488
503
|
|
489
504
|
@util.memoized_property
|
@@ -186,16 +186,14 @@ class ScriptDirectory:
|
|
186
186
|
if prepend_sys_path:
|
187
187
|
sys.path[:0] = prepend_sys_path
|
188
188
|
|
189
|
-
rvl = (
|
190
|
-
config.get_alembic_option("recursive_version_locations") == "true"
|
191
|
-
)
|
189
|
+
rvl = config.get_alembic_boolean_option("recursive_version_locations")
|
192
190
|
return ScriptDirectory(
|
193
191
|
util.coerce_resource_to_filename(script_location),
|
194
192
|
file_template=config.get_alembic_option(
|
195
193
|
"file_template", _default_file_template
|
196
194
|
),
|
197
195
|
truncate_slug_length=truncate_slug_length,
|
198
|
-
sourceless=config.
|
196
|
+
sourceless=config.get_alembic_boolean_option("sourceless"),
|
199
197
|
output_encoding=config.get_alembic_option(
|
200
198
|
"output_encoding", "utf-8"
|
201
199
|
),
|
@@ -9,6 +9,7 @@ from sqlalchemy.testing import uses_deprecated
|
|
9
9
|
from sqlalchemy.testing.config import combinations
|
10
10
|
from sqlalchemy.testing.config import fixture
|
11
11
|
from sqlalchemy.testing.config import requirements as requires
|
12
|
+
from sqlalchemy.testing.config import Variation
|
12
13
|
from sqlalchemy.testing.config import variation
|
13
14
|
|
14
15
|
from .assertions import assert_raises
|
@@ -3,6 +3,19 @@
|
|
3
3
|
Changelog
|
4
4
|
==========
|
5
5
|
|
6
|
+
.. changelog::
|
7
|
+
:version: 1.16.4
|
8
|
+
:released: July 10, 2025
|
9
|
+
|
10
|
+
.. change::
|
11
|
+
:tags: bug, config
|
12
|
+
:tickets: 1694
|
13
|
+
|
14
|
+
Fixed issue in new ``pyproject.toml`` support where boolean values, such as
|
15
|
+
those used for the ``recursive_version_locations`` and ``sourceless``
|
16
|
+
configuration parameters, would not be accepted.
|
17
|
+
|
18
|
+
|
6
19
|
.. changelog::
|
7
20
|
:version: 1.16.3
|
8
21
|
:released: July 8, 2025
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Autogeneration — Alembic 1.16.
|
11
|
+
<title>Autogeneration — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Commands — Alembic 1.16.
|
11
|
+
<title>Commands — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Configuration — Alembic 1.16.
|
11
|
+
<title>Configuration — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>DDL Internals — Alembic 1.16.
|
11
|
+
<title>DDL Internals — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>API Details — Alembic 1.16.
|
11
|
+
<title>API Details — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Operation Directives — Alembic 1.16.
|
11
|
+
<title>Operation Directives — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Overview — Alembic 1.16.
|
11
|
+
<title>Overview — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Runtime Objects — Alembic 1.16.
|
11
|
+
<title>Runtime Objects — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Script Directory — Alembic 1.16.
|
11
|
+
<title>Script Directory — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="../_static/documentation_options.js?v=
|
43
|
+
<script src="../_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Auto Generating Migrations — Alembic 1.16.
|
11
|
+
<title>Auto Generating Migrations — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Running “Batch” Migrations for SQLite and Other Databases — Alembic 1.16.
|
11
|
+
<title>Running “Batch” Migrations for SQLite and Other Databases — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Working with Branches — Alembic 1.16.
|
11
|
+
<title>Working with Branches — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -3,6 +3,19 @@
|
|
3
3
|
Changelog
|
4
4
|
==========
|
5
5
|
|
6
|
+
.. changelog::
|
7
|
+
:version: 1.16.4
|
8
|
+
:released: July 10, 2025
|
9
|
+
|
10
|
+
.. change::
|
11
|
+
:tags: bug, config
|
12
|
+
:tickets: 1694
|
13
|
+
|
14
|
+
Fixed issue in new ``pyproject.toml`` support where boolean values, such as
|
15
|
+
those used for the ``recursive_version_locations`` and ``sourceless``
|
16
|
+
configuration parameters, would not be accepted.
|
17
|
+
|
18
|
+
|
6
19
|
.. changelog::
|
7
20
|
:version: 1.16.3
|
8
21
|
:released: July 8, 2025
|
@@ -100,8 +100,8 @@ copyright = "2010-2025, Mike Bayer" # noqa
|
|
100
100
|
# The short X.Y version.
|
101
101
|
version = alembic.__version__
|
102
102
|
# The full version, including alpha/beta/rc tags.
|
103
|
-
release = "1.16.
|
104
|
-
release_date = "July
|
103
|
+
release = "1.16.4"
|
104
|
+
release_date = "July 10, 2025"
|
105
105
|
|
106
106
|
|
107
107
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Changelog — Alembic 1.16.
|
11
|
+
<title>Changelog — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
|
138
138
|
|
139
139
|
|
140
|
-
<p class="title logo__title">Alembic 1.16.
|
140
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
141
141
|
|
142
142
|
</a></div>
|
143
143
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -349,6 +349,10 @@ document.write(`
|
|
349
349
|
</div>
|
350
350
|
<nav aria-label="Page">
|
351
351
|
<ul class="visible nav section-nav flex-column">
|
352
|
+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.4">1.16.4</a><ul class="nav section-nav flex-column">
|
353
|
+
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.4-bug">bug</a></li>
|
354
|
+
</ul>
|
355
|
+
</li>
|
352
356
|
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.3">1.16.3</a><ul class="nav section-nav flex-column">
|
353
357
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.3-usecase">usecase</a></li>
|
354
358
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.3-bug">bug</a></li>
|
@@ -969,6 +973,20 @@ document.write(`
|
|
969
973
|
|
970
974
|
<section id="changelog">
|
971
975
|
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading">#</a></h1>
|
976
|
+
<section id="change-1.16.4">
|
977
|
+
<h2 class="release-version">1.16.4<a class="headerlink" href="#change-1.16.4" title="Link to this heading">#</a></h2>
|
978
|
+
Released: July 10, 2025<section id="change-1.16.4-bug">
|
979
|
+
<h3>bug<a class="headerlink" href="#change-1.16.4-bug" title="Link to this heading">#</a></h3>
|
980
|
+
<ul class="simple">
|
981
|
+
<li><p class="caption" id="change-1.16.4-0"><span class="target" id="change-4897efbbcef95f091c0c7aea9f97367b"><strong>[bug] [config]</strong> <a class="changelog-reference headerlink reference internal" href="#change-4897efbbcef95f091c0c7aea9f97367b">¶</a></span><p>Fixed issue in new <code class="docutils literal notranslate"><span class="pre">pyproject.toml</span></code> support where boolean values, such as
|
982
|
+
those used for the <code class="docutils literal notranslate"><span class="pre">recursive_version_locations</span></code> and <code class="docutils literal notranslate"><span class="pre">sourceless</span></code>
|
983
|
+
configuration parameters, would not be accepted.</p>
|
984
|
+
<p>References: <a class="reference external" href="https://github.com/sqlalchemy/alembic/issues/1694">#1694</a></p>
|
985
|
+
</p>
|
986
|
+
</li>
|
987
|
+
</ul>
|
988
|
+
</section>
|
989
|
+
</section>
|
972
990
|
<section id="change-1.16.3">
|
973
991
|
<h2 class="release-version">1.16.3<a class="headerlink" href="#change-1.16.3" title="Link to this heading">#</a></h2>
|
974
992
|
Released: July 8, 2025<section id="change-1.16.3-usecase">
|
@@ -7202,6 +7220,10 @@ by key, etc. for full support here.</p>
|
|
7202
7220
|
</div>
|
7203
7221
|
<nav class="bd-toc-nav page-toc">
|
7204
7222
|
<ul class="visible nav section-nav flex-column">
|
7223
|
+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.4">1.16.4</a><ul class="nav section-nav flex-column">
|
7224
|
+
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.4-bug">bug</a></li>
|
7225
|
+
</ul>
|
7226
|
+
</li>
|
7205
7227
|
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.3">1.16.3</a><ul class="nav section-nav flex-column">
|
7206
7228
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.3-usecase">usecase</a></li>
|
7207
7229
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.16.3-bug">bug</a></li>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Cookbook — Alembic 1.16.
|
11
|
+
<title>Cookbook — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
10
10
|
|
11
|
-
<title>Front Matter — Alembic 1.16.
|
11
|
+
<title>Front Matter — Alembic 1.16.4 documentation</title>
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
41
41
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
42
42
|
|
43
|
-
<script src="_static/documentation_options.js?v=
|
43
|
+
<script src="_static/documentation_options.js?v=4ac73531"></script>
|
44
44
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
45
45
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
46
46
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<p class="title logo__title">Alembic 1.16.
|
141
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta charset="utf-8" />
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
10
|
-
<title>Index — Alembic 1.16.
|
10
|
+
<title>Index — Alembic 1.16.4 documentation</title>
|
11
11
|
|
12
12
|
|
13
13
|
|
@@ -39,7 +39,7 @@
|
|
39
39
|
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
40
40
|
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
41
41
|
|
42
|
-
<script src="_static/documentation_options.js?v=
|
42
|
+
<script src="_static/documentation_options.js?v=4ac73531"></script>
|
43
43
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
44
44
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
45
45
|
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
|
138
138
|
|
139
139
|
|
140
|
-
<p class="title logo__title">Alembic 1.16.
|
140
|
+
<p class="title logo__title">Alembic 1.16.4 documentation</p>
|
141
141
|
|
142
142
|
</a></div>
|
143
143
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|