mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-12-26 03:25:59 +00:00
🐛 Fix pydantic v2 basemodel config ignore extra
This commit is contained in:
parent
2982e1f1a1
commit
4c4d69a492
@ -1,5 +1,4 @@
|
||||
import pydantic
|
||||
|
||||
pydantic.BaseModel.model_config["extra"] = "allow"
|
||||
pydantic.BaseModel.model_config["coerce_numbers_to_str"] = True
|
||||
pydantic.BaseModel.model_config["arbitrary_types_allowed"] = True
|
||||
|
Loading…
Reference in New Issue
Block a user