diff --git a/pyproject.toml b/pyproject.toml index ad039eae7..b143946d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ dependencies = [ "trl>=0.21,<0.22", "typer", # Used by CLI "typing_extensions", # Backports of typing updates to python 3.9 + "uvicorn<0.36.0", # TODO: Remove on resolution of https://github.com/skypilot-org/skypilot/issues/7303 "wandb>=0.21,<0.22", # Logging to Weights and Biases. ]