Skip to content

Commit 42552f6

Browse files
committed
update di packages
1 parent 59174fa commit 42552f6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ async def test_app_lifespan() -> None:
2323
async def test_session() -> None:
2424
async with (
2525
modern_di.Container(scope=modern_di.Scope.APP) as container,
26-
container.build_child_container() as request_container,
26+
container.build_child_container(scope=modern_di.Scope.REQUEST) as request_container,
2727
):
2828
await ioc.IOCContainer.session.async_resolve(request_container)

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)