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