File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 331.x Changelog
44=============
55
6+ .. changelog :: 1.4.1
7+ :date: 2025-04-28
8+
9+ .. change :: raise if filter operator is not in `operators_map`
10+ :type: bugfix
11+ :pr: 463
12+ :issue: 453
13+
14+ Raise exception if filter operator does not exist in operators_map
15+
16+ Fixes #453
17+
18+ .. change :: `uniquify` respects init method override
19+ :type: bugfix
20+ :pr: 462
21+
22+ Passing `uniquify ` as an `__init__ ` argument now works as expected.
23+
24+
625.. changelog :: 1.4.0
726 :date: 2025-04-27
827
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ maintainers = [
4444name = " advanced_alchemy"
4545readme = " README.md"
4646requires-python = " >=3.9"
47- version = " 1.4.0 "
47+ version = " 1.4.1 "
4848
4949[project .urls ]
5050Changelog = " https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -169,7 +169,7 @@ test = [
169169allow_dirty = true
170170commit = false
171171commit_args = " --no-verify"
172- current_version = " 1.4.0 "
172+ current_version = " 1.4.1 "
173173ignore_missing_files = false
174174ignore_missing_version = false
175175message = " chore(release): bump to v{new_version}"
You can’t perform that action at this time.
0 commit comments