From 8565ce19fec269a8aaa18866646b95e48a2b6d0c Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Thu, 16 Oct 2025 21:41:56 +0200 Subject: [PATCH] FastAPI bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c79d3af..c4e6d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" authors = [{ name = "Piotr Dec" }] dependencies = [ - "fastapi>=0.115.0", + "fastapi>=0.119.0", "uvicorn[standard]>=0.30.0", "jinja2>=3.1.4", "pydantic-settings>=2.4.0",