[Serve] Mark serve.start beta API (instead of stable) (#17956)

This commit is contained in:
Simon Mo 2021-08-20 14:36:48 -07:00 committed by GitHub
parent cd42d30d7b
commit 8236b7412e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@ class Client:
return handle
@PublicAPI
@PublicAPI(stability="beta")
def start(
detached: bool = False,
http_options: Optional[Union[dict, HTTPOptions]] = None,