factset / quart-openapi

Module for Quart to add Flask-RESTPlus like functionality
https://factset.github.io/quart-openapi/
Other
82 stars 22 forks source link

TypeError #48

Closed henshalb closed 3 years ago

henshalb commented 3 years ago

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.

pgjones commented 3 years ago

Looks fixed in 5ad3e75238237b12f5bddb4125996b59aee2192c, although this is unreleased.

henshalb commented 3 years ago

Okay. Then I'm closing this issue.