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

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