Chore: thanks to bump-pydantic (#25437)
This commit is contained in:
parent
240b65b980
commit
2ac7a9c8fc
13 changed files with 28 additions and 28 deletions
|
|
@ -23,7 +23,7 @@ NumberType = Union[int, float]
|
|||
|
||||
|
||||
class DefaultValue(BaseModel):
|
||||
value: Any
|
||||
value: Any = None
|
||||
type: DefaultValueType
|
||||
key: str
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class UpdatedVariable(BaseModel):
|
|||
name: str
|
||||
selector: Sequence[str]
|
||||
value_type: SegmentType
|
||||
new_value: Any
|
||||
new_value: Any = None
|
||||
|
||||
|
||||
_T = TypeVar("_T", bound=MutableMapping[str, Any])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue