Closed c-kruse closed 4 years ago
Got the same error and spent far too long debugging it.
Looks like webargs released 6.0.0 yesterday! This is no longer just an issue with a pre-release package. Anyone installing flask-apispec without an explicit pip install "webargs<6.0.0"
will run into this issue.
flask-apispec 0.8.6 restricts the webargs version to <6.0. I'll open a new issue to fix compatibility with >=6.0
Hello, just ran into this by accident and wanted to be sure this landed on your radar. Webargs has introduced a backwards-incompatible v6 pre-release. https://webargs.readthedocs.io/en/latest/changelog.html#b1-2020-01-06
You may want to pin webargs to
<6.0.0
until you come up with a more thoughtful approach.To Recreate
Example flask app:
Dependencies: (
requirements.txt
)Error: