mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update dependencies and changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -90,4 +90,4 @@ def setup_middleware(app: FastAPI, cmd_opts):
|
||||
return handle_exception(req, e)
|
||||
|
||||
app.build_middleware_stack() # rebuild middleware stack on-the-fly
|
||||
log.debug(f'FastAPI middleware: {[m.__class__.__name__ for m in app.user_middleware]}')
|
||||
log.debug(f'API middleware: {[m.cls for m in app.user_middleware]}')
|
||||
|
||||
Reference in New Issue
Block a user