Skip to content

Commit

Permalink
Fix: use uvicorn with ASGI TLS Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Dec 27, 2024
1 parent 92e2168 commit 8f3dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"intel-sgx-ra>=2.3.1,<2.4.0",
"hypercorn[uvloop]>=0.17.3,<0.18.0",
"h2>=4.1.0,<4.2.0",
"uvicorn[standard]>=0.34.0,<1.0.0",
"uvicorn[standard] @ git+https://github.com/encode/uvicorn.git@f50dddb0b70779f2a2e3460349452e6610c21189",
"cenclave-lib-crypto>=1.0.0,<1.1.0"
]
dynamic = ["version"]
Expand Down

0 comments on commit 8f3dbac

Please sign in to comment.