You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: