Since we have migrated the File, Config field, and file-related validators to flask-marshmallow (marshmallow-code/flask-marshmallow#280), the next step will be to remove these fields from APIFlask and import them from flask-marshmallow directly.
Also, we need to pin flask-marshmallow to >= 1.0.0 version.
Since we have migrated the File, Config field, and file-related validators to flask-marshmallow (marshmallow-code/flask-marshmallow#280), the next step will be to remove these fields from APIFlask and import them from flask-marshmallow directly.
Also, we need to pin flask-marshmallow to >= 1.0.0 version.