sync: README — build linux/amd64 (ADR-061)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -56,9 +56,7 @@ def create_app() -> FastAPI:
|
||||
app = FastAPI(
|
||||
title="__APP_NAME__",
|
||||
version="0.1.0",
|
||||
dependencies=(
|
||||
[Depends(_require_auth_dep)] if settings.OPENAPI_REQUIRE_AUTH else []
|
||||
),
|
||||
dependencies=([Depends(_require_auth_dep)] if settings.OPENAPI_REQUIRE_AUTH else []),
|
||||
)
|
||||
|
||||
@app.middleware("http")
|
||||
|
||||
Reference in New Issue
Block a user