modal 0.73.3__py3-none-any.whl → 0.73.5__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
@@ -5278,15 +5278,17 @@ class FunctionRetryInputsRequest(google.protobuf.message.Message):
5278
5278
  global___FunctionRetryInputsRequest = FunctionRetryInputsRequest
5279
5279
 
5280
5280
  class FunctionRetryInputsResponse(google.protobuf.message.Message):
5281
- """TODO(ryan): Eventually this will return entry ids, which client
5282
- will send back to server to check for lost inputs.
5283
- """
5284
-
5285
5281
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
5286
5282
 
5283
+ INPUT_JWTS_FIELD_NUMBER: builtins.int
5284
+ @property
5285
+ def input_jwts(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
5287
5286
  def __init__(
5288
5287
  self,
5288
+ *,
5289
+ input_jwts: collections.abc.Iterable[builtins.str] | None = ...,
5289
5290
  ) -> None: ...
5291
+ def ClearField(self, field_name: typing_extensions.Literal["input_jwts", b"input_jwts"]) -> None: ...
5290
5292
 
5291
5293
  global___FunctionRetryInputsResponse = FunctionRetryInputsResponse
5292
5294
 
@@ -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 = 3 # git: 4b0bf38
4
+ build_number = 5 # git: 8d27561
File without changes