Skip to content

Bump the production-version-updates group with 2 updates#325

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/production-version-updates-4020189f9d
Feb 2, 2026
Merged

Bump the production-version-updates group with 2 updates#325
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/production-version-updates-4020189f9d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the production-version-updates group with 2 updates: alembic and sqlmodel.

Updates alembic from 1.18.1 to 1.18.3

Release notes

Sourced from alembic's releases.

1.18.3

Released: January 29, 2026

bug

  • [bug] [autogenerate] Fixed regression in version 1.18.0 due to #1771 where autogenerate would raise NoReferencedTableError when a foreign key constraint referenced a table that was not part of the initial table load, including tables filtered out by the EnvironmentContext.configure.include_name callable or tables in remote schemas that were not included in the initial reflection run.

    The change in #1771 was a performance optimization that eliminated additional reflection queries for tables that were only referenced by foreign keys but not explicitly included in the main reflection run. However, this optimization inadvertently removed the creation of Table objects for these referenced tables, causing autogenerate to fail when processing foreign key constraints that pointed to them.

    The fix creates placeholder Table objects for foreign key targets that are not reflected, allowing the autogenerate comparison to proceed without error while maintaining the performance improvement from #1771. When multiple foreign keys reference different columns in the same filtered table, the placeholder table accumulates all necessary columns. These placeholder tables may be visible when using the EnvironmentContext.configure.include_object callable to inspect ForeignKeyConstraint objects; they will have the name, schema and basic column information for the relevant columns present.

    References: #1787

  • [bug] [general] Fixed regression caused by #1669 which requires SQLAlchemy objects to support generic type subscripting; for the older SQLAlchemy 1.4 series, this requires version 1.4.23. Changed the minimum requirements to require version 1.4.23 rather than 1.4.0.

    References: #1788

1.18.2

Released: January 28, 2026

usecase

  • [usecase] [operations] The primary_key parameter on Column is now honored when Operations.add_column() is used, and will emit the "PRIMARY KEY" keyword inline within the ADD COLUMN directive. This is strictly a syntax

... (truncated)

Commits

Updates sqlmodel from 0.0.31 to 0.0.32

Release notes

Sourced from sqlmodel's releases.

0.0.32

Fixes

  • 🐛 Fix support for Annotated fields with Pydantic 2.12+. PR #1607 by @​vimota.

Refactors

Docs

  • 📝 Add contribution instructions about LLM generated code and comments and automated tools for PRs. PR #1712 by @​alejsdev.
  • 🐛 Fix copy button in custom.js. PR #1711 by @​alejsdev.
  • 📝 Remove duplicated word in read-relationships.md. PR #1705 by @​stefmolin.

Internal

Changelog

Sourced from sqlmodel's changelog.

0.0.32

Fixes

  • 🐛 Fix support for Annotated fields with Pydantic 2.12+. PR #1607 by @​vimota.

Refactors

Docs

  • 📝 Add contribution instructions about LLM generated code and comments and automated tools for PRs. PR #1712 by @​alejsdev.
  • 🐛 Fix copy button in custom.js. PR #1711 by @​alejsdev.
  • 📝 Remove duplicated word in read-relationships.md. PR #1705 by @​stefmolin.

Internal

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-version-updates group with 2 updates: [alembic](https://github.com/sqlalchemy/alembic) and [sqlmodel](https://github.com/fastapi/sqlmodel).


Updates `alembic` from 1.18.1 to 1.18.3
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `sqlmodel` from 0.0.31 to 0.0.32
- [Release notes](https://github.com/fastapi/sqlmodel/releases)
- [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](fastapi/sqlmodel@0.0.31...0.0.32)

---
updated-dependencies:
- dependency-name: alembic
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-version-updates
- dependency-name: sqlmodel
  dependency-version: 0.0.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 2, 2026
@github-actions github-actions bot enabled auto-merge February 2, 2026 12:46
@github-actions github-actions bot merged commit b6c95b1 into main Feb 2, 2026
4 checks passed
@github-actions github-actions bot deleted the dependabot/pip/production-version-updates-4020189f9d branch February 2, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants