From a0731b1aa454622dc9190a5df4d21a147156d28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:13:30 +0000 Subject: [PATCH] Bump fastapi from 0.115.4 to 0.119.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.4 to 0.119.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.119.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.119.1 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..446077c8 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.1", "fief-client ==0.20.0", "furl ==2.1.3", "httpx-oauth ==0.15.1",