File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 3
3
1.x Changelog
4
4
=============
5
5
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
+
6
24
.. changelog :: 1.3.1
7
25
:date: 2025-04-21
8
26
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ maintainers = [
44
44
name = " advanced_alchemy"
45
45
readme = " README.md"
46
46
requires-python = " >=3.9"
47
- version = " 1.3.1 "
47
+ version = " 1.3.2 "
48
48
49
49
[project .urls ]
50
50
Changelog = " https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -163,7 +163,7 @@ test = [
163
163
allow_dirty = true
164
164
commit = false
165
165
commit_args = " --no-verify"
166
- current_version = " 1.3.1 "
166
+ current_version = " 1.3.2 "
167
167
ignore_missing_files = false
168
168
ignore_missing_version = false
169
169
message = " chore(release): bump to v{new_version}"
You can’t perform that action at this time.
0 commit comments