From e53423bc2744db89f889a9b107d3c1a2ad236041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:13:54 +0000 Subject: [PATCH] Bump fastapi from 0.115.4 to 0.119.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.4 to 0.119.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.119.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.119.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..dd95c876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,7 +222,7 @@ dependencies = [ "asyncpg ==0.30.0", "dramatiq[redis] ==1.17.1", "email_validator ==2.2.0", - "fastapi ==0.115.4", + "fastapi ==0.119.0", "fief-client ==0.20.0", "furl ==2.1.3", "httpx-oauth ==0.15.1",