Make live signal reads non-mutating
Deploy / lint (push) Successful in 6s
Deploy / test (push) Failing after 48s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-07-03 10:09:46 +02:00
parent ac51e23949
commit 8c36cfcef1
11 changed files with 460 additions and 277 deletions
+1
View File
@@ -78,6 +78,7 @@ class RankingEntry(BaseModel):
symbol: str
composite_score: float
composite_stale: bool = False
dimensions: list[DimensionScoreResponse] = []