Skip to content

Commit 27f6f7e

Browse files
committed
chore(release): bump to v1.3.2
1 parent dfbd3dd commit 27f6f7e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

docs/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
1.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

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.3.1"
47+
version = "1.3.2"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -163,7 +163,7 @@ test = [
163163
allow_dirty = true
164164
commit = false
165165
commit_args = "--no-verify"
166-
current_version = "1.3.1"
166+
current_version = "1.3.2"
167167
ignore_missing_files = false
168168
ignore_missing_version = false
169169
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)