modal 1.0.5.dev31__py3-none-any.whl → 1.0.6.dev0__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.
Potentially problematic release.
This version of modal might be problematic. Click here for more details.
- modal/client.pyi +2 -2
- {modal-1.0.5.dev31.dist-info → modal-1.0.6.dev0.dist-info}/METADATA +1 -1
- {modal-1.0.5.dev31.dist-info → modal-1.0.6.dev0.dist-info}/RECORD +11 -11
- modal_proto/api.proto +1 -0
- modal_proto/api_pb2.py +892 -892
- modal_proto/api_pb2.pyi +4 -1
- modal_version/__init__.py +1 -1
- {modal-1.0.5.dev31.dist-info → modal-1.0.6.dev0.dist-info}/WHEEL +0 -0
- {modal-1.0.5.dev31.dist-info → modal-1.0.6.dev0.dist-info}/entry_points.txt +0 -0
- {modal-1.0.5.dev31.dist-info → modal-1.0.6.dev0.dist-info}/licenses/LICENSE +0 -0
- {modal-1.0.5.dev31.dist-info → modal-1.0.6.dev0.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
|
@@ -1011,6 +1011,7 @@ class AppGetLogsRequest(google.protobuf.message.Message):
|
|
|
1011
1011
|
TASK_ID_FIELD_NUMBER: builtins.int
|
|
1012
1012
|
FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
|
|
1013
1013
|
FILE_DESCRIPTOR_FIELD_NUMBER: builtins.int
|
|
1014
|
+
SANDBOX_ID_FIELD_NUMBER: builtins.int
|
|
1014
1015
|
app_id: builtins.str
|
|
1015
1016
|
timeout: builtins.float
|
|
1016
1017
|
last_entry_id: builtins.str
|
|
@@ -1019,6 +1020,7 @@ class AppGetLogsRequest(google.protobuf.message.Message):
|
|
|
1019
1020
|
task_id: builtins.str
|
|
1020
1021
|
function_call_id: builtins.str
|
|
1021
1022
|
file_descriptor: global___FileDescriptor.ValueType
|
|
1023
|
+
sandbox_id: builtins.str
|
|
1022
1024
|
def __init__(
|
|
1023
1025
|
self,
|
|
1024
1026
|
*,
|
|
@@ -1030,8 +1032,9 @@ class AppGetLogsRequest(google.protobuf.message.Message):
|
|
|
1030
1032
|
task_id: builtins.str = ...,
|
|
1031
1033
|
function_call_id: builtins.str = ...,
|
|
1032
1034
|
file_descriptor: global___FileDescriptor.ValueType = ...,
|
|
1035
|
+
sandbox_id: builtins.str = ...,
|
|
1033
1036
|
) -> None: ...
|
|
1034
|
-
def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "file_descriptor", b"file_descriptor", "function_call_id", b"function_call_id", "function_id", b"function_id", "input_id", b"input_id", "last_entry_id", b"last_entry_id", "task_id", b"task_id", "timeout", b"timeout"]) -> None: ...
|
|
1037
|
+
def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "file_descriptor", b"file_descriptor", "function_call_id", b"function_call_id", "function_id", b"function_id", "input_id", b"input_id", "last_entry_id", b"last_entry_id", "sandbox_id", b"sandbox_id", "task_id", b"task_id", "timeout", b"timeout"]) -> None: ...
|
|
1035
1038
|
|
|
1036
1039
|
global___AppGetLogsRequest = AppGetLogsRequest
|
|
1037
1040
|
|
modal_version/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|