Scrub references to older versions
Quality Gate / gate (push) Successful in 2m39s

This commit is contained in:
Jim Lancaster
2026-09-02 17:02:48 -05:00
parent eeb1888aa3
commit 065acad125
20 changed files with 70 additions and 545 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ async def seed_job(app_client: tuple[FastAPI, TestClient]) -> Callable[..., Awai
session.add(job_source)
await session.flush()
# V4.7: evidence lives on execution_attempt, not job_source.
# Evidence lives on execution_attempt, not job_source.
executed_at = datetime.now(UTC)
session.add(
ExecutionAttempt(
+1 -1
View File
@@ -357,7 +357,7 @@ class TestSourcesPageRendering:
await service.update_job_source_transcription(
job_id=job_id,
source_id=source_id,
text="V4.2 transcription",
text="Machine transcription",
raw_api_response={"id": "sdk-snapshot"},
ai_metadata={"finish_reason": "stop"},
provider="openrouter",