Chore: thanks to bump-pydantic (#25437)
This commit is contained in:
@@ -19,7 +19,7 @@ class Segment(BaseModel):
|
||||
model_config = ConfigDict(frozen=True)
|
||||
|
||||
value_type: SegmentType
|
||||
value: Any
|
||||
value: Any = None
|
||||
|
||||
@field_validator("value_type")
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user