anteatersa

Results 1 comments of anteatersa

I believe the issue is [here](https://github.com/tortoise/tortoise-orm/blob/develop/tortoise/contrib/pydantic/creator.py#L398) `ptype = Optional[ptype] ` In the pydantic docs they state the following: f1: str # required, cannot be None f2: Optional[str] # required, can...