alembic 1.15.0__tar.gz → 1.15.1__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.15.0/alembic.egg-info → alembic-1.15.1}/PKG-INFO +1 -1
- {alembic-1.15.0 → alembic-1.15.1}/alembic/__init__.py +1 -1
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/async/alembic.ini.mako +1 -1
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/generic/alembic.ini.mako +1 -1
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/multidb/alembic.ini.mako +1 -1
- {alembic-1.15.0 → alembic-1.15.1/alembic.egg-info}/PKG-INFO +1 -1
- {alembic-1.15.0 → alembic-1.15.1}/alembic.egg-info/SOURCES.txt +9 -0
- {alembic-1.15.0/docs/build → alembic-1.15.1/docs/_sources}/changelog.rst +13 -1
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/documentation_options.js +1 -1
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/autogenerate.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/commands.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/config.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/ddl.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/index.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/operations.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/overview.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/runtime.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/api/script.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/autogenerate.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/batch.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/branches.html +3 -3
- {alembic-1.15.0/docs/_sources → alembic-1.15.1/docs/build}/changelog.rst +13 -1
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/conf.py +1 -1
- {alembic-1.15.0 → alembic-1.15.1}/docs/changelog.html +30 -8
- {alembic-1.15.0 → alembic-1.15.1}/docs/cookbook.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/front.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/genindex.html +7 -7
- {alembic-1.15.0 → alembic-1.15.1}/docs/index.html +7 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/naming.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/offline.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/ops.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/py-modindex.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/docs/search.html +3 -3
- alembic-1.15.1/docs/searchindex.js +1 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/tutorial.html +3 -3
- {alembic-1.15.0 → alembic-1.15.1}/pyproject.toml +1 -3
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_post_write.py +4 -4
- alembic-1.15.0/docs/searchindex.js +0 -1
- {alembic-1.15.0 → alembic-1.15.1}/CHANGES +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/LICENSE +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/MANIFEST.in +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/README.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/README.unittests.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/__main__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/autogenerate/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/autogenerate/api.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/autogenerate/compare.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/autogenerate/render.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/autogenerate/rewriter.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/command.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/config.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/context.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/context.pyi +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/_autogen.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/base.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/impl.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/mssql.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/mysql.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/oracle.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/postgresql.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/ddl/sqlite.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/environment.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/migration.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/op.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/op.pyi +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/operations/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/operations/base.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/operations/batch.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/operations/ops.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/operations/schemaobj.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/operations/toimpl.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/py.typed +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/runtime/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/runtime/environment.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/runtime/migration.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/script/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/script/base.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/script/revision.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/script/write_hooks.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/async/README +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/async/env.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/async/script.py.mako +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/generic/README +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/generic/env.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/generic/script.py.mako +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/multidb/README +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/multidb/env.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/templates/multidb/script.py.mako +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/assertions.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/env.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/fixtures.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/plugin/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/plugin/bootstrap.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/requirements.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/schemacompare.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/_autogen_fixtures.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/test_autogen_comments.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/test_autogen_computed.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/test_autogen_diffs.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/test_autogen_fks.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/test_autogen_identity.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/test_environment.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/suite/test_op.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/util.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/testing/warnings.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/compat.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/editor.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/exc.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/langhelpers.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/messaging.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/pyfiles.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic/util/sqla_compat.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic.egg-info/dependency_links.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic.egg-info/entry_points.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic.egg-info/not-zip-safe +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic.egg-info/requires.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/alembic.egg-info/top_level.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_images/api_overview.png +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/autogenerate.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/commands.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/config.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/ddl.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/index.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/operations.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/overview.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/runtime.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/api/script.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/autogenerate.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/batch.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/branches.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/cookbook.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/front.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/index.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/naming.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/offline.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/ops.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_sources/tutorial.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/basic.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/changelog.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/clipboard.min.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/copybutton.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/copybutton.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/copybutton_funcs.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/doctools.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/file.png +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/images/logo_colab.png +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/language_data.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/minus.png +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/nature_override.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/plus.png +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/pygments.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/sbt-webpack-macros.html +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/scripts/bootstrap.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/scripts/bootstrap.js.LICENSE.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/scripts/pydata-sphinx-theme.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/scripts/sphinx-book-theme.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/searchtools.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/site_custom_css.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/sphinx_highlight.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/sphinx_paramlinks.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/styles/bootstrap.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/styles/pydata-sphinx-theme.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/styles/sphinx-book-theme.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/styles/theme.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/vendor/fontawesome/6.5.2/LICENSE.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/vendor/fontawesome/6.5.2/css/all.min.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/_static/webpack-macros.html +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/Makefile +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/_static/nature_override.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/_static/site_custom_css.css +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/_templates/site_custom_sidebars.html +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/api_overview.png +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/autogenerate.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/commands.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/config.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/ddl.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/index.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/operations.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/overview.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/runtime.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/api/script.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/autogenerate.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/batch.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/branches.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/cookbook.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/front.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/index.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/naming.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/offline.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/ops.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/requirements.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/tutorial.rst +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/docs/build/unreleased/README.txt +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/setup.cfg +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/setup.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/__init__.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/_large_map.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/conftest.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/requirements.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_autogen_composition.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_autogen_diffs.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_autogen_indexes.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_autogen_render.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_batch.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_bulk_insert.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_command.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_config.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_editor.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_environment.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_external_dialect.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_impl.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_messaging.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_mssql.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_mysql.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_offline_environment.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_op.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_op_naming_convention.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_oracle.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_postgresql.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_revision.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_script_consumption.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_script_production.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_sqlite.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_stubs.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_suite.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_version_table.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tests/test_version_traversal.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tools/write_pyi.py +0 -0
- {alembic-1.15.0 → alembic-1.15.1}/tox.ini +0 -0
@@ -79,7 +79,7 @@ sqlalchemy.url = driver://user:pass@localhost/dbname
|
|
79
79
|
# hooks = ruff
|
80
80
|
# ruff.type = exec
|
81
81
|
# ruff.executable = %(here)s/.venv/bin/ruff
|
82
|
-
# ruff.options = --fix REVISION_SCRIPT_FILENAME
|
82
|
+
# ruff.options = check --fix REVISION_SCRIPT_FILENAME
|
83
83
|
|
84
84
|
# Logging configuration
|
85
85
|
[loggers]
|
@@ -81,7 +81,7 @@ sqlalchemy.url = driver://user:pass@localhost/dbname
|
|
81
81
|
# hooks = ruff
|
82
82
|
# ruff.type = exec
|
83
83
|
# ruff.executable = %(here)s/.venv/bin/ruff
|
84
|
-
# ruff.options = --fix REVISION_SCRIPT_FILENAME
|
84
|
+
# ruff.options = check --fix REVISION_SCRIPT_FILENAME
|
85
85
|
|
86
86
|
# Logging configuration
|
87
87
|
[loggers]
|
@@ -86,7 +86,7 @@ sqlalchemy.url = driver://user:pass@localhost/dbname2
|
|
86
86
|
# hooks = ruff
|
87
87
|
# ruff.type = exec
|
88
88
|
# ruff.executable = %(here)s/.venv/bin/ruff
|
89
|
-
# ruff.options = --fix REVISION_SCRIPT_FILENAME
|
89
|
+
# ruff.options = check --fix REVISION_SCRIPT_FILENAME
|
90
90
|
|
91
91
|
# Logging configuration
|
92
92
|
[loggers]
|
@@ -45,9 +45,18 @@ tox.ini
|
|
45
45
|
./alembic/script/base.py
|
46
46
|
./alembic/script/revision.py
|
47
47
|
./alembic/script/write_hooks.py
|
48
|
+
./alembic/templates/async/README
|
49
|
+
./alembic/templates/async/alembic.ini.mako
|
48
50
|
./alembic/templates/async/env.py
|
51
|
+
./alembic/templates/async/script.py.mako
|
52
|
+
./alembic/templates/generic/README
|
53
|
+
./alembic/templates/generic/alembic.ini.mako
|
49
54
|
./alembic/templates/generic/env.py
|
55
|
+
./alembic/templates/generic/script.py.mako
|
56
|
+
./alembic/templates/multidb/README
|
57
|
+
./alembic/templates/multidb/alembic.ini.mako
|
50
58
|
./alembic/templates/multidb/env.py
|
59
|
+
./alembic/templates/multidb/script.py.mako
|
51
60
|
./alembic/testing/__init__.py
|
52
61
|
./alembic/testing/assertions.py
|
53
62
|
./alembic/testing/env.py
|
@@ -4,9 +4,21 @@ Changelog
|
|
4
4
|
==========
|
5
5
|
|
6
6
|
.. changelog::
|
7
|
-
:version: 1.15.
|
7
|
+
:version: 1.15.1
|
8
8
|
:released: March 4, 2025
|
9
9
|
|
10
|
+
.. change::
|
11
|
+
:tags: bug, installation
|
12
|
+
:tickets: 1616
|
13
|
+
|
14
|
+
Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that
|
15
|
+
prevented Alembic's template files from being included in the ``.whl`` file
|
16
|
+
in the distribution.
|
17
|
+
|
18
|
+
.. changelog::
|
19
|
+
:version: 1.15.0
|
20
|
+
:released: March 4, 2025 (yanked due to issue #1616)
|
21
|
+
|
10
22
|
.. change::
|
11
23
|
:tags: bug, environment
|
12
24
|
:tickets: 1567
|
@@ -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.15.
|
11
|
+
<title>Autogeneration — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Commands — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Configuration — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>DDL Internals — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>API Details — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Operation Directives — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Overview — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Runtime Objects — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Script Directory — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Auto Generating Migrations — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Running “Batch” Migrations for SQLite and Other Databases — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.
|
11
|
+
<title>Working with Branches — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|
@@ -4,9 +4,21 @@ Changelog
|
|
4
4
|
==========
|
5
5
|
|
6
6
|
.. changelog::
|
7
|
-
:version: 1.15.
|
7
|
+
:version: 1.15.1
|
8
8
|
:released: March 4, 2025
|
9
9
|
|
10
|
+
.. change::
|
11
|
+
:tags: bug, installation
|
12
|
+
:tickets: 1616
|
13
|
+
|
14
|
+
Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that
|
15
|
+
prevented Alembic's template files from being included in the ``.whl`` file
|
16
|
+
in the distribution.
|
17
|
+
|
18
|
+
.. changelog::
|
19
|
+
:version: 1.15.0
|
20
|
+
:released: March 4, 2025 (yanked due to issue #1616)
|
21
|
+
|
10
22
|
.. change::
|
11
23
|
:tags: bug, environment
|
12
24
|
:tickets: 1567
|
@@ -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.15.
|
11
|
+
<title>Changelog — Alembic 1.15.1 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=ad45edee"></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.15.
|
140
|
+
<p class="title logo__title">Alembic 1.15.1 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.15.1">1.15.1</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.15.1-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.15.0">1.15.0</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.15.0-changed">changed</a></li>
|
354
358
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.15.0-usecase">usecase</a></li>
|
@@ -941,9 +945,23 @@ document.write(`
|
|
941
945
|
|
942
946
|
<section id="changelog">
|
943
947
|
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading">#</a></h1>
|
948
|
+
<section id="change-1.15.1">
|
949
|
+
<h2 class="release-version">1.15.1<a class="headerlink" href="#change-1.15.1" title="Link to this heading">#</a></h2>
|
950
|
+
Released: March 4, 2025<section id="change-1.15.1-bug">
|
951
|
+
<h3>bug<a class="headerlink" href="#change-1.15.1-bug" title="Link to this heading">#</a></h3>
|
952
|
+
<ul class="simple">
|
953
|
+
<li><p class="caption" id="change-1.15.1-0"><span class="target" id="change-d36f74cd426889cdb019329d63232473"><strong>[bug] [installation]</strong> <a class="changelog-reference headerlink reference internal" href="#change-d36f74cd426889cdb019329d63232473">¶</a></span><p>Fixed an issue in the new <span class="target" id="index-0"></span><a class="pep reference external" href="https://peps.python.org/pep-0621/"><strong>PEP 621</strong></a> <code class="docutils literal notranslate"><span class="pre">pyproject.toml</span></code> layout that
|
954
|
+
prevented Alembic’s template files from being included in the <code class="docutils literal notranslate"><span class="pre">.whl</span></code> file
|
955
|
+
in the distribution.</p>
|
956
|
+
<p>References: <a class="reference external" href="https://github.com/sqlalchemy/alembic/issues/1616">#1616</a></p>
|
957
|
+
</p>
|
958
|
+
</li>
|
959
|
+
</ul>
|
960
|
+
</section>
|
961
|
+
</section>
|
944
962
|
<section id="change-1.15.0">
|
945
963
|
<h2 class="release-version">1.15.0<a class="headerlink" href="#change-1.15.0" title="Link to this heading">#</a></h2>
|
946
|
-
Released: March 4, 2025<section id="change-1.15.0-changed">
|
964
|
+
Released: March 4, 2025 (yanked due to issue #1616)<section id="change-1.15.0-changed">
|
947
965
|
<h3>changed<a class="headerlink" href="#change-1.15.0-changed" title="Link to this heading">#</a></h3>
|
948
966
|
<ul class="simple">
|
949
967
|
<li><p class="caption" id="change-1.15.0-0"><span class="target" id="change-544d2f60932dbf2dcc27ef11c2795938"><strong>[changed] [general]</strong> <a class="changelog-reference headerlink reference internal" href="#change-544d2f60932dbf2dcc27ef11c2795938">¶</a></span><p>Support for Python 3.8 is dropped as of Alembic 1.15.0; this version is
|
@@ -957,7 +975,7 @@ required for use with Alembic 1.15.0.</p>
|
|
957
975
|
<p></p>
|
958
976
|
</p>
|
959
977
|
</li>
|
960
|
-
<li><p class="caption" id="change-1.15.0-2"><span class="target" id="change-433d3aa239d01351a59adf4b6385bdd1"><strong>[changed] [general]</strong> <a class="changelog-reference headerlink reference internal" href="#change-433d3aa239d01351a59adf4b6385bdd1">¶</a></span><p>Installation has been converted to use <span class="target" id="index-
|
978
|
+
<li><p class="caption" id="change-1.15.0-2"><span class="target" id="change-433d3aa239d01351a59adf4b6385bdd1"><strong>[changed] [general]</strong> <a class="changelog-reference headerlink reference internal" href="#change-433d3aa239d01351a59adf4b6385bdd1">¶</a></span><p>Installation has been converted to use <span class="target" id="index-1"></span><a class="pep reference external" href="https://peps.python.org/pep-0621/"><strong>PEP 621</strong></a>, e.g. <code class="docutils literal notranslate"><span class="pre">pyproject.toml</span></code>.</p>
|
961
979
|
<p></p>
|
962
980
|
</p>
|
963
981
|
</li>
|
@@ -1079,7 +1097,7 @@ indexes. Pull request courtesy Aaron Griffin.</p>
|
|
1079
1097
|
<h3>misc<a class="headerlink" href="#change-1.13.3-misc" title="Link to this heading">#</a></h3>
|
1080
1098
|
<ul class="simple">
|
1081
1099
|
<li><p class="caption" id="change-1.13.3-3"><span class="target" id="change-9de0f9f4fa17f110d98255496069673c"><strong>[change] [general]</strong> <a class="changelog-reference headerlink reference internal" href="#change-9de0f9f4fa17f110d98255496069673c">¶</a></span><p>The pin for <code class="docutils literal notranslate"><span class="pre">setuptools<69.3</span></code> in <code class="docutils literal notranslate"><span class="pre">pyproject.toml</span></code> has been removed.
|
1082
|
-
This pin was to prevent a sudden change to <span class="target" id="index-
|
1100
|
+
This pin was to prevent a sudden change to <span class="target" id="index-2"></span><a class="pep reference external" href="https://peps.python.org/pep-0625/"><strong>PEP 625</strong></a> in setuptools from
|
1083
1101
|
taking place which changes the file name of SQLAlchemy’s source
|
1084
1102
|
distribution on pypi to be an all lower case name, and the change was
|
1085
1103
|
extended to all SQLAlchemy projects to prevent any further surprises.
|
@@ -1380,7 +1398,7 @@ would keep detecting changes in the index or unique constraint.</p>
|
|
1380
1398
|
<li><p class="caption" id="change-1.11.3-2"><span class="target" id="change-9d9eef589e76fc18cc3acb7ea0c971a9"><strong>[bug] [commands]</strong> <a class="changelog-reference headerlink reference internal" href="#change-9d9eef589e76fc18cc3acb7ea0c971a9">¶</a></span><p>Added <code class="docutils literal notranslate"><span class="pre">encoding="locale"</span></code> setting to the use of Python’s
|
1381
1399
|
<code class="docutils literal notranslate"><span class="pre">ConfigParser.read()</span></code>, so that a warning is not generated when using the
|
1382
1400
|
recently added Python feature <code class="docutils literal notranslate"><span class="pre">PYTHONWARNDEFAULTENCODING</span></code> specified in
|
1383
|
-
<span class="target" id="index-
|
1401
|
+
<span class="target" id="index-3"></span><a class="pep reference external" href="https://peps.python.org/pep-0597/"><strong>PEP 597</strong></a>. The encoding is passed as the <code class="docutils literal notranslate"><span class="pre">"locale"</span></code> string under Python
|
1384
1402
|
3.10 and greater, which indicates that the system-level locale should be
|
1385
1403
|
used, as was the case already here. Pull request courtesy Kevin Kirsche.</p>
|
1386
1404
|
<p>References: <a class="reference external" href="https://github.com/sqlalchemy/alembic/issues/1273">#1273</a></p>
|
@@ -1913,7 +1931,7 @@ has been long superseded by Pyramid.</p>
|
|
1913
1931
|
<section id="change-1.8.0-feature">
|
1914
1932
|
<h3>feature<a class="headerlink" href="#change-1.8.0-feature" title="Link to this heading">#</a></h3>
|
1915
1933
|
<ul class="simple">
|
1916
|
-
<li><p class="caption" id="change-1.8.0-2"><span class="target" id="change-5facb3fbad035c24174edba0fa7c54de"><strong>[feature] [typing]</strong> <a class="changelog-reference headerlink reference internal" href="#change-5facb3fbad035c24174edba0fa7c54de">¶</a></span><p><span class="target" id="index-
|
1934
|
+
<li><p class="caption" id="change-1.8.0-2"><span class="target" id="change-5facb3fbad035c24174edba0fa7c54de"><strong>[feature] [typing]</strong> <a class="changelog-reference headerlink reference internal" href="#change-5facb3fbad035c24174edba0fa7c54de">¶</a></span><p><span class="target" id="index-4"></span><a class="pep reference external" href="https://peps.python.org/pep-0484/"><strong>PEP 484</strong></a> typing annotations have been added to the <code class="docutils literal notranslate"><span class="pre">env.py</span></code> and
|
1917
1935
|
revision template files within migration templates. Pull request by Nikita
|
1918
1936
|
Sobolev.</p>
|
1919
1937
|
<p>References: <a class="reference external" href="https://github.com/sqlalchemy/alembic/issues/764">#764</a></p>
|
@@ -6899,6 +6917,10 @@ by key, etc. for full support here.</p>
|
|
6899
6917
|
</div>
|
6900
6918
|
<nav class="bd-toc-nav page-toc">
|
6901
6919
|
<ul class="visible nav section-nav flex-column">
|
6920
|
+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.15.1">1.15.1</a><ul class="nav section-nav flex-column">
|
6921
|
+
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.15.1-bug">bug</a></li>
|
6922
|
+
</ul>
|
6923
|
+
</li>
|
6902
6924
|
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.15.0">1.15.0</a><ul class="nav section-nav flex-column">
|
6903
6925
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.15.0-changed">changed</a></li>
|
6904
6926
|
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#change-1.15.0-usecase">usecase</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.15.
|
11
|
+
<title>Cookbook — Alembic 1.15.1 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=ad45edee"></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.15.
|
141
|
+
<p class="title logo__title">Alembic 1.15.1 documentation</p>
|
142
142
|
|
143
143
|
</a></div>
|
144
144
|
<div class="sidebar-primary-item"><ul class="navbar-icon-links"
|