Mark McDonald

Results 93 comments of Mark McDonald
trafficstars

> ``` > class SomeObject(BaseModel): > field_1: str > field_2: str > field_3: int > > class ListOfFirstObject(BaseModel): > objects_list: list[SomeObject] > ``` > > Is there a way to...

Could you also add tests to cover the cases you're fixing? This way we insure against backsliding.

Yep - happy to help! Would you be able to sign the CLA before we start?