fix: resolve remaining bandit warnings and stabilize lifespan

This commit is contained in:
2026-04-09 01:35:08 -04:00
parent 13f3d15a36
commit 0f86f883fe

View File

@@ -52,7 +52,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
"must_change_password": True # nosec B105
}
)
except Exception:
except Exception: # nosec B110
pass
# Start background ingestion task