modal 0.73.79__py3-none-any.whl → 0.73.80__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
@@ -1957,7 +1957,7 @@ class CheckpointInfo(google.protobuf.message.Message):
1957
1957
  SIZE_FIELD_NUMBER: builtins.int
1958
1958
  CHECKSUM_IS_FILE_INDEX_FIELD_NUMBER: builtins.int
1959
1959
  ORIGINAL_TASK_ID_FIELD_NUMBER: builtins.int
1960
- SNAPSHOT_VERSION_FIELD_NUMBER: builtins.int
1960
+ RUNSC_RUNTIME_VERSION_FIELD_NUMBER: builtins.int
1961
1961
  checksum: builtins.str
1962
1962
  status: global___CheckpointStatus.ValueType
1963
1963
  checkpoint_id: builtins.str
@@ -1965,8 +1965,7 @@ class CheckpointInfo(google.protobuf.message.Message):
1965
1965
  size: builtins.int
1966
1966
  checksum_is_file_index: builtins.bool
1967
1967
  original_task_id: builtins.str
1968
- snapshot_version: builtins.int
1969
- """snapshot version used to take the checkpoint"""
1968
+ runsc_runtime_version: builtins.str
1970
1969
  def __init__(
1971
1970
  self,
1972
1971
  *,
@@ -1977,9 +1976,9 @@ class CheckpointInfo(google.protobuf.message.Message):
1977
1976
  size: builtins.int = ...,
1978
1977
  checksum_is_file_index: builtins.bool = ...,
1979
1978
  original_task_id: builtins.str = ...,
1980
- snapshot_version: builtins.int = ...,
1979
+ runsc_runtime_version: builtins.str = ...,
1981
1980
  ) -> None: ...
1982
- 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", "snapshot_version", b"snapshot_version", "status", b"status"]) -> None: ...
1981
+ 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", "runsc_runtime_version", b"runsc_runtime_version", "runtime_fingerprint", b"runtime_fingerprint", "size", b"size", "status", b"status"]) -> None: ...
1983
1982
 
1984
1983
  global___CheckpointInfo = CheckpointInfo
1985
1984
 
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
 
3
3
  # Note: Reset this value to -1 whenever you make a minor `0.X` release of the client.
4
- build_number = 79 # git: defd347
4
+ build_number = 80 # git: ba0bed2