modal 0.67.28__py3-none-any.whl → 0.67.32__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/_container_entrypoint.py +3 -1
- modal/client.pyi +2 -2
- modal/cls.py +1 -1
- modal/functions.pyi +6 -6
- {modal-0.67.28.dist-info → modal-0.67.32.dist-info}/METADATA +1 -1
- {modal-0.67.28.dist-info → modal-0.67.32.dist-info}/RECORD +14 -14
- modal_proto/api.proto +1 -0
- modal_proto/api_pb2.py +658 -658
- modal_proto/api_pb2.pyi +4 -1
- modal_version/_version_generated.py +1 -1
- {modal-0.67.28.dist-info → modal-0.67.32.dist-info}/LICENSE +0 -0
- {modal-0.67.28.dist-info → modal-0.67.32.dist-info}/WHEEL +0 -0
- {modal-0.67.28.dist-info → modal-0.67.32.dist-info}/entry_points.txt +0 -0
- {modal-0.67.28.dist-info → modal-0.67.32.dist-info}/top_level.txt +0 -0
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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|