diff --git a/pyproject.toml b/pyproject.toml index 302a1b4e..0dbce7f2 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 = "^5.0.0" arko-wrapper = "^0.2.8" -fastapi = "^0.109.0" +fastapi = "^0.110.0" uvicorn = { extras = ["standard"], version = "^0.27.0" } sentry-sdk = "^1.31.0" GitPython = "^3.1.30"