From cd8c0d4ac46adb0d54843a8a23d8af959bad341d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:42:45 +0000 Subject: [PATCH] build(deps): update fastapi requirement in /benchmark 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.13...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt index 985dbeb..740c488 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -6,5 +6,5 @@ pytest-timeout>=2.4.0 # deps from completion() (litellm.responses.mcp → litellm.proxy.*). Declare them # until a litellm release makes that import lazy; litellm[proxy] is NOT an # option (its granian pin is unresolvable). -fastapi>=0.140.13 +fastapi>=0.141.1 orjson>=3.11.9