Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes the Alembic migration configuration so that running Alembic with banzai/alembic.ini correctly finds the migration scripts under banzai/alembic, and bumps the package version/changelog accordingly.
Changes:
- Bump package version to
1.34.1. - Add a
1.34.1entry toCHANGES.mddescribing the fix. - Update Alembic
script_locationto point at thealembic/subdirectory.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Version bump to 1.34.1 for the release containing the fix. |
CHANGES.md |
Adds release notes for 1.34.1. |
banzai/alembic.ini |
Fixes Alembic script_location so migrations resolve correctly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 1.34.1 (2026-04-09) | ||
| ------------------- | ||
|
|
||
| - bugfix to alembic path |
There was a problem hiding this comment.
Changelog entry uses lowercase and is a bit vague compared to surrounding entries (which use sentence case and more specific wording). Consider updating this bullet to sentence case and explicitly mentioning the Alembic script_location/migration script path fix for consistency and clarity.
| - bugfix to alembic path | |
| - Fix Alembic `script_location`/migration script path handling. |
No description provided.