From 7d7fea29939a352fe8b39b84b47ad69e0b817ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:39:34 +0000 Subject: [PATCH] deps: update fastapi requirement from >=0.110 to >=0.141.1 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.110.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85c8eee..7c730ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ ml = [ ] # API-слой и реальный индекс. api = [ - "fastapi>=0.110", + "fastapi>=0.141.1", "uvicorn[standard]>=0.52.4", "pydantic>=2.13.4", "psycopg[binary]>=3.1",