runtime error

Exit code: 1. Reason: Arguments: ['app.py'] /home/user/app/app.py:173: DeprecationWarning: on_event is deprecated, use lifespan event handlers instead. Read more about it in the [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/). @app.on_event("startup") Traceback (most recent call last): File "/home/user/app/app.py", line 178, in <module> def authenticate(credentials: HTTPBasicCredentials = Depends(security)): NameError: name 'Depends' is not defined

Container logs:

Fetching error logs...