aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5ef3358..369ad82 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ description = "SourceHut contribution calendar API built with FastAPI"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
- "fastapi>=0.115,<1.0",
+ "fastapi>=0.141.1,<1.0",
"uvicorn[standard]>=0.30,<1.0",
"httpx>=0.27,<1.0",
"sqlalchemy>=2.0,<3.0",