diff --git a/backend/app/core/config.py b/backend/app/core/config.py index f0c4623..20fbc7a 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -146,7 +146,7 @@ class Config: # drifts). It went stale at 0.1.26 while releases reached 0.1.73, # which on a cold boot mis-reported every node >=0.1.26 as current. MIN_SUPPORTED_NODE_VERSION: str = os.getenv("MIN_SUPPORTED_NODE_VERSION", "0.1.0") - LATEST_NODE_VERSION: str = os.getenv("LATEST_NODE_VERSION", "0.1.76") + LATEST_NODE_VERSION: str = os.getenv("LATEST_NODE_VERSION", "0.1.77") # ── API schema exposure ────────────────────────────────────────── # FastAPI's /api-docs, /api-redoc and /api/openapi.json were served