aub9999

Results 2 issues of aub9999

## Description Makes a pedantic model created by pydantic_model_creator to validate JSONField ## Motivation and Context https://github.com/tortoise/tortoise-orm/issues/1251#issue-1372065040 ## Checklist: - [x] My code follows the code style of this project....

when creating a pedantic model with pydantic_model_creator, the JSON fields are not enforced and validated on pedantic. I found in the source code https://github.com/tortoise/tortoise-orm/blob/4a81c051d2d8082839a8f15b0f332220e753ea27/tortoise/contrib/pydantic/creator.py#L402 that it specifies type of Any...