Skip to content

Commit 2fa305e

Browse files
committed
revert grianian change
1 parent dd3a84c commit 2fa305e

3 files changed

Lines changed: 5 additions & 66 deletions

File tree

app/entry.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ def run_granian():
1515
"uv",
1616
"run",
1717
"-m",
18-
"granian",
19-
"--interface",
20-
"asgi",
18+
"uvicorn",
2119
"--host",
2220
host,
2321
"--port",
@@ -41,9 +39,7 @@ def run_uvicorn():
4139
"uv",
4240
"run",
4341
"-m",
44-
"granian",
45-
"--interface",
46-
"asgi",
42+
"uvicorn",
4743
"app.main:app",
4844
"--host",
4945
host,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies = [
1010
"fastapi[standard]==0.116.1",
1111
"google-api-python-client~=2.179.0",
1212
"google-auth~=2.40.3",
13-
"granian>=2.5.1",
1413
"jinja2==3.1.6",
1514
"joserfc==1.3.1",
1615
"passes-rs-py==3.0.1",
@@ -24,6 +23,7 @@ dependencies = [
2423
"sqlmodel==0.0.24",
2524
"stripe==12.4.0",
2625
"typing-extensions~=4.15.0",
26+
"uvicorn>=0.35.0",
2727
]
2828

2929
[dependency-groups]

uv.lock

Lines changed: 2 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)