modal 1.0.6.dev43__py3-none-any.whl → 1.0.6.dev45__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,18 +4720,15 @@ 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
4724
4723
  function_call_id: builtins.str
4725
4724
  last_index: builtins.int
4726
- attempt_token: builtins.str
4727
4725
  def __init__(
4728
4726
  self,
4729
4727
  *,
4730
4728
  function_call_id: builtins.str = ...,
4731
4729
  last_index: builtins.int = ...,
4732
- attempt_token: builtins.str = ...,
4733
4730
  ) -> 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: ...
4731
+ def ClearField(self, field_name: typing_extensions.Literal["function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
4735
4732
 
4736
4733
  global___FunctionCallGetDataRequest = FunctionCallGetDataRequest
4737
4734
 
@@ -4818,21 +4815,16 @@ class FunctionCallPutDataRequest(google.protobuf.message.Message):
4818
4815
 
4819
4816
  FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
4820
4817
  DATA_CHUNKS_FIELD_NUMBER: builtins.int
4821
- ATTEMPT_TOKEN_FIELD_NUMBER: builtins.int
4822
4818
  function_call_id: builtins.str
4823
4819
  @property
4824
4820
  def data_chunks(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___DataChunk]: ...
4825
- attempt_token: builtins.str
4826
4821
  def __init__(
4827
4822
  self,
4828
4823
  *,
4829
4824
  function_call_id: builtins.str = ...,
4830
4825
  data_chunks: collections.abc.Iterable[global___DataChunk] | None = ...,
4831
- attempt_token: builtins.str | None = ...,
4832
4826
  ) -> None: ...
4833
- def HasField(self, field_name: typing_extensions.Literal["_attempt_token", b"_attempt_token", "attempt_token", b"attempt_token"]) -> builtins.bool: ...
4834
- def ClearField(self, field_name: typing_extensions.Literal["_attempt_token", b"_attempt_token", "attempt_token", b"attempt_token", "data_chunks", b"data_chunks", "function_call_id", b"function_call_id"]) -> None: ...
4835
- def WhichOneof(self, oneof_group: typing_extensions.Literal["_attempt_token", b"_attempt_token"]) -> typing_extensions.Literal["attempt_token"] | None: ...
4827
+ def ClearField(self, field_name: typing_extensions.Literal["data_chunks", b"data_chunks", "function_call_id", b"function_call_id"]) -> None: ...
4836
4828
 
4837
4829
  global___FunctionCallPutDataRequest = FunctionCallPutDataRequest
4838
4830
 
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.dev43"
4
+ __version__ = "1.0.6.dev45"