mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2025-01-09 23:04:29 +00:00
5 lines
147 B
Python
5 lines
147 B
Python
import pydantic
|
|
|
|
pydantic.BaseModel.model_config["coerce_numbers_to_str"] = True
|
|
pydantic.BaseModel.model_config["arbitrary_types_allowed"] = True
|