modal 0.73.141__py3-none-any.whl → 0.73.143__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
@@ -5096,6 +5096,7 @@ class FunctionMapResponse(google.protobuf.message.Message):
5096
5096
  RETRY_POLICY_FIELD_NUMBER: builtins.int
5097
5097
  FUNCTION_CALL_JWT_FIELD_NUMBER: builtins.int
5098
5098
  SYNC_CLIENT_RETRIES_ENABLED_FIELD_NUMBER: builtins.int
5099
+ MAX_INPUTS_OUTSTANDING_FIELD_NUMBER: builtins.int
5099
5100
  function_call_id: builtins.str
5100
5101
  @property
5101
5102
  def pipelined_inputs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___FunctionPutInputsResponseItem]: ...
@@ -5103,6 +5104,7 @@ class FunctionMapResponse(google.protobuf.message.Message):
5103
5104
  def retry_policy(self) -> global___FunctionRetryPolicy: ...
5104
5105
  function_call_jwt: builtins.str
5105
5106
  sync_client_retries_enabled: builtins.bool
5107
+ max_inputs_outstanding: builtins.int
5106
5108
  def __init__(
5107
5109
  self,
5108
5110
  *,
@@ -5111,9 +5113,10 @@ class FunctionMapResponse(google.protobuf.message.Message):
5111
5113
  retry_policy: global___FunctionRetryPolicy | None = ...,
5112
5114
  function_call_jwt: builtins.str = ...,
5113
5115
  sync_client_retries_enabled: builtins.bool = ...,
5116
+ max_inputs_outstanding: builtins.int = ...,
5114
5117
  ) -> None: ...
5115
5118
  def HasField(self, field_name: typing_extensions.Literal["retry_policy", b"retry_policy"]) -> builtins.bool: ...
5116
- def ClearField(self, field_name: typing_extensions.Literal["function_call_id", b"function_call_id", "function_call_jwt", b"function_call_jwt", "pipelined_inputs", b"pipelined_inputs", "retry_policy", b"retry_policy", "sync_client_retries_enabled", b"sync_client_retries_enabled"]) -> None: ...
5119
+ def ClearField(self, field_name: typing_extensions.Literal["function_call_id", b"function_call_id", "function_call_jwt", b"function_call_jwt", "max_inputs_outstanding", b"max_inputs_outstanding", "pipelined_inputs", b"pipelined_inputs", "retry_policy", b"retry_policy", "sync_client_retries_enabled", b"sync_client_retries_enabled"]) -> None: ...
5117
5120
 
5118
5121
  global___FunctionMapResponse = FunctionMapResponse
5119
5122
 
@@ -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 = 141 # git: 02a2a35
4
+ build_number = 143 # git: 1eee221