Skip to content

Commit 1dde193

Browse files
committed
chore(release): bump to v1.4.2
1 parent bc18cb5 commit 1dde193

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

docs/changelog.rst

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

6+
.. changelog:: 1.4.2
7+
:date: 2025-05-04
8+
9+
.. change:: correct type hints for with_for_update to ForUpdateParameter
10+
:type: bugfix
11+
:pr: 465
12+
13+
This change fixes the type hint for the `with_for_update` parameter in the repositories.
14+
15+
.. change:: BigIntPrimaryKey does not respect schema names
16+
:type: bugfix
17+
:pr: 469
18+
:issue: 466
19+
20+
BigIntPrimaryKey will now respect schema names.
21+
22+
Fixes #466
23+
24+
625
.. changelog:: 1.4.1
726
:date: 2025-04-28
827

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
"advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher": "advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher",
161161
"advanced_alchemy.types.password_hash.argon2.Argon2Hasher": "advanced_alchemy.types.password_hash.argon2.Argon2Hasher",
162162
"advanced_alchemy.types.password_hash.passlib.PasslibHasher": "advanced_alchemy.types.password_hash.passlib.PasslibHasher",
163+
"ForUpdateArg": "sqlalchemy.sql.selectable.ForUpdateArg",
163164
}
164165
autodoc_mock_imports = [
165166
"alembic",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ maintainers = [
4444
name = "advanced_alchemy"
4545
readme = "README.md"
4646
requires-python = ">=3.9"
47-
version = "1.4.1"
47+
version = "1.4.2"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -169,7 +169,7 @@ test = [
169169
allow_dirty = true
170170
commit = false
171171
commit_args = "--no-verify"
172-
current_version = "1.4.1"
172+
current_version = "1.4.2"
173173
ignore_missing_files = false
174174
ignore_missing_version = false
175175
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)