Skip to content

Commit 0e2ccb4

Browse files
committed
chore: update to API v0.29.1
1 parent 8cde3ab commit 0e2ccb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/binarylane/models/vm_machine_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class VmMachineType(str, Enum):
1111
PC_I440FX_5POINT0 = "pc_i440fx_5point0"
1212
PC_I440FX_5POINT1 = "pc_i440fx_5point1"
1313
PC_I440FX_7POINT2 = "pc_i440fx_7point2"
14+
PC_I440FX_8POINT2 = "pc_i440fx_8point2"
1415

1516
def __str__(self) -> str:
1617
return str(self.value)

0 commit comments

Comments
 (0)