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 2ccde2f commit 9612e7cCopy full SHA for 9612e7c
pyproject.toml
@@ -51,7 +51,7 @@ dependencies = [
51
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
52
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
53
"uvicorn[standard] >=0.12.0; python_version < '3.7'",
54
- "uvicorn[standard] ==0.18.3; python_version >= '3.7'"
+ "uvicorn[standard] ==0.18.3; python_version >= '3.7'",
55
"requests >= 2.24.0; python_version < '3.7'",
56
"httpx >= 0.22.0; python_version >= '3.7'",
57
]
0 commit comments