openchat icon indicating copy to clipboard operation
openchat copied to clipboard

[fix] the `json` method is deprecated bug

Open fire717 opened this issue 1 year ago • 0 comments

In some request met this error: PydanticDeprecatedSince20: The json method is deprecated; use model_dump_json instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/

fire717 avatar Mar 19 '24 06:03 fire717