-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Discussed in #8821
Originally posted by FyZzyss February 15, 2024
How to ensure_ascii in Pydantic v2?
SomeModel.model_dump_json() in V2 not ensure ascii symbols anymore.
Example:
class TextMessage(BaseModel):
text: str
print(TextMessage.model_validate({"text": "Что"}).model_dump_json(by_alias=True, exclude_unset=True))
HansBambel, failable, JFCeron and mmtpo
Metadata
Metadata
Assignees
Labels
No labels