Chore: thanks to bump-pydantic (#25437)
This commit is contained in:
parent
240b65b980
commit
2ac7a9c8fc
13 changed files with 28 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue