(feat) use background tasks forwarding and add missing documentation

This commit is contained in:
Nicolas Sebastian Schuler
2025-07-16 09:48:37 +02:00
parent 128a3b8809
commit 8b13bdbb6d
4 changed files with 99 additions and 6 deletions

View File

@@ -7,3 +7,9 @@ requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.116.1",
]
[tool.uv]
dev-dependencies = [
"httpx>=0.28.1",
"pytest>=8.4.1",
]