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/_utils/blob_utils.py +16 -21
- modal/_utils/function_utils.py +2 -2
- modal/client.pyi +2 -2
- modal/experimental/__init__.py +1 -1
- modal/experimental/flash.py +17 -0
- modal/experimental/flash.pyi +19 -0
- {modal-1.1.1.dev6.dist-info → modal-1.1.1.dev9.dist-info}/METADATA +1 -1
- {modal-1.1.1.dev6.dist-info → modal-1.1.1.dev9.dist-info}/RECORD +16 -16
- modal_proto/api.proto +2 -1
- modal_proto/api_pb2.py +503 -503
- modal_proto/api_pb2.pyi +4 -4
- modal_version/__init__.py +1 -1
- {modal-1.1.1.dev6.dist-info → modal-1.1.1.dev9.dist-info}/WHEEL +0 -0
- {modal-1.1.1.dev6.dist-info → modal-1.1.1.dev9.dist-info}/entry_points.txt +0 -0
- {modal-1.1.1.dev6.dist-info → modal-1.1.1.dev9.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.1.dev6.dist-info → modal-1.1.1.dev9.dist-info}/top_level.txt +0 -0
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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", "
|
|
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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|