From 6ce55a3006d9eba2ff55ee9698d80eae1c8c42c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 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.139.2...0.140.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 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 7d7c100..29bf306 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.139.2 +fastapi>=0.140.0 orjson>=3.11.9