Chore: thanks to bump-pydantic (#25437)
This commit is contained in:
@@ -23,7 +23,7 @@ NumberType = Union[int, float]
|
||||
|
||||
|
||||
class DefaultValue(BaseModel):
|
||||
value: Any
|
||||
value: Any = None
|
||||
type: DefaultValueType
|
||||
key: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user