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_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
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
  """Supplies the current version of the modal client library."""
3
3
 
4
- __version__ = "1.0.5.dev31"
4
+ __version__ = "1.0.6.dev0"