From d0fd2cee784cb6c1f5a9047aaa26a37db43437b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:29:59 +0000 Subject: [PATCH] Update fastapi requirement from >=0.110.0 to >=0.136.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.110.0...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a64dda..22be3bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "fastapi>=0.110.0", + "fastapi>=0.136.0", "uvicorn[standard]>=0.27.0", "pydantic>=2.6.0", "pydantic-settings>=2.1.0",