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.3.2
7+ :date: 2025-04-25
8+
9+ .. change :: remove stringified type hint
10+ :type: bugfix
11+ :pr: 457
12+
13+ "De-stringifies" the Filter type hints to prevent runtime type resolutions in some cases
14+
15+ .. change :: FileObject native Pydantic Core integration
16+ :type: bugfix
17+ :pr: 458
18+
19+ File object will now serialize properly in pydantic.
20+
21+ More complete FastAPI examples added.
22+
23+
624.. changelog :: 1.3.1
725 :date: 2025-04-21
826
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.3.1 "
47+ version = " 1.3.2 "
4848
4949[project .urls ]
5050Changelog = " https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -163,7 +163,7 @@ test = [
163163allow_dirty = true
164164commit = false
165165commit_args = " --no-verify"
166- current_version = " 1.3.1 "
166+ current_version = " 1.3.2 "
167167ignore_missing_files = false
168168ignore_missing_version = false
169169message = " chore(release): bump to v{new_version}"
You can’t perform that action at this time.
0 commit comments