modal 0.73.55__py3-none-any.whl → 0.73.57__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
@@ -5400,19 +5400,16 @@ class FunctionStats(google.protobuf.message.Message):
5400
5400
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
5401
5401
 
5402
5402
  BACKLOG_FIELD_NUMBER: builtins.int
5403
- NUM_ACTIVE_TASKS_FIELD_NUMBER: builtins.int
5404
5403
  NUM_TOTAL_TASKS_FIELD_NUMBER: builtins.int
5405
5404
  backlog: builtins.int
5406
- num_active_tasks: builtins.int
5407
5405
  num_total_tasks: builtins.int
5408
5406
  def __init__(
5409
5407
  self,
5410
5408
  *,
5411
5409
  backlog: builtins.int = ...,
5412
- num_active_tasks: builtins.int = ...,
5413
5410
  num_total_tasks: builtins.int = ...,
5414
5411
  ) -> None: ...
5415
- def ClearField(self, field_name: typing_extensions.Literal["backlog", b"backlog", "num_active_tasks", b"num_active_tasks", "num_total_tasks", b"num_total_tasks"]) -> None: ...
5412
+ def ClearField(self, field_name: typing_extensions.Literal["backlog", b"backlog", "num_total_tasks", b"num_total_tasks"]) -> None: ...
5416
5413
 
5417
5414
  global___FunctionStats = FunctionStats
5418
5415
 
@@ -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 = 55 # git: 4d645ae
4
+ build_number = 57 # git: 0890d83