From 1c424c8be3a0d893368495786a2a6e94211b511b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:08:54 +0000 Subject: [PATCH] build(deps): bump uvicorn in /samkhya-gpudb/scripts Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.47.0 to 0.51.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.47.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samkhya-gpudb/scripts/requirements-llm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samkhya-gpudb/scripts/requirements-llm.txt b/samkhya-gpudb/scripts/requirements-llm.txt index 1bbb378..f688276 100644 --- a/samkhya-gpudb/scripts/requirements-llm.txt +++ b/samkhya-gpudb/scripts/requirements-llm.txt @@ -1,3 +1,3 @@ # Primary Python LLM transport; current releases require Python 3.10+. fastapi==0.136.1; python_version >= "3.10" -uvicorn==0.47.0; python_version >= "3.10" +uvicorn==0.51.0; python_version >= "3.10"