We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046110a commit fed2d14Copy full SHA for fed2d14
pyproject.toml
@@ -5,11 +5,12 @@ description = "BSS file server API"
5
authors = [{ name = "Bence Csik", email = "[email protected]" }]
6
requires-python = "==3.14.0"
7
dependencies = [
8
- "fastapi[standard-no-fastapi-cloud-cli]==0.121.0",
+ "fastapi[all]==0.121.0",
9
"pillow==12.0.0",
10
# used to health check docker compose:
11
"requests==2.32.5",
12
- # fastapi is behind pydantic and uvloop major version:
+ # fastapi is behind pydantic and uvloop version:
13
+ # otherwise compalation fails
14
# remove them when fastapi supports python 3.14
15
"pydantic==2.12.3",
16
"uvloop==0.22.1",
0 commit comments