modal 1.1.1.dev0__py3-none-any.whl → 1.1.1.dev2__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,15 +4721,20 @@ class FunctionCallGetDataRequest(google.protobuf.message.Message):
4721
4721
 
4722
4722
  FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
4723
4723
  LAST_INDEX_FIELD_NUMBER: builtins.int
4724
+ ATTEMPT_TOKEN_FIELD_NUMBER: builtins.int
4724
4725
  function_call_id: builtins.str
4725
4726
  last_index: builtins.int
4727
+ attempt_token: builtins.str
4726
4728
  def __init__(
4727
4729
  self,
4728
4730
  *,
4729
4731
  function_call_id: builtins.str = ...,
4730
4732
  last_index: builtins.int = ...,
4733
+ attempt_token: builtins.str | None = ...,
4731
4734
  ) -> None: ...
4732
- def ClearField(self, field_name: typing_extensions.Literal["function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
4735
+ def HasField(self, field_name: typing_extensions.Literal["_attempt_token", b"_attempt_token", "attempt_token", b"attempt_token"]) -> builtins.bool: ...
4736
+ def ClearField(self, field_name: typing_extensions.Literal["_attempt_token", b"_attempt_token", "attempt_token", b"attempt_token", "function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
4737
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["_attempt_token", b"_attempt_token"]) -> typing_extensions.Literal["attempt_token"] | None: ...
4733
4738
 
4734
4739
  global___FunctionCallGetDataRequest = FunctionCallGetDataRequest
4735
4740
 
modal_version/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
  """Supplies the current version of the modal client library."""
3
3
 
4
- __version__ = "1.1.1.dev0"
4
+ __version__ = "1.1.1.dev2"