Skip to content

Commit 6afd7cc

Browse files
authored
feat: use standard-no-fastapi-cloud-cli version of FastAPI (#257)
Replace `fastapi[all]` with `fastapi[standard-no-fastapi-cloud-cli]`
1 parent 0ac57d3 commit 6afd7cc

File tree

2 files changed

+21
-127
lines changed

2 files changed

+21
-127
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ description = "BSS file server API"
55
authors = [{ name = "Bence Csik", email = "[email protected]" }]
66
requires-python = "==3.12.12"
77
dependencies = [
8-
"fastapi[all]==0.121.1",
8+
"fastapi[standard-no-fastapi-cloud-cli]==0.121.1",
99
"pillow==12.0.0",
10+
# this should be part of standard-no-fastapi-cloud-cli, but is missing:
11+
"pydantic-settings==2.12.0",
1012
# used to health check docker compose:
1113
"requests==2.32.5",
1214
]

0 commit comments

Comments
 (0)