factset/quart-openapi

TypeError

Closed this issue · 2 comments

add_url_rule() takes only 2 to 4 positional arguments in the Quart. But Pint takes 5 positional arguments (and 1 keyword-only argument). This raises a TypeError. Did in Quart 0.12.0 released on the 2020-05-21 to match Flask's API.

Looks fixed in 5ad3e75, although this is unreleased.

Okay. Then I'm closing this issue.