From 6ed8e9ff64b1c2c49fab742b396b56df98593106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:41:23 +0000 Subject: [PATCH] Update fastapi requirement from ==0.99.* to >=0.99,<0.104 Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.99.0...0.103.1) --- 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 993866421..015df7cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers=[ "Operating System :: MacOS :: MacOS X", ] dependencies = [ - "fastapi==0.99.*", + "fastapi>=0.99,<0.104", "uvicorn==0.22.*", "numpy>=1.23,<1.26", "aiofiles",