modal 1.1.1.dev6__py3-none-any.whl → 1.1.1.dev9__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
@@ -5829,22 +5829,22 @@ class FunctionPutInputsItem(google.protobuf.message.Message):
5829
5829
  IDX_FIELD_NUMBER: builtins.int
5830
5830
  INPUT_FIELD_NUMBER: builtins.int
5831
5831
  R2_FAILED_FIELD_NUMBER: builtins.int
5832
- R2_LATENCY_MS_FIELD_NUMBER: builtins.int
5832
+ R2_THROUGHPUT_BYTES_S_FIELD_NUMBER: builtins.int
5833
5833
  idx: builtins.int
5834
5834
  @property
5835
5835
  def input(self) -> global___FunctionInput: ...
5836
5836
  r2_failed: builtins.bool
5837
- r2_latency_ms: builtins.int
5837
+ r2_throughput_bytes_s: builtins.int
5838
5838
  def __init__(
5839
5839
  self,
5840
5840
  *,
5841
5841
  idx: builtins.int = ...,
5842
5842
  input: global___FunctionInput | None = ...,
5843
5843
  r2_failed: builtins.bool = ...,
5844
- r2_latency_ms: builtins.int = ...,
5844
+ r2_throughput_bytes_s: builtins.int = ...,
5845
5845
  ) -> None: ...
5846
5846
  def HasField(self, field_name: typing_extensions.Literal["input", b"input"]) -> builtins.bool: ...
5847
- def ClearField(self, field_name: typing_extensions.Literal["idx", b"idx", "input", b"input", "r2_failed", b"r2_failed", "r2_latency_ms", b"r2_latency_ms"]) -> None: ...
5847
+ def ClearField(self, field_name: typing_extensions.Literal["idx", b"idx", "input", b"input", "r2_failed", b"r2_failed", "r2_throughput_bytes_s", b"r2_throughput_bytes_s"]) -> None: ...
5848
5848
 
5849
5849
  global___FunctionPutInputsItem = FunctionPutInputsItem
5850
5850
 
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.dev6"
4
+ __version__ = "1.1.1.dev9"