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 104f7eb commit 046110aCopy full SHA for 046110a
pyproject.toml
@@ -5,10 +5,14 @@ description = "BSS file server API"
5
authors = [{ name = "Bence Csik", email = "[email protected]" }]
6
requires-python = "==3.14.0"
7
dependencies = [
8
- "fastapi[all]==0.121.0",
+ "fastapi[standard-no-fastapi-cloud-cli]==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:
13
+ # remove them when fastapi supports python 3.14
14
+ "pydantic==2.12.3",
15
+ "uvloop==0.22.1",
16
]
17
18
[dependency-groups]
0 commit comments