mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
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