1 Commits

Author SHA1 Message Date
Renovate Bot
3144bfdcd8 Update dependency fastapi to v0.135.1
Some checks failed
renovate/artifacts Artifact file update failure
CI / backend-tests (pull_request) Successful in 27s
CI / frontend-tests (pull_request) Successful in 28s
2026-03-20 14:28:35 +00:00

View File

@@ -5,7 +5,7 @@ description = "Backend API for Another Nuzlocke Tracker"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi==0.128.4",
"fastapi==0.135.1",
"uvicorn[standard]==0.40.0",
"pydantic==2.12.5",
"pydantic-settings==2.12.0",