From 34fc7f29a35d521470049ac1b93be44c5e72c525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:08:59 +0000 Subject: [PATCH] build(deps): bump fastapi in /samkhya-gpudb/scripts Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.1 to 0.139.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.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..7a56079 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" +fastapi==0.139.0; python_version >= "3.10" uvicorn==0.47.0; python_version >= "3.10"