Skip to content

chore(deps): bump advanced-alchemy from 1.9.1 to 1.9.2#2055

Open
dependabot[bot] wants to merge 1 commit intostable/textilefrom
dependabot/uv/stable/textile/advanced-alchemy-1.9.2
Open

chore(deps): bump advanced-alchemy from 1.9.1 to 1.9.2#2055
dependabot[bot] wants to merge 1 commit intostable/textilefrom
dependabot/uv/stable/textile/advanced-alchemy-1.9.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps advanced-alchemy from 1.9.1 to 1.9.2.

Release notes

Sourced from advanced-alchemy's releases.

v1.9.2

What's changed

Bugfixes 🐛

Full Changelog litestar-org/advanced-alchemy@v1.9.1...v1.9.2

Changelog

Sourced from advanced-alchemy's changelog.

:orphan:

1.x Changelog

.. changelog:: 1.9.3 :date: 2026-04-08

.. change:: prevent session cleanup from masking original exceptions
    :type: bugfix
    :pr: 704
    :issue: 705
- Replace `BaseHTTPMiddleware` with pure ASGI `SessionMiddleware` in Starlette/FastAPI extension — fixes timing issue where `response_status` wasn't set before generator cleanup
- Protect session cleanup (commit/rollback/close) across **all** framework extensions so cleanup failures never mask the original route handler exception
- Each cleanup operation is individually wrapped; when an original exception exists, cleanup errors are logged but suppressed

.. changelog:: 1.9.2 :date: 2026-04-03

.. change:: InvalidRequestError when calling create_session_maker
    :type: bugfix
    :pr: 701
Fixes `sqlalchemy.exc.InvalidRequestError: No such event 'before_flush' for target 'async_sessionmaker(...)'` raised when calling `SQLAlchemyAsyncConfig.create_session_maker()`

.. changelog:: 1.9.1 :date: 2026-03-26

.. change:: add missing Any import to alembic migration templates
    :type: bugfix
    :pr: 697
The try/except ImportError fallback for optional password hashers (Argon2Hasher, PasslibHasher, PwdlibHasher) used `Any` as a type placeholder, but `Any` was never imported. This caused a NameError when running migrations without optional dependencies installed.

.. changelog:: 1.9.0 :date: 2026-03-24

.. change:: add SQLModel compatibility
    :type: feature
    :pr: 686
SQLModel ``table=True`` models now work with Advanced Alchemy repositories and
services without requiring Advanced Alchemy base classes. This release also adds
``model_to_dict()`` and updates schema detection so mapped SQLModel objects are
handled as ORM models instead of transfer schemas.

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [advanced-alchemy](https://github.com/litestar-org/advanced-alchemy) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/litestar-org/advanced-alchemy/releases)
- [Changelog](https://github.com/litestar-org/advanced-alchemy/blob/main/docs/changelog.rst)
- [Commits](litestar-org/advanced-alchemy@v1.9.1...v1.9.2)

---
updated-dependencies:
- dependency-name: advanced-alchemy
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants