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

View File

@@ -29,7 +29,7 @@ class SendEventAction(BaseAction):
@classmethod
@property
def data(cls) -> dict: # noqa
return SendEventParams().dict()
return SendEventParams().model_dump()
@property
def success(self) -> bool: