From fb8d7ee6e2b40a06e36159598373464c4a2e3136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:05:52 +0000 Subject: [PATCH] Bump fastapi from 0.110.0 to 0.119.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.110.0 to 0.119.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.110.0...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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c7ffe8..1806934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "numpy==1.24.3", # API and monitoring - "fastapi==0.110.0", + "fastapi==0.119.0", "uvicorn==0.27.1", "prometheus-client==0.20.0" ] diff --git a/requirements.txt b/requirements.txt index aa12f0c..faf2287 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ numpy==1.24.3 matplotlib==3.7.1 # API and monitoring -fastapi==0.110.0 +fastapi==0.119.0 uvicorn==0.27.1 prometheus-client==0.20.0