From c81139369f988ef94996ab01ef1c698b901299d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:57:56 +0000 Subject: [PATCH] chore(deps): update fastapi requirement Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.9...0.120.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d24e1bc..329bc09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Rui Vieira" }, { name = "TrustyAI team" }] requires-python = "~=3.11" readme = "README.md" dependencies = [ - "fastapi>=0.115.9,<0.117", + "fastapi>=0.115.9,<0.121", "fastapi-utils>=0.8.0", "typing-inspect==0.9.0", "pandas>=2.2.3,<3",