tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.39k stars 359 forks source link

fix #1462, add field_type for TimeDeltaField #1463

Open yinkh opened 10 months ago

yinkh commented 10 months ago

Description

fix https://github.com/tortoise/tortoise-orm/issues/1462

Motivation and Context

use pydantic_model_creator with fields.TimeDeltaField in 0.19.3 will get error

pydantic.error_wrappers.ValidationError: 1 validation error for DemoSchema
usage_time
  value is not None (type=type_error.not_none)

How Has This Been Tested?

https://github.com/tortoise/tortoise-orm/assets/8170059/fa70fa98-0ebe-4c97-80da-2537ce0ac724

python3.9 pydantic 1.10.12 tortoise-orm 0.19.3

tortoise/fields/data.py:501

Checklist:

abondar commented 2 months ago

Please add testcase reproducing issue to tests/contrib/test_pydantic.py