Skip to content

FastAPI

uv command

1
uv add fastapi

pyproject.toml

pyproject.toml
1
2
3
4
[project]
dependencies = [
    "fastapi>=0.115.6",
]