MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_latest_release

Method get_latest_release

aura/package.py:105–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 return self.info["info"]["project_urls"].get("Documentation")
104
105 def get_latest_release(self) -> str:
106 return self.info["info"]["version"]
107
108 def get_dependencies(self) -> Generator[Requirement, None, None]:
109 deps = self.info["info"].get("requires_dist", [])

Callers 6

filter_package_typesMethod · 0.95
_yield_cmp_versionsMethod · 0.95
check_outdatedFunction · 0.80
analyzeFunction · 0.80
analyzer_poetry_lockFunction · 0.80
get_pathsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected