chore(deps): update dependency uvicorn to v0.42.0
Some checks failed
CI / backend-tests (pull_request) Successful in 26s
CI / backend-tests (push) Has been cancelled
CI / frontend-tests (push) Has been cancelled
CI / frontend-tests (pull_request) Successful in 46s

This commit was merged in pull request #54.
This commit is contained in:
Renovate Bot
2026-03-20 18:02:41 +00:00
committed by TheFurya
parent 803f5bb8be
commit cac675a5c7
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi==0.135.1",
"uvicorn[standard]==0.40.0",
"uvicorn[standard]==0.42.0",
"pydantic==2.12.5",
"pydantic-settings==2.12.0",
"python-dotenv==1.2.2",