test: bound tackle freshness score
CI / backend-and-migrations (push) Waiting to run
CI / astro-build (push) Waiting to run
CI / dependency-audit (push) Waiting to run
CI / compose-e2e (push) Waiting to run

This commit is contained in:
ik
2026-09-21 18:04:13 +07:00
parent e4e10bb4e9
commit d32796277c
4 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class TackleCombinationOut(BaseModel):
catches: int
unique_players: int
last_seen_at: datetime
freshness_score: int
freshness_score: int = Field(ge=0, le=100)
status: str
explanation: str