modal 0.73.49__py3-none-any.whl → 0.73.50__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.49.dist-info → modal-0.73.50.dist-info}/METADATA +1 -1
- {modal-0.73.49.dist-info → modal-0.73.50.dist-info}/RECORD +11 -11
- modal_proto/api.proto +1 -0
- modal_proto/api_pb2.py +482 -482
- modal_proto/api_pb2.pyi +5 -1
- modal_version/_version_generated.py +1 -1
- {modal-0.73.49.dist-info → modal-0.73.50.dist-info}/LICENSE +0 -0
- {modal-0.73.49.dist-info → modal-0.73.50.dist-info}/WHEEL +0 -0
- {modal-0.73.49.dist-info → modal-0.73.50.dist-info}/entry_points.txt +0 -0
- {modal-0.73.49.dist-info → modal-0.73.50.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -4721,6 +4721,7 @@ class FunctionGetOutputsItem(google.protobuf.message.Message):
|
|
4721
4721
|
INPUT_STARTED_AT_FIELD_NUMBER: builtins.int
|
4722
4722
|
OUTPUT_CREATED_AT_FIELD_NUMBER: builtins.int
|
4723
4723
|
RETRY_COUNT_FIELD_NUMBER: builtins.int
|
4724
|
+
FC_TRACE_TAG_FIELD_NUMBER: builtins.int
|
4724
4725
|
@property
|
4725
4726
|
def result(self) -> global___GenericResult: ...
|
4726
4727
|
idx: builtins.int
|
@@ -4731,6 +4732,8 @@ class FunctionGetOutputsItem(google.protobuf.message.Message):
|
|
4731
4732
|
input_started_at: builtins.float
|
4732
4733
|
output_created_at: builtins.float
|
4733
4734
|
retry_count: builtins.int
|
4735
|
+
fc_trace_tag: builtins.str
|
4736
|
+
"""datadog function call trace tag"""
|
4734
4737
|
def __init__(
|
4735
4738
|
self,
|
4736
4739
|
*,
|
@@ -4742,9 +4745,10 @@ class FunctionGetOutputsItem(google.protobuf.message.Message):
|
|
4742
4745
|
input_started_at: builtins.float = ...,
|
4743
4746
|
output_created_at: builtins.float = ...,
|
4744
4747
|
retry_count: builtins.int = ...,
|
4748
|
+
fc_trace_tag: builtins.str = ...,
|
4745
4749
|
) -> None: ...
|
4746
4750
|
def HasField(self, field_name: typing_extensions.Literal["result", b"result"]) -> builtins.bool: ...
|
4747
|
-
def ClearField(self, field_name: typing_extensions.Literal["data_format", b"data_format", "idx", b"idx", "input_id", b"input_id", "input_started_at", b"input_started_at", "output_created_at", b"output_created_at", "result", b"result", "retry_count", b"retry_count", "task_id", b"task_id"]) -> None: ...
|
4751
|
+
def ClearField(self, field_name: typing_extensions.Literal["data_format", b"data_format", "fc_trace_tag", b"fc_trace_tag", "idx", b"idx", "input_id", b"input_id", "input_started_at", b"input_started_at", "output_created_at", b"output_created_at", "result", b"result", "retry_count", b"retry_count", "task_id", b"task_id"]) -> None: ...
|
4748
4752
|
|
4749
4753
|
global___FunctionGetOutputsItem = FunctionGetOutputsItem
|
4750
4754
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|