meme-generator icon indicating copy to clipboard operation
meme-generator copied to clipboard

PydanticDeprecatedSince20: The `parse_raw` method is deprecated

Open jcjrobert opened this issue 2 years ago • 0 comments

开始运行时出现 /app/meme_generator/app.py:52: PydanticDeprecatedSince20: The parse_raw method is deprecated; if your data is JSON use model_validate_json, otherwise load the data then use model_validate instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.4/migration/ model = args_model.parse_raw(args) /app/meme_generator/app.py:72: PydanticDeprecatedSince20: The dict method is deprecated; use model_dump instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.4/migration/

不过不影响运行

jcjrobert avatar Nov 14 '23 02:11 jcjrobert