modal 0.72.40__py3-none-any.whl → 0.72.41__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_proto/api_pb2.pyi CHANGED
@@ -948,6 +948,7 @@ class AppGetLogsRequest(google.protobuf.message.Message):
948
948
  FUNCTION_ID_FIELD_NUMBER: builtins.int
949
949
  INPUT_ID_FIELD_NUMBER: builtins.int
950
950
  TASK_ID_FIELD_NUMBER: builtins.int
951
+ FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
951
952
  FILE_DESCRIPTOR_FIELD_NUMBER: builtins.int
952
953
  app_id: builtins.str
953
954
  timeout: builtins.float
@@ -955,6 +956,7 @@ class AppGetLogsRequest(google.protobuf.message.Message):
955
956
  function_id: builtins.str
956
957
  input_id: builtins.str
957
958
  task_id: builtins.str
959
+ function_call_id: builtins.str
958
960
  file_descriptor: global___FileDescriptor.ValueType
959
961
  def __init__(
960
962
  self,
@@ -965,9 +967,10 @@ class AppGetLogsRequest(google.protobuf.message.Message):
965
967
  function_id: builtins.str = ...,
966
968
  input_id: builtins.str = ...,
967
969
  task_id: builtins.str = ...,
970
+ function_call_id: builtins.str = ...,
968
971
  file_descriptor: global___FileDescriptor.ValueType = ...,
969
972
  ) -> None: ...
970
- def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "file_descriptor", b"file_descriptor", "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: ...
973
+ 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: ...
971
974
 
972
975
  global___AppGetLogsRequest = AppGetLogsRequest
973
976
 
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
 
3
3
  # Note: Reset this value to -1 whenever you make a minor `0.X` release of the client.
4
- build_number = 40 # git: 12d47a9
4
+ build_number = 41 # git: c55d614