modal 0.73.102__py3-none-any.whl → 0.73.104__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
@@ -4296,7 +4296,6 @@ class FunctionCreateRequest(google.protobuf.message.Message):
4296
4296
  APP_ID_FIELD_NUMBER: builtins.int
4297
4297
  SCHEDULE_FIELD_NUMBER: builtins.int
4298
4298
  EXISTING_FUNCTION_ID_FIELD_NUMBER: builtins.int
4299
- DEFER_UPDATES_FIELD_NUMBER: builtins.int
4300
4299
  FUNCTION_DATA_FIELD_NUMBER: builtins.int
4301
4300
  @property
4302
4301
  def function(self) -> global___Function: ...
@@ -4305,11 +4304,6 @@ class FunctionCreateRequest(google.protobuf.message.Message):
4305
4304
  def schedule(self) -> global___Schedule:
4306
4305
  """Deprecated: now passed in the Function definition"""
4307
4306
  existing_function_id: builtins.str
4308
- defer_updates: builtins.bool
4309
- """This flag tells the server to avoid doing updates in FunctionCreate that should now
4310
- be done in AppPublish. Provides a smoother migration onto atomic deployments with 0.64,
4311
- and can be deprecated once we no longer support ealier versions.
4312
- """
4313
4307
  @property
4314
4308
  def function_data(self) -> global___FunctionData:
4315
4309
  """supersedes 'function' field above"""
@@ -4320,11 +4314,10 @@ class FunctionCreateRequest(google.protobuf.message.Message):
4320
4314
  app_id: builtins.str = ...,
4321
4315
  schedule: global___Schedule | None = ...,
4322
4316
  existing_function_id: builtins.str = ...,
4323
- defer_updates: builtins.bool = ...,
4324
4317
  function_data: global___FunctionData | None = ...,
4325
4318
  ) -> None: ...
4326
4319
  def HasField(self, field_name: typing_extensions.Literal["function", b"function", "function_data", b"function_data", "schedule", b"schedule"]) -> builtins.bool: ...
4327
- def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "defer_updates", b"defer_updates", "existing_function_id", b"existing_function_id", "function", b"function", "function_data", b"function_data", "schedule", b"schedule"]) -> None: ...
4320
+ def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "existing_function_id", b"existing_function_id", "function", b"function", "function_data", b"function_data", "schedule", b"schedule"]) -> None: ...
4328
4321
 
4329
4322
  global___FunctionCreateRequest = FunctionCreateRequest
4330
4323
 
@@ -5031,12 +5024,14 @@ class FunctionMapResponse(google.protobuf.message.Message):
5031
5024
  PIPELINED_INPUTS_FIELD_NUMBER: builtins.int
5032
5025
  RETRY_POLICY_FIELD_NUMBER: builtins.int
5033
5026
  FUNCTION_CALL_JWT_FIELD_NUMBER: builtins.int
5027
+ SYNC_CLIENT_RETRIES_ENABLED_FIELD_NUMBER: builtins.int
5034
5028
  function_call_id: builtins.str
5035
5029
  @property
5036
5030
  def pipelined_inputs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___FunctionPutInputsResponseItem]: ...
5037
5031
  @property
5038
5032
  def retry_policy(self) -> global___FunctionRetryPolicy: ...
5039
5033
  function_call_jwt: builtins.str
5034
+ sync_client_retries_enabled: builtins.bool
5040
5035
  def __init__(
5041
5036
  self,
5042
5037
  *,
@@ -5044,9 +5039,10 @@ class FunctionMapResponse(google.protobuf.message.Message):
5044
5039
  pipelined_inputs: collections.abc.Iterable[global___FunctionPutInputsResponseItem] | None = ...,
5045
5040
  retry_policy: global___FunctionRetryPolicy | None = ...,
5046
5041
  function_call_jwt: builtins.str = ...,
5042
+ sync_client_retries_enabled: builtins.bool = ...,
5047
5043
  ) -> None: ...
5048
5044
  def HasField(self, field_name: typing_extensions.Literal["retry_policy", b"retry_policy"]) -> builtins.bool: ...
5049
- 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"]) -> None: ...
5045
+ 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: ...
5050
5046
 
5051
5047
  global___FunctionMapResponse = FunctionMapResponse
5052
5048
 
@@ -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 = 102 # git: 59dd7e6
4
+ build_number = 104 # git: 63b1efa