From 4967008abb032646cd7da0553c36f99fc2d7c026 Mon Sep 17 00:00:00 2001 From: ipu Date: Tue, 5 Aug 2025 12:39:41 +0300 Subject: [PATCH] fix tier float --- src/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models.py b/src/models.py index 69fe8b3..e1e9518 100644 --- a/src/models.py +++ b/src/models.py @@ -77,7 +77,7 @@ class EstimationResult(BaseModel): applicant_type: str age: int bmi: float - tier: int + tier: float rx_spend: float message: str