From c901cb742fd26b0503995fcbb0f2ec8de75ee1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:43:45 +0000 Subject: [PATCH] deps(deps): update fastapi requirement from >=0.115 to >=0.136.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.115.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 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 acf9353..73962db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" dependencies = [ "ocrmypdf>=17.4.1", "pikepdf>=10.5.1", - "fastapi>=0.115", + "fastapi>=0.136.1", "uvicorn[standard]>=0.44.0", "python-multipart>=0.0.10", "img2pdf>=0.6.3",