modal 0.73.48__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_proto/api_pb2.pyi CHANGED
@@ -4427,6 +4427,7 @@ class FunctionData(google.protobuf.message.Message):
4427
4427
  UNTRUSTED_FIELD_NUMBER: builtins.int
4428
4428
  SNAPSHOT_DEBUG_FIELD_NUMBER: builtins.int
4429
4429
  RUNTIME_PERF_RECORD_FIELD_NUMBER: builtins.int
4430
+ AUTOSCALER_SETTINGS_FIELD_NUMBER: builtins.int
4430
4431
  module_name: builtins.str
4431
4432
  function_name: builtins.str
4432
4433
  function_type: global___Function.FunctionType.ValueType
@@ -4478,6 +4479,9 @@ class FunctionData(google.protobuf.message.Message):
4478
4479
  """For internal debugging use only."""
4479
4480
  runtime_perf_record: builtins.bool
4480
4481
  """For internal debugging use only."""
4482
+ @property
4483
+ def autoscaler_settings(self) -> global___AutoscalerSettings:
4484
+ """Bundle of parameters related to autoscaling"""
4481
4485
  def __init__(
4482
4486
  self,
4483
4487
  *,
@@ -4510,9 +4514,10 @@ class FunctionData(google.protobuf.message.Message):
4510
4514
  untrusted: builtins.bool = ...,
4511
4515
  snapshot_debug: builtins.bool = ...,
4512
4516
  runtime_perf_record: builtins.bool = ...,
4517
+ autoscaler_settings: global___AutoscalerSettings | None = ...,
4513
4518
  ) -> None: ...
4514
- def HasField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_proxy_ip", b"_experimental_proxy_ip", "class_parameter_info", b"class_parameter_info", "schedule", b"schedule", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config"]) -> builtins.bool: ...
4515
- def ClearField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_buffer_containers", b"_experimental_buffer_containers", "_experimental_custom_scaling", b"_experimental_custom_scaling", "_experimental_enable_gpu_snapshot", b"_experimental_enable_gpu_snapshot", "_experimental_group_size", b"_experimental_group_size", "_experimental_proxy_ip", b"_experimental_proxy_ip", "class_parameter_info", b"class_parameter_info", "concurrency_limit", b"concurrency_limit", "custom_domain_info", b"custom_domain_info", "function_name", b"function_name", "function_type", b"function_type", "is_class", b"is_class", "is_method", b"is_method", "method_definitions", b"method_definitions", "method_definitions_set", b"method_definitions_set", "module_name", b"module_name", "ranked_functions", b"ranked_functions", "runtime_perf_record", b"runtime_perf_record", "schedule", b"schedule", "snapshot_debug", b"snapshot_debug", "task_idle_timeout_secs", b"task_idle_timeout_secs", "timeout_secs", b"timeout_secs", "untrusted", b"untrusted", "use_function_id", b"use_function_id", "use_method_name", b"use_method_name", "warm_pool_size", b"warm_pool_size", "web_url", b"web_url", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config", "worker_id", b"worker_id"]) -> None: ...
4519
+ def HasField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_proxy_ip", b"_experimental_proxy_ip", "autoscaler_settings", b"autoscaler_settings", "class_parameter_info", b"class_parameter_info", "schedule", b"schedule", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config"]) -> builtins.bool: ...
4520
+ def ClearField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_buffer_containers", b"_experimental_buffer_containers", "_experimental_custom_scaling", b"_experimental_custom_scaling", "_experimental_enable_gpu_snapshot", b"_experimental_enable_gpu_snapshot", "_experimental_group_size", b"_experimental_group_size", "_experimental_proxy_ip", b"_experimental_proxy_ip", "autoscaler_settings", b"autoscaler_settings", "class_parameter_info", b"class_parameter_info", "concurrency_limit", b"concurrency_limit", "custom_domain_info", b"custom_domain_info", "function_name", b"function_name", "function_type", b"function_type", "is_class", b"is_class", "is_method", b"is_method", "method_definitions", b"method_definitions", "method_definitions_set", b"method_definitions_set", "module_name", b"module_name", "ranked_functions", b"ranked_functions", "runtime_perf_record", b"runtime_perf_record", "schedule", b"schedule", "snapshot_debug", b"snapshot_debug", "task_idle_timeout_secs", b"task_idle_timeout_secs", "timeout_secs", b"timeout_secs", "untrusted", b"untrusted", "use_function_id", b"use_function_id", "use_method_name", b"use_method_name", "warm_pool_size", b"warm_pool_size", "web_url", b"web_url", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config", "worker_id", b"worker_id"]) -> None: ...
4516
4521
  def WhichOneof(self, oneof_group: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip"]) -> typing_extensions.Literal["_experimental_proxy_ip"] | None: ...
4517
4522
 
4518
4523
  global___FunctionData = FunctionData
@@ -4716,6 +4721,7 @@ class FunctionGetOutputsItem(google.protobuf.message.Message):
4716
4721
  INPUT_STARTED_AT_FIELD_NUMBER: builtins.int
4717
4722
  OUTPUT_CREATED_AT_FIELD_NUMBER: builtins.int
4718
4723
  RETRY_COUNT_FIELD_NUMBER: builtins.int
4724
+ FC_TRACE_TAG_FIELD_NUMBER: builtins.int
4719
4725
  @property
4720
4726
  def result(self) -> global___GenericResult: ...
4721
4727
  idx: builtins.int
@@ -4726,6 +4732,8 @@ class FunctionGetOutputsItem(google.protobuf.message.Message):
4726
4732
  input_started_at: builtins.float
4727
4733
  output_created_at: builtins.float
4728
4734
  retry_count: builtins.int
4735
+ fc_trace_tag: builtins.str
4736
+ """datadog function call trace tag"""
4729
4737
  def __init__(
4730
4738
  self,
4731
4739
  *,
@@ -4737,9 +4745,10 @@ class FunctionGetOutputsItem(google.protobuf.message.Message):
4737
4745
  input_started_at: builtins.float = ...,
4738
4746
  output_created_at: builtins.float = ...,
4739
4747
  retry_count: builtins.int = ...,
4748
+ fc_trace_tag: builtins.str = ...,
4740
4749
  ) -> None: ...
4741
4750
  def HasField(self, field_name: typing_extensions.Literal["result", b"result"]) -> builtins.bool: ...
4742
- 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: ...
4743
4752
 
4744
4753
  global___FunctionGetOutputsItem = FunctionGetOutputsItem
4745
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 = 48 # git: 39a82b7
4
+ build_number = 50 # git: 1b8920b