fix/merge-testing-to-main #4

Merged
anti merged 138 commits from fix/merge-testing-to-main into main 2026-04-12 10:10:19 +02:00
Showing only changes of commit 0f86f883fe - Show all commits

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