From 96944c5807bd461234b7ca8aba1bbf1bb050812d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:13:32 +0000 Subject: [PATCH] build(deps): update fastapi requirement from >=0.140.0 to >=0.141.1 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.140.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.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 4d1d1f0ec..b9ed60cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ dependencies = [ # Natural language processing "nltk>=3.10.0", # ARIEL Web Interface (FastAPI server) - "fastapi>=0.140.0", + "fastapi>=0.141.1", "uvicorn[standard]>=0.51.0", # OIDC client + JOSE (token verification) for the multi-user web-terminal # auth sidecar. Declared explicitly rather than relied on as fastmcp's