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

Update imports to support apispec>=0.39.0 #205

Merged
merged 2 commits into from Jul 30, 2018

Commits on Jun 29, 2018

  1. Update imports to support apispec>=0.39.0

    Following the apispec upgrade from 0.38.0 to 0.39.0, its
    swagger.py was renamed to openapi.py with support for OpenAPI 3.0.X
    as well as OpenAPI 2.0.
    
    In this commit, I only fix the backward-incompatible changed it
    introduced without trying to add support for 3.0.X version.
    Vincent Francoise authored and Vincent Francoise committed Jun 29, 2018
    Copy the full SHA
    54d9e77 View commit details
    Browse the repository at this point in the history
  2. Updated dev requirements to apispec>=0.39.0

    Vincent Francoise authored and Vincent Francoise committed Jun 29, 2018
    Copy the full SHA
    370e67c View commit details
    Browse the repository at this point in the history