MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / UpdateInfo

Class UpdateInfo

app/version.py:32–40  ·  view source on GitHub ↗

Metadata about a TinyPilot update package. This data structure reflects the response of Gatekeeper’s `/available-update` routes.

Source from the content-addressed store, hash-verified

30
31@dataclasses.dataclass
32class UpdateInfo:
33 """Metadata about a TinyPilot update package.
34
35 This data structure reflects the response of Gatekeeper’s
36 `/available-update` routes.
37 """
38 version: str
39 kind: str
40 data: dict
41
42
43def _is_debug():

Callers 1

latest_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected