diff --git a/pyproject.toml b/pyproject.toml index 64e1fdd..47e1026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" skypilot = "*" -fastapi = "0.112.2" +fastapi = "0.115.0" supabase = "*" pytest = "*" torch = "*"