refactor: Improve handling of optional fields and enhance compatibility score calculations
This commit is contained in:
@@ -30,7 +30,7 @@ class InvestorSchema(BaseModel):
|
||||
check_size_lower: int | None
|
||||
check_size_upper: int | None
|
||||
geographic_focus: str | None
|
||||
stage_focus: InvestmentStage
|
||||
stage_focus: Optional[InvestmentStage] = None
|
||||
number_of_investments: int | None
|
||||
created_at: Optional[datetime] = None
|
||||
updated_at: Optional[datetime] = None
|
||||
|
||||
Reference in New Issue
Block a user