Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gpustack/gpustack
/ UpdateResponse
Class
UpdateResponse
gpustack/server/update_check.py:24–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
class
UpdateResponse(BaseModel):
25
latest_version: str
26
27
28
async
def
get_update(update_check_url: Optional[str] = None) -> UpdateResponse:
Callers
3
update
Function · 0.90
get_update
Function · 0.85
do_get_update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected