modal 0.73.171__py3-none-any.whl → 0.73.173__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
@@ -2445,12 +2445,12 @@ class ClusterStats(google.protobuf.message.Message):
2445
2445
 
2446
2446
  APP_ID_FIELD_NUMBER: builtins.int
2447
2447
  TASK_IDS_FIELD_NUMBER: builtins.int
2448
- REGION_FIELD_NUMBER: builtins.int
2448
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
2449
2449
  STARTED_AT_FIELD_NUMBER: builtins.int
2450
2450
  app_id: builtins.str
2451
2451
  @property
2452
2452
  def task_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
2453
- region: builtins.str
2453
+ cluster_id: builtins.str
2454
2454
  started_at: builtins.float
2455
2455
  """Defined as start time of the first task in the cluster"""
2456
2456
  def __init__(
@@ -2458,10 +2458,10 @@ class ClusterStats(google.protobuf.message.Message):
2458
2458
  *,
2459
2459
  app_id: builtins.str = ...,
2460
2460
  task_ids: collections.abc.Iterable[builtins.str] | None = ...,
2461
- region: builtins.str = ...,
2461
+ cluster_id: builtins.str = ...,
2462
2462
  started_at: builtins.float = ...,
2463
2463
  ) -> None: ...
2464
- def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "region", b"region", "started_at", b"started_at", "task_ids", b"task_ids"]) -> None: ...
2464
+ def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "cluster_id", b"cluster_id", "started_at", b"started_at", "task_ids", b"task_ids"]) -> None: ...
2465
2465
 
2466
2466
  global___ClusterStats = ClusterStats
2467
2467
 
@@ -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 = 171 # git: 2193c1c
4
+ build_number = 173 # git: 69da997