modal 0.73.98__py3-none-any.whl → 0.73.100__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
@@ -6166,15 +6166,18 @@ class NotebookKernelPublishResultsRequest(google.protobuf.message.Message):
6166
6166
 
6167
6167
  STATUS_FIELD_NUMBER: builtins.int
6168
6168
  EXECUTION_COUNT_FIELD_NUMBER: builtins.int
6169
+ DURATION_FIELD_NUMBER: builtins.int
6169
6170
  status: builtins.str
6170
6171
  execution_count: builtins.int
6172
+ duration: builtins.float
6171
6173
  def __init__(
6172
6174
  self,
6173
6175
  *,
6174
6176
  status: builtins.str = ...,
6175
6177
  execution_count: builtins.int = ...,
6178
+ duration: builtins.float = ...,
6176
6179
  ) -> None: ...
6177
- def ClearField(self, field_name: typing_extensions.Literal["execution_count", b"execution_count", "status", b"status"]) -> None: ...
6180
+ def ClearField(self, field_name: typing_extensions.Literal["duration", b"duration", "execution_count", b"execution_count", "status", b"status"]) -> None: ...
6178
6181
 
6179
6182
  class CellResult(google.protobuf.message.Message):
6180
6183
  """IOPub message or reply received from the kernel for a cell."""
@@ -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 = 98 # git: 6c9bf9e
4
+ build_number = 100 # git: 060e855