modal 1.1.5.dev73__py3-none-any.whl → 1.1.5.dev75__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/_runtime/container_io_manager.py +4 -0
- modal/app.py +0 -6
- modal/app.pyi +0 -4
- modal/client.pyi +2 -2
- modal/functions.pyi +6 -6
- {modal-1.1.5.dev73.dist-info → modal-1.1.5.dev75.dist-info}/METADATA +1 -1
- {modal-1.1.5.dev73.dist-info → modal-1.1.5.dev75.dist-info}/RECORD +15 -15
- modal_proto/api.proto +1 -1
- modal_proto/api_pb2.py +201 -201
- modal_proto/api_pb2.pyi +1 -4
- modal_version/__init__.py +1 -1
- {modal-1.1.5.dev73.dist-info → modal-1.1.5.dev75.dist-info}/WHEEL +0 -0
- {modal-1.1.5.dev73.dist-info → modal-1.1.5.dev75.dist-info}/entry_points.txt +0 -0
- {modal-1.1.5.dev73.dist-info → modal-1.1.5.dev75.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.5.dev73.dist-info → modal-1.1.5.dev75.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
|
@@ -10068,20 +10068,17 @@ class SharedVolumeMount(google.protobuf.message.Message):
|
|
|
10068
10068
|
MOUNT_PATH_FIELD_NUMBER: builtins.int
|
|
10069
10069
|
SHARED_VOLUME_ID_FIELD_NUMBER: builtins.int
|
|
10070
10070
|
CLOUD_PROVIDER_FIELD_NUMBER: builtins.int
|
|
10071
|
-
ALLOW_CROSS_REGION_FIELD_NUMBER: builtins.int
|
|
10072
10071
|
mount_path: builtins.str
|
|
10073
10072
|
shared_volume_id: builtins.str
|
|
10074
10073
|
cloud_provider: global___CloudProvider.ValueType
|
|
10075
|
-
allow_cross_region: builtins.bool
|
|
10076
10074
|
def __init__(
|
|
10077
10075
|
self,
|
|
10078
10076
|
*,
|
|
10079
10077
|
mount_path: builtins.str = ...,
|
|
10080
10078
|
shared_volume_id: builtins.str = ...,
|
|
10081
10079
|
cloud_provider: global___CloudProvider.ValueType = ...,
|
|
10082
|
-
allow_cross_region: builtins.bool = ...,
|
|
10083
10080
|
) -> None: ...
|
|
10084
|
-
def ClearField(self, field_name: typing_extensions.Literal["
|
|
10081
|
+
def ClearField(self, field_name: typing_extensions.Literal["cloud_provider", b"cloud_provider", "mount_path", b"mount_path", "shared_volume_id", b"shared_volume_id"]) -> None: ...
|
|
10085
10082
|
|
|
10086
10083
|
global___SharedVolumeMount = SharedVolumeMount
|
|
10087
10084
|
|
modal_version/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|