I encountered this while working on #2017: from typing import List from pydantic import BaseModel, Json class JsonDemo(BaseModel): # I'd ...
確定! 回上一頁