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
I want to use flask-openapi3 in our large and old project based on flask. But it's difficult to migrate the whole project from flask to flask-openapi3.
What can I do?
The text was updated successfully, but these errors were encountered:
Upgrade Flask to 2.x, Flask-OpenAPI3 no longer supports Flask versions below 2.x.
Use app = OpenAPI(__name__) instead of app = Flask(__name__).
Upgrade modules or APIs incrementally, Flask-OpenAPI3 allows you to coexist Blueprint and APIBlueprint classes, enabling you to upgrade modules or APIs one at a time.
I want to use flask-openapi3 in our large and old project based on flask. But it's difficult to migrate the whole project from flask to flask-openapi3.
What can I do?
The text was updated successfully, but these errors were encountered: