Switch to using uvloop and upgrade granian for some ASGI fixes (#9494)

This commit is contained in:
Trenton H
2025-03-25 21:41:29 -07:00
committed by GitHub
parent 5db511afdf
commit 6e694ad9ff
3 changed files with 87 additions and 50 deletions

View File

@@ -78,7 +78,7 @@ optional-dependencies.postgres = [
"psycopg-c==3.2.5",
]
optional-dependencies.webserver = [
"granian~=2.0.1",
"granian[uvloop]~=2.2.0",
]
[dependency-groups]