针对你提出的问题 pydantic.errors.pydanticusererror: the modify_schemamethod is not supported in pydantic v2. useget_pydantic_json_schemainstead in classsecretstr``,以下是详细的解答步骤: 理解错误提示信息: 这个错误提示表明,在 Pydantic v2 中,__modify_schema__ 方法已经不再支持。 需要将 __modify...
/usr/local/lib/python3.10/site-packages/mlflow/gateway/config.py:284: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 ...