Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openapi_version expected in APISpec #1

Open
Tmilly opened this issue Aug 27, 2021 · 0 comments
Open

openapi_version expected in APISpec #1

Tmilly opened this issue Aug 27, 2021 · 0 comments

Comments

@Tmilly
Copy link

Tmilly commented Aug 27, 2021

The below error occurs due to a required missing parameter inside of APISpec for openapi_version

  File "/var/task/flask_serverless/__init__.py", line 28, in __init__
    self.init_app(app)
  File "/var/task/flask_serverless/__init__.py", line 45, in init_app
    self.swagger_setup(app)
  File "/var/task/flask_serverless/__init__.py", line 82, in swagger_setup
    'APISPEC_SPEC': APISpec(
TypeError: __init__() missing 1 required positional argument: 'openapi_version'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant