We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b134d commit 03da4d1Copy full SHA for 03da4d1
pyproject.toml
@@ -35,7 +35,7 @@ jsonschema = ">=4.23.0,<5.0.0"
35
numpydoc = {version = "*", optional = true} # used in utils.py
36
37
uvicorn = {version = ">=0.32.1,<1.0.0", optional = true}
38
-uvloop = {version = "^0.21.0", optional = true, markers="sys_platform != 'win32'"}
+uvloop = {version = "^0.22.1", optional = true, markers="sys_platform != 'win32'"}
39
gunicorn = {version = "^23.0.0", optional = true}
40
fastapi = {version = ">=0.120.1", optional = true}
41
backoff = {version = "*", optional = true}
0 commit comments