Skip to content

Commit e10793c

Browse files
authored
chore(release): bump to v1.9.1 (#698)
Bump version to v1.9.1
1 parent 2940390 commit e10793c

3 files changed

Lines changed: 183 additions & 120 deletions

File tree

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
1.x Changelog
44
=============
55

6+
.. changelog:: 1.9.1
7+
:date: 2026-03-26
8+
9+
.. change:: add missing Any import to alembic migration templates
10+
:type: bugfix
11+
:pr: 697
12+
13+
## Description
14+
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.
15+
16+
## Closes
17+
#691
18+
19+
620
.. changelog:: 1.9.0
721
:date: 2026-03-24
822

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ maintainers = [
4646
name = "advanced_alchemy"
4747
readme = "docs/PYPI_README.md"
4848
requires-python = ">=3.9"
49-
version = "1.9.0"
49+
version = "1.9.1"
5050

5151
[project.urls]
5252
Changelog = "https://advanced-alchemy.litestar.dev/latest/changelog"
@@ -178,7 +178,7 @@ test = [
178178
allow_dirty = true
179179
commit = false
180180
commit_args = "--no-verify"
181-
current_version = "1.9.0"
181+
current_version = "1.9.1"
182182
ignore_missing_files = false
183183
ignore_missing_version = false
184184
message = "chore(release): bump to v{new_version}"

0 commit comments

Comments
 (0)