From 769e0be7200ae12a7ad85c92924151973ef5a0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 22:39:12 +0000 Subject: [PATCH] Bump starlette in /infrastructure/efficient model inference/ray-server Bumps [starlette](https://github.com/Kludex/starlette) from 0.41.3 to 0.49.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.41.3...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../efficient model inference/ray-server/local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/efficient model inference/ray-server/local-requirements.txt b/infrastructure/efficient model inference/ray-server/local-requirements.txt index a09df82..8ca050b 100644 --- a/infrastructure/efficient model inference/ray-server/local-requirements.txt +++ b/infrastructure/efficient model inference/ray-server/local-requirements.txt @@ -2,4 +2,4 @@ llama_cpp_python==0.3.2 transformers==4.48.0 fastapi[all] ray==2.43.0 -starlette==0.41.3 \ No newline at end of file +starlette==0.49.1 \ No newline at end of file