File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44requires-python = " >=3.14"
55dependencies = [
66 " aiohttp>=3.13.3" ,
7- " aspy-dependency-injection>=0.4.1 " ,
7+ " aspy-dependency-injection>=0.5.0 " ,
88 " azure-cosmos>=4.14.3" ,
99 " azure-monitor-opentelemetry>=1.8.3" ,
1010 " fastapi[standard-no-fastapi-cloud-cli]>=0.128.0" ,
@@ -19,8 +19,8 @@ dev = [
1919 " pytest-asyncio>=1.3.0" ,
2020 " pytest-cov>=7.0.0" ,
2121 " pytest-mock>=3.15.1" ,
22- " ruff>=0.14.10 " ,
23- " ty>=0.0.8 " ,
22+ " ruff>=0.14.11 " ,
23+ " ty>=0.0.11 " ,
2424]
2525
2626[build-system ]
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ async def service_provider(mocker: MockerFixture) -> AsyncGenerator[ServiceProvi
2020 services = configure_services ()
2121 email_service_mock = mocker .create_autospec (EmailService , instance = True )
2222 services .add_transient (EmailService , email_service_mock )
23+
2324 async with services .build_service_provider () as service_provider :
2425 yield service_provider
You can’t perform that action at this time.
0 commit comments