MCPcopy
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
24class UpdateResponse(BaseModel):
25 latest_version: str
26
27
28async def get_update(update_check_url: Optional[str] = None) -> UpdateResponse:

Callers 3

updateFunction · 0.90
get_updateFunction · 0.85
do_get_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected