MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / base_version

Method base_version

test/cloudtest/test_upgrade.py:44–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 """A Platform Checks scenario that performs an upgrade in cloudtest/K8s"""
43
44 def base_version(self) -> MzVersion:
45 return get_previous_published_version(
46 MzVersion.parse_cargo(), previous_minor=True
47 )
48
49 def actions(self) -> list[Action]:
50 return [

Callers

nothing calls this directly

Calls 2

parse_cargoMethod · 0.80

Tested by

no test coverage detected