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

v2: support fastapi 0.106.0 #62

Merged
merged 3 commits into from
Jan 8, 2024
Merged

v2: support fastapi 0.106.0 #62

merged 3 commits into from
Jan 8, 2024

Conversation

spumer
Copy link
Collaborator

@spumer spumer commented Jan 8, 2024

Fastapi introduce async exit stack for solving dependencies to suuport raise exception in yield-ed depends.
And totally separate background tasks from request. Now teardown (after yield) executed in scope of request

fastapi/fastapi@a4aa79e


Same changes will be applied for v3

@spumer spumer requested a review from smagafurov January 8, 2024 10:37
@spumer spumer force-pushed the feat/fastapi-0-106-0 branch from 20c8a60 to 67b86be Compare January 8, 2024 10:44
@smagafurov
Copy link
Owner

LGTM

@spumer spumer force-pushed the feat/fastapi-0-106-0 branch from 67b86be to d55f25b Compare January 8, 2024 11:06
@spumer spumer merged commit 0793a2e into v2 Jan 8, 2024
13 of 21 checks passed
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.

2 participants