From ee2ef97c212a279aaef99b9c1f02e5da165b0103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:44:11 +0000 Subject: [PATCH] chore(deps): update fastapi requirement from >=0.139.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.139.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad684b6d..f3ea4559 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,6 +42,6 @@ nest-asyncio # --- v0.7.0: ari-registry server (optional; only needed if you run # `ari registry serve`). The publish backend uses urllib so these are # not required for `ari ear publish` / `ari clone`. -fastapi>=0.139.0 +fastapi>=0.141.1 uvicorn[standard]>=0.27 python-multipart>=0.0.9