-
-
Notifications
You must be signed in to change notification settings - Fork 948
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
chore(sync): use asyncio.Runner
for async_to_sync()
on py311+
#2216
chore(sync): use asyncio.Runner
for async_to_sync()
on py311+
#2216
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2216 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 62 62
Lines 6880 6888 +8
Branches 1099 1099
=========================================
+ Hits 6880 6888 +8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems ok!
OK, merging this since we want to unblock Uvicorn gates |
Fixes #2178