From 38450472bfeb8ce446c0b1dff274729f3c5ca811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:26:46 +0000 Subject: [PATCH] deps(deps): update fastapi requirement from >=0.136.3 to >=0.137.0 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...0.137.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7117aef..2be71de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Python Cellium Agent - 依赖包 # Web 框架 -fastapi>=0.136.3 +fastapi>=0.137.0 uvicorn[standard]>=0.49.0 pydantic>=2.13.4 python-multipart>=0.0.32