fix pydantic

This commit is contained in:
jxxghp
2025-11-01 09:51:23 +08:00
parent 09a19e94d5
commit d523c7c916
47 changed files with 160 additions and 135 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class InvokePluginAction(BaseAction):
@classmethod
@property
def data(cls) -> dict: # noqa
return InvokePluginParams().dict()
return InvokePluginParams().model_dump()
@property
def success(self) -> bool: