From ad9e0f6d21ba6ce6fe61c8737d5f4d3055146fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:42:43 +0000 Subject: [PATCH] Update fastapi requirement from <0.113 to <0.115 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.1.11...0.114.0) --- updated-dependencies: - dependency-name: fastapi 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 56860b1..cf6b515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -181,7 +181,7 @@ release-cfr = [ "pyinstaller<7", ] service = [ - "fastapi<0.113", + "fastapi<0.115", "uvicorn<0.31", ] test = [