modal 0.73.79__py3-none-any.whl → 0.73.81__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/_partial_function.py +1 -26
- modal/client.pyi +2 -2
- modal/functions.pyi +6 -6
- modal/partial_function.pyi +0 -3
- {modal-0.73.79.dist-info → modal-0.73.81.dist-info}/METADATA +1 -1
- {modal-0.73.79.dist-info → modal-0.73.81.dist-info}/RECORD +14 -14
- modal_proto/api.proto +2 -2
- modal_proto/api_pb2.py +718 -718
- modal_proto/api_pb2.pyi +4 -5
- modal_version/_version_generated.py +1 -1
- {modal-0.73.79.dist-info → modal-0.73.81.dist-info}/LICENSE +0 -0
- {modal-0.73.79.dist-info → modal-0.73.81.dist-info}/WHEEL +0 -0
- {modal-0.73.79.dist-info → modal-0.73.81.dist-info}/entry_points.txt +0 -0
- {modal-0.73.79.dist-info → modal-0.73.81.dist-info}/top_level.txt +0 -0
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
|
-
|
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
|
-
|
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
|
-
|
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", "
|
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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|