You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xiaobo8204
changed the title
feature: replace FastAPI lifecycle management to use lifespan context manager
feature: replace FastAPI lifecycle management to use the new lifespan context manager
Feb 16, 2025
Did you check the docs?
Is your feature request related to a problem? Please describe.
@app.on_event is deprecated. Suggest to use the new lifespan context manager @asynccontextmanager.
Describe the solution you'd like
Update the @app.on_event to @asynccontextmanager
Describe alternatives you've considered
No relevant alternatives, just update the lifecycle management decorator
Additional context
No response
The text was updated successfully, but these errors were encountered: