Skip to content

Commit 741fcfb

Browse files
committed
chore: update fastapi and uvicorn
1 parent e20160f commit 741fcfb

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ dependencies = [
1111
"PyJWT>=2.10.1",
1212
"PyYAML>=6.0.2",
1313
"alembic>=1.15.2",
14-
"anyio==4.2.0",
1514
"bcrypt==5.0.0",
1615
"click>=8.1.8",
1716
"commentjson==0.9.0",
1817
"cryptography==46.0.3",
19-
"fastapi>=0.115.12",
18+
"fastapi>=0.124.0",
2019
"jdatetime>=5.2.0",
2120
"psutil==5.9.4",
2221
"pydantic>=2.12.5",
@@ -26,7 +25,7 @@ dependencies = [
2625
"python-multipart>=0.0.7",
2726
"qrcode>=8.1",
2827
"rich>=13.7.1",
29-
"uvicorn==0.27.0.post1",
28+
"uvicorn==0.38.0",
3029
"sse-starlette>=2.1.3",
3130
"httpx>=0.28.1",
3231
"packaging>=24.2",

uv.lock

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

0 commit comments

Comments
 (0)