Skip to content

Commit fed2d14

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ description = "BSS file server API"
55
authors = [{ name = "Bence Csik", email = "[email protected]" }]
66
requires-python = "==3.14.0"
77
dependencies = [
8-
"fastapi[standard-no-fastapi-cloud-cli]==0.121.0",
8+
"fastapi[all]==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:
12+
# fastapi is behind pydantic and uvloop version:
13+
# otherwise compalation fails
1314
# remove them when fastapi supports python 3.14
1415
"pydantic==2.12.3",
1516
"uvloop==0.22.1",

0 commit comments

Comments
 (0)