mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-12-03 20:31:58 +00:00
🐛 Fix pydantic v2 basemodel config ignore extra
This commit is contained in:
parent
72eb72d249
commit
28672f2409
@ -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