From bc0f6c86d50c72e817a07f1b4adc1e939273ceff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Tue, 5 Dec 2023 22:58:28 +0800 Subject: [PATCH] :arrow_up: Update fastapi requirement from ^0.100.0 to ^0.104.1 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.1.11...0.104.1) --- updated-dependencies: - dependency-name: fastapi - dependency-type: direct:production ... Signed-off-by: luoshuijs Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d948744..5b15a100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest-asyncio = { version = "^0.23.2", optional = true } flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.2" arko-wrapper = "^0.2.8" -fastapi = "^0.100.0" +fastapi = "^0.104.1" uvicorn = { extras = ["standard"], version = "^0.24.0" } sentry-sdk = "^1.31.0" GitPython = "^3.1.30"