⬆️ Cancel the version pinning of FastAPI

It seems I misunderstood something before...
This commit is contained in:
洛水居室 2023-12-05 22:57:46 +08:00
parent c5df7a46c3
commit 827756b9f8
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -31,7 +31,7 @@ pytest-asyncio = { version = "^0.23.2", optional = true }
flaky = { version = "^3.7.0", optional = true } flaky = { version = "^3.7.0", optional = true }
lxml = "^4.9.2" lxml = "^4.9.2"
arko-wrapper = "^0.2.8" arko-wrapper = "^0.2.8"
fastapi = "<0.100.0" fastapi = "^0.100.0"
uvicorn = { extras = ["standard"], version = "^0.24.0" } uvicorn = { extras = ["standard"], version = "^0.24.0" }
sentry-sdk = "^1.31.0" sentry-sdk = "^1.31.0"
GitPython = "^3.1.30" GitPython = "^3.1.30"