fix(deps): update dependency fastapi to ^0.117.0
Some checks failed
Build and Publish Docker Image / build (pull_request) Failing after 41s

This commit is contained in:
Renovate Bot
2025-09-21 00:07:17 +00:00
parent 888195771c
commit 4ca3d20bdc
2 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.116.0"}
fastapi = {extras = ["standard"], version = "^0.117.0"}
weasyprint = "^63.0"
logfire = {extras = ["fastapi"], version = "^4.0.0"}