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
The Flast-restx framework is poorly maintained these days and can't be relied on for the medium to long term. Presently a lack of support for OpenAPI documentation is starting to become and issue.
FastAPI is actively being developed with 100+ contributors hopefully securing its longevity. Additionally, the basic API is very similar to that of flask-restx so migration should (at a first glance) be fairly simple.
The Flast-restx framework is poorly maintained these days and can't be relied on for the medium to long term. Presently a lack of support for OpenAPI documentation is starting to become and issue.
FastAPI is actively being developed with 100+ contributors hopefully securing its longevity. Additionally, the basic API is very similar to that of flask-restx so migration should (at a first glance) be fairly simple.
Useful resources:
https://testdriven.io/blog/moving-from-flask-to-fastapi/
https://realpython.com/fastapi-python-web-apis/
The text was updated successfully, but these errors were encountered: