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

Support Flask 2.X async routes #1529

Closed
RobbeSneyders opened this issue May 6, 2022 · 0 comments · Fixed by #1592
Closed

Support Flask 2.X async routes #1529

RobbeSneyders opened this issue May 6, 2022 · 0 comments · Fixed by #1592
Milestone

Comments

@RobbeSneyders
Copy link
Member

Flask supports async routes since version 2.0. We should support them in our FlaskApp. Without looking into it, I assume we need to detect if the view function is sync or async and based on that apply either sync or async decorators.

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

Successfully merging a pull request may close this issue.

1 participant