mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 15:38:08 +08:00
chore: bump pydantic to 2.11 and pydantic-settings to 2.9 (#15049)
This commit is contained in:
@ -39,7 +39,7 @@ class SubCondition(BaseModel):
|
||||
|
||||
class SubVariableCondition(BaseModel):
|
||||
logical_operator: Literal["and", "or"]
|
||||
conditions: list[SubCondition] = Field(default=list)
|
||||
conditions: list[SubCondition] = Field(default_factory=list)
|
||||
|
||||
|
||||
class Condition(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user