Skip to content

Commit 023f089

Browse files
authored
chore(release): bump to v1.8.2 (#632)
1 parent cf54d8f commit 023f089

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

docs/changelog.rst

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

6+
.. changelog:: 1.8.2
7+
:date: 2025-12-12
8+
9+
.. change:: add `db` group alias
10+
:type: feature
11+
:pr: 622
12+
13+
Add a `db` shorthand alias to the `database` group. This allows `litestar|alchemy db` or `litestar|alchemy database` to work interchangeably.
14+
15+
.. change:: import error while generating migrations
16+
:type: bugfix
17+
:pr: 630
18+
19+
Fixes `passlib` and `pwdlib` import errors while creating migrations
20+
21+
Cause:
22+
We added the `sa.PasslibHasher = PasslibHasher` and `sa.PwdlibHasher = PwdlibHasher` types in `script.py.mako`. As a result, when a user installs only Advanced Alchemy and creates a migration, these files are imported. Since they reference types from `passlib` and `pwdlib`, which are not installed by default, the import fails and triggers this error.
23+
24+
.. change:: add missing type parameter to AsyncServiceT_co and SyncServiceT_…
25+
:type: bugfix
26+
:pr: 612
27+
28+
Discovered a runtime issue with an inconsistent type declaration when upgrading a litestar project to use version 1.8.0 introduced
29+
630
.. changelog:: 1.8.1
731
:date: 2025-12-06
832

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ maintainers = [
4545
name = "advanced_alchemy"
4646
readme = "docs/PYPI_README.md"
4747
requires-python = ">=3.9"
48-
version = "1.8.1"
48+
version = "1.8.2"
4949

5050
[project.urls]
5151
Changelog = "https://advanced-alchemy.dev/latest/changelog"
@@ -174,7 +174,7 @@ test = [
174174
allow_dirty = true
175175
commit = false
176176
commit_args = "--no-verify"
177-
current_version = "1.8.1"
177+
current_version = "1.8.2"
178178
ignore_missing_files = false
179179
ignore_missing_version = false
180180
message = "chore(release): bump to v{new_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)