flask-restful-swagger icon indicating copy to clipboard operation
flask-restful-swagger copied to clipboard

Can't work with python3.7?

Open woquflux opened this issue 7 years ago • 1 comments

image

woquflux avatar Sep 07 '18 16:09 woquflux

For me, on py 3.7 it fails in swagger.py at line 463.

argspec = inspect.getargspec(model_class.__init__)
ValueError: Function has keyword-only parameters or annotations, use getfullargspec() API which can support them

cerealkill avatar Jun 09 '20 08:06 cerealkill