I found a solution which can help us to use FastAPI forms as pydantic as ... @as_form class Test(BaseModel): param: str test: List[Test1] test1: Test1 b: ...
確定! 回上一頁