From 35b7b1046b79b7e2142d5683973b7c5d4adf996a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:32:59 +0000 Subject: [PATCH] Update fastapi requirement from <0.112 to <0.113 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.112.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 57888a59..30f1f868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ release-cfr = [ "pyinstaller<7", ] service = [ - "fastapi<0.112", + "fastapi<0.113", "uvicorn<0.31", ] test = [