update dependencies and changelog

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-12 11:42:02 -05:00
parent 5200d33f3c
commit 17a5f34cce
7 changed files with 46 additions and 33 deletions
+1 -1
View File
@@ -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]}')