ykh

Results 7 comments of ykh

https://github.com/openatx/adbutils/pull/73

1.2.9: ![image](https://github.com/openatx/adbutils/assets/8170059/92b5fe78-587f-4f18-8201-f50e6874da0b) 1.2.11: ![image](https://github.com/openatx/adbutils/assets/8170059/15546e98-b9d7-4182-bedd-79063a326789)

aiomysql 0.2.0 pydantic 1.10.12 tortoise-orm 0.19.3 not work tortoise-orm 0.19.2 work main.py ``` import asyncio import datetime from tortoise import Tortoise from tortoise.contrib.pydantic import pydantic_model_creator from tortoise import Model from...

after digging, creator.py: Line 261 model_description value in 0.19.2: ![0 19 2](https://github.com/tortoise/tortoise-orm/assets/8170059/3a6be9fc-0515-4cf3-bbed-55ab91fc39ea) in 0.19.3: ![19 3](https://github.com/tortoise/tortoise-orm/assets/8170059/afd1da1b-2fab-4e11-898f-572d5851ceb8) the reason is TimeDeltaField is no longer extend datetime.timedelta, any idea why delete this...

When create pr, i try to run test inside my desktop,but this error is raise, and Contribution Guide not explain for this.: ![image](https://github.com/tortoise/tortoise-orm/assets/8170059/5df1858d-2f75-42b3-9fa3-fb570d2dad19)