From 602db08d2951b9149998341fb35d30ee71276786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:26:09 +0000 Subject: [PATCH] build(deps): bump fastapi in /samkhya-gpudb/scripts Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.1 to 0.140.13. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.140.13) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.13 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..130849e 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.140.13; python_version >= "3.10" uvicorn==0.47.0; python_version >= "3.10"