diff --git a/services/actions/pyproject.toml b/services/actions/pyproject.toml index d7e8111d..75d02d49 100644 --- a/services/actions/pyproject.toml +++ b/services/actions/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" -fastapi = ">=0.109,<0.137" +fastapi = ">=0.109,<0.138" uvicorn = {extras = ["standard"], version = ">=0.27,<0.50"} pydantic = "^2.5.0" pydantic-settings = "^2.1.0"