modal 0.67.29__py3-none-any.whl → 0.67.31__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
modal_proto/api_pb2.pyi CHANGED
@@ -1806,12 +1806,14 @@ class CheckpointInfo(google.protobuf.message.Message):
1806
1806
  RUNTIME_FINGERPRINT_FIELD_NUMBER: builtins.int
1807
1807
  SIZE_FIELD_NUMBER: builtins.int
1808
1808
  CHECKSUM_IS_FILE_INDEX_FIELD_NUMBER: builtins.int
1809
+ ORIGINAL_TASK_ID_FIELD_NUMBER: builtins.int
1809
1810
  checksum: builtins.str
1810
1811
  status: global___CheckpointStatus.ValueType
1811
1812
  checkpoint_id: builtins.str
1812
1813
  runtime_fingerprint: builtins.str
1813
1814
  size: builtins.int
1814
1815
  checksum_is_file_index: builtins.bool
1816
+ original_task_id: builtins.str
1815
1817
  def __init__(
1816
1818
  self,
1817
1819
  *,
@@ -1821,8 +1823,9 @@ class CheckpointInfo(google.protobuf.message.Message):
1821
1823
  runtime_fingerprint: builtins.str = ...,
1822
1824
  size: builtins.int = ...,
1823
1825
  checksum_is_file_index: builtins.bool = ...,
1826
+ original_task_id: builtins.str = ...,
1824
1827
  ) -> None: ...
1825
- def ClearField(self, field_name: typing_extensions.Literal["checkpoint_id", b"checkpoint_id", "checksum", b"checksum", "checksum_is_file_index", b"checksum_is_file_index", "runtime_fingerprint", b"runtime_fingerprint", "size", b"size", "status", b"status"]) -> None: ...
1828
+ def ClearField(self, field_name: typing_extensions.Literal["checkpoint_id", b"checkpoint_id", "checksum", b"checksum", "checksum_is_file_index", b"checksum_is_file_index", "original_task_id", b"original_task_id", "runtime_fingerprint", b"runtime_fingerprint", "size", b"size", "status", b"status"]) -> None: ...
1826
1829
 
1827
1830
  global___CheckpointInfo = CheckpointInfo
1828
1831
 
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2024
2
2
 
3
3
  # Note: Reset this value to -1 whenever you make a minor `0.X` release of the client.
4
- build_number = 29 # git: 8fcd26e
4
+ build_number = 31 # git: 88e35c3