fix(ka-id v2): import Request manquant dans autoka/web.py (422 sur /api/vehicles)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +1 −1
modified
autoka/web.py
+1 −1
@@ -11,7 +11,7 @@ import threading | ||
| 11 | 11 | import time |
| 12 | 12 | from pathlib import Path |
| 13 | 13 | |
| 14 | −from fastapi import BackgroundTasks, Body, FastAPI, HTTPException, Query | |
| 14 | +from fastapi import BackgroundTasks, Body, FastAPI, HTTPException, Query, Request | |
| 15 | 15 | from fastapi.middleware.cors import CORSMiddleware |
| 16 | 16 | from fastapi.middleware.gzip import GZipMiddleware |
| 17 | 17 | from fastapi.responses import FileResponse, RedirectResponse |
| 18 | 18 | |