From 97dfaaa64de3043a058f4c24c6eba419939997eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 02:42:45 +0000 Subject: [PATCH] build(deps): update orjson requirement in /benchmark Updates the requirements on [orjson](https://github.com/ijl/orjson) to permit the latest version. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.9...3.12.0) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.12.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 985dbeb..af16f94 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -7,4 +7,4 @@ pytest-timeout>=2.4.0 # until a litellm release makes that import lazy; litellm[proxy] is NOT an # option (its granian pin is unresolvable). fastapi>=0.140.13 -orjson>=3.11.9 +orjson>=3.12.0