modal 0.73.49__py3-none-any.whl → 0.73.51__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
@@ -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
 
@@ -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 = 49 # git: 47f55f5
4
+ build_number = 51 # git: b36b367