Skip to content

fix(test): FastAPI 0.104.1 - Fix warnings

Mario Oenning requested to merge moson/aurweb:fix-fastapi-warnings into master

FastAPI events are deprecated. Use "Lifespan" function instead.

https://fastapi.tiangolo.com/advanced/events/#alternative-events-deprecated

Merge request reports