⬆ Bump alembic from 1.15.2 to 1.16.1 in /backend
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies python:uv
Bumps alembic from 1.15.2 to 1.16.1.
Release notes
Sourced from alembic's releases.
1.16.1
Released: May 21, 2025
bug
[bug] [command] Fixed regression caused by the
pathlibrefactoring that removed the use ofConfig.get_template_directory()as the canonical source of templates; the method is still present however it no longer would be consulted for a custom config subclass, as was the case with flask-migrate.References: #1660
[bug] [command] Fixed regression caused by the
pathlibrefactoring where the "missing template" error message failed to render the name of the template that could not be found.References: #1659
1.16.0
Released: May 21, 2025
feature
[feature] [environment] Added optional PEP 621 support to Alembic, allowing all source code related configuration (e.g. local file paths, post write hook configurations, etc) to be configured in the project's
pyproject.tomlfile. A new init templatepyprojectis added which illustrates a basic PEP 621 setup.Besides being better integrated with a Python project's existing source code configuration, the TOML format allows for more flexible structures, allowing configuration items like
version_locationsandprepend_sys_pathto be configured as lists of path strings without the need for path separator characters used byConfigParserformat. The feature continues to support the%(here)stoken which can substitute the absolute parent directory of thepyproject.tomlfile when consumed.The PEP 621 feature supports configuration values that are relevant to source code organization and generation only; it does not accommodate configuration of database connectivity or logging, which remain under the category of "deployment" configuration and continue to be part of
alembic.ini, or whatever configurational method is established by theenv.pyfile. Using the combination ofpyproject.tomlfor source code configuration along with a custom database/logging configuration method established inenv.pywill allow thealembic.inifile to be
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+753
-752
Package Dependencies
Technical Details
| ID: | 625070 |
| UUID: | 2541834219 |
| Node ID: | PR_kwDOOv2BM86XgU_r |
| Host: | GitHub |
| Repository: | SebasEscobarDev/fullstack-fastapi |
| Merge State: | Unknown |