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

Migrate from FastAPI to Starlette #2171

Merged
merged 4 commits into from Jul 30, 2023
Merged

Migrate from FastAPI to Starlette #2171

merged 4 commits into from Jul 30, 2023

Conversation

danieljanes
Copy link
Member

@danieljanes danieljanes commented Jul 30, 2023

Issue

Description

This PR changes the implementation of the experimental REST API to use Starlette instead of FastAPI. FastAPI is a wrapper around Starlette, and using Starlette directly avoids the overheads introduced by FastAPI.

Related issues/PRs

None

Proposal

Explanation

Checklist

Any other comments?

@danieljanes danieljanes marked this pull request as ready for review July 30, 2023 06:23
Copy link
Member

@tanertopal tanertopal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it. Didn't expect the change to be so small.

@tanertopal tanertopal merged commit 6b18123 into main Jul 30, 2023
19 checks passed
@tanertopal tanertopal deleted the starlette branch July 30, 2023 16:55
alessiomora pushed a commit to alessiomora/flower that referenced this pull request Aug 30, 2023
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 this pull request may close these issues.

None yet

2 participants