You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hand-constructed SelectorEventLoop path was incompatible with older
uvicorn on Python 3.14 (lowest-direct CI matrix). On non-Windows, defer
to uvicorn's own server.run() which handles loop setup portably. The
selector-loop workaround is only needed on Windows where the default
ProactorEventLoop leaves transports unclosed at thread teardown.
0 commit comments