Skip to content

Commit e88fdf5

Browse files
committed
chore(release): bump to v0.33.2
1 parent e4be6b5 commit e88fdf5

File tree

3 files changed

+47
-33
lines changed

3 files changed

+47
-33
lines changed

docs/changelog.rst

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
0.x Changelog
44
=============
55

6+
.. changelog:: 0.33.2
7+
:date: 2025-03-09
8+
9+
.. change:: simplify session type hints in service providers
10+
:type: bugfix
11+
:pr: 414
12+
13+
Remove unnecessary scoped session type hints from service provider functions.
14+
15+
Prevents the following exception from being incorrectly raised:
16+
17+
`TypeError: Type unions may not contain more than one custom type - type typing.Union[sqlalchemy.ext.asyncio.session.AsyncSession, sqlalchemy.ext.asyncio.scoping.async_scoped_session[sqlalchemy.ext.asyncio.session.AsyncSession], NoneType] is not supported.`
18+
19+
620
.. changelog:: 0.33.1
721
:date: 2025-03-07
822

pyproject.toml

+2-2
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 = "0.33.1"
47+
version = "0.33.2"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -159,7 +159,7 @@ test = [
159159
allow_dirty = true
160160
commit = false
161161
commit_args = "--no-verify"
162-
current_version = "0.33.1"
162+
current_version = "0.33.2"
163163
ignore_missing_files = false
164164
ignore_missing_version = false
165165
message = "chore(release): bump to v{new_version}"

uv.lock

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)