modal 1.1.3.dev4__py3-none-any.whl → 1.1.3.dev6__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/client.pyi +2 -2
- modal/image.py +2 -1
- modal/image.pyi +4 -2
- {modal-1.1.3.dev4.dist-info → modal-1.1.3.dev6.dist-info}/METADATA +1 -1
- {modal-1.1.3.dev4.dist-info → modal-1.1.3.dev6.dist-info}/RECORD +13 -13
- modal_proto/api.proto +2 -0
- modal_proto/api_pb2.py +493 -493
- modal_proto/api_pb2.pyi +4 -0
- modal_version/__init__.py +1 -1
- {modal-1.1.3.dev4.dist-info → modal-1.1.3.dev6.dist-info}/WHEEL +0 -0
- {modal-1.1.3.dev4.dist-info → modal-1.1.3.dev6.dist-info}/entry_points.txt +0 -0
- {modal-1.1.3.dev4.dist-info → modal-1.1.3.dev6.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.3.dev4.dist-info → modal-1.1.3.dev6.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -6378,6 +6378,8 @@ class GenericResult(google.protobuf.message.Message):
|
|
6378
6378
|
Terminates the function and all remaining inputs.
|
6379
6379
|
"""
|
6380
6380
|
GENERIC_STATUS_INTERNAL_FAILURE: GenericResult._GenericStatus.ValueType # 6
|
6381
|
+
GENERIC_STATUS_IDLE_TIMEOUT: GenericResult._GenericStatus.ValueType # 7
|
6382
|
+
"""Used when sandboxes are terminated due to idle_timeout"""
|
6381
6383
|
|
6382
6384
|
class GenericStatus(_GenericStatus, metaclass=_GenericStatusEnumTypeWrapper): ...
|
6383
6385
|
GENERIC_STATUS_UNSPECIFIED: GenericResult.GenericStatus.ValueType # 0
|
@@ -6391,6 +6393,8 @@ class GenericResult(google.protobuf.message.Message):
|
|
6391
6393
|
Terminates the function and all remaining inputs.
|
6392
6394
|
"""
|
6393
6395
|
GENERIC_STATUS_INTERNAL_FAILURE: GenericResult.GenericStatus.ValueType # 6
|
6396
|
+
GENERIC_STATUS_IDLE_TIMEOUT: GenericResult.GenericStatus.ValueType # 7
|
6397
|
+
"""Used when sandboxes are terminated due to idle_timeout"""
|
6394
6398
|
|
6395
6399
|
STATUS_FIELD_NUMBER: builtins.int
|
6396
6400
|
EXCEPTION_FIELD_NUMBER: builtins.int
|
modal_version/__init__.py
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|