modal 1.0.6.dev38__py3-none-any.whl → 1.0.6.dev41__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.

Potentially problematic release.


This version of modal might be problematic. Click here for more details.

modal_proto/api_pb2.pyi CHANGED
@@ -4720,15 +4720,18 @@ class FunctionCallGetDataRequest(google.protobuf.message.Message):
4720
4720
 
4721
4721
  FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
4722
4722
  LAST_INDEX_FIELD_NUMBER: builtins.int
4723
+ ATTEMPT_TOKEN_FIELD_NUMBER: builtins.int
4723
4724
  function_call_id: builtins.str
4724
4725
  last_index: builtins.int
4726
+ attempt_token: builtins.str
4725
4727
  def __init__(
4726
4728
  self,
4727
4729
  *,
4728
4730
  function_call_id: builtins.str = ...,
4729
4731
  last_index: builtins.int = ...,
4732
+ attempt_token: builtins.str = ...,
4730
4733
  ) -> None: ...
4731
- def ClearField(self, field_name: typing_extensions.Literal["function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
4734
+ def ClearField(self, field_name: typing_extensions.Literal["attempt_token", b"attempt_token", "function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
4732
4735
 
4733
4736
  global___FunctionCallGetDataRequest = FunctionCallGetDataRequest
4734
4737
 
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.0.6.dev38"
4
+ __version__ = "1.0.6.dev41"