From 827756b9f8c811134118e425e8c068595504657b 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:57:46 +0800 Subject: [PATCH] :arrow_up: Cancel the version pinning of FastAPI It seems I misunderstood something before... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 492ae63e..5d948744 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.100.0" uvicorn = { extras = ["standard"], version = "^0.24.0" } sentry-sdk = "^1.31.0" GitPython = "^3.1.30"