Closed devdupont closed 3 years ago
Tested with:
Quart 0.14.1
quart-openapi 1.7.0
I get the same ImportError when using quart==0.14.1 and quart-openapi==1.7.0
Downgrading to quart==0.13.0 and quart-openapi==1.6.0 fixed the issue
@flyinactor91 @iron-road-dev once version 1.7.1 is finished deploying to pypi, please give that a try to fix this issue.
@zeroshade All is well with 1.7.1; thank you for the quick turn around.
The
swagger.py
file is raising a missing import error when importing the optional Marshmallow support.from .marshmallow import MARSHMALLOW, schema_to_json
The issue is that
schema_to_json
is not available when themarshmallow
andmarshmallow_jsonschema
libs raise an ImportError: