mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 22:18:15 +08:00
Chore: thanks to bump-pydantic (#25437)
This commit is contained in:
@ -24,7 +24,7 @@ class PluginDaemonBasicResponse(BaseModel, Generic[T]):
|
||||
|
||||
code: int
|
||||
message: str
|
||||
data: Optional[T]
|
||||
data: Optional[T] = None
|
||||
|
||||
|
||||
class InstallPluginMessage(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user