Update dependency fastapi to v0.135.1
Some checks failed
CI / backend-tests (pull_request) Successful in 24s
CI / frontend-tests (pull_request) Successful in 27s
CI / backend-tests (push) Successful in 26s
CI / frontend-tests (push) Has been cancelled

This commit was merged in pull request #46.
This commit is contained in:
Renovate Bot
2026-03-20 14:49:42 +00:00
parent 24c60e2e28
commit 5905142981
2 changed files with 5 additions and 5 deletions

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",