feat: implement async lifespan for FastAPI and remove startup event

This commit is contained in:
Abhimanyu Saharan
2026-02-06 11:57:29 +05:30
parent 32010880d5
commit ca614328ac
2 changed files with 13 additions and 6 deletions

View File

@@ -47,3 +47,6 @@ warn_redundant_casts = true
warn_unused_configs = true
check_untyped_defs = true
plugins = ["pydantic.mypy"]
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"