Skip to content

Commit 046110a

Browse files
committed
chore: update pyproject.toml and uv.lock to use uv_build and remove unused dependencies
1 parent 104f7eb commit 046110a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ description = "BSS file server API"
55
authors = [{ name = "Bence Csik", email = "[email protected]" }]
66
requires-python = "==3.14.0"
77
dependencies = [
8-
"fastapi[all]==0.121.0",
8+
"fastapi[standard-no-fastapi-cloud-cli]==0.121.0",
99
"pillow==12.0.0",
1010
# used to health check docker compose:
1111
"requests==2.32.5",
12+
# fastapi is behind pydantic and uvloop major version:
13+
# remove them when fastapi supports python 3.14
14+
"pydantic==2.12.3",
15+
"uvloop==0.22.1",
1216
]
1317

1418
[dependency-groups]

0 commit comments

Comments
 (0)