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

FastAPI integration #738

Merged
merged 1 commit into from
Feb 13, 2024
Merged

FastAPI integration #738

merged 1 commit into from
Feb 13, 2024

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Nov 30, 2023

FastAPI requires Starlette <0.28.0 but we need at least Starlette => 0.32.0 because of CachedRequest for request's body buffer encode/starlette#1692

@p1c2u
Copy link
Collaborator Author

p1c2u commented Nov 30, 2023

The issue in Starlette <0.32.0 encode/starlette#495

@p1c2u p1c2u force-pushed the feature/fastapi-integration branch 6 times, most recently from bd20ef7 to a4522af Compare February 12, 2024 19:26
@p1c2u p1c2u force-pushed the feature/fastapi-integration branch from a4522af to 64f4dd0 Compare February 12, 2024 19:31
@p1c2u p1c2u merged commit fcddf6b into master Feb 13, 2024
16 checks passed
@p1c2u p1c2u deleted the feature/fastapi-integration branch February 13, 2024 09:18
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

1 participant