modal 0.73.56__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/client.pyi +2 -2
- {modal-0.73.56.dist-info → modal-0.73.57.dist-info}/METADATA +1 -1
- {modal-0.73.56.dist-info → modal-0.73.57.dist-info}/RECORD +11 -11
- modal_proto/api.proto +0 -1
- modal_proto/api_pb2.py +432 -432
- modal_proto/api_pb2.pyi +1 -4
- modal_version/_version_generated.py +1 -1
- {modal-0.73.56.dist-info → modal-0.73.57.dist-info}/LICENSE +0 -0
- {modal-0.73.56.dist-info → modal-0.73.57.dist-info}/WHEEL +0 -0
- {modal-0.73.56.dist-info → modal-0.73.57.dist-info}/entry_points.txt +0 -0
- {modal-0.73.56.dist-info → modal-0.73.57.dist-info}/top_level.txt +0 -0
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", "
|
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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|