modal 1.1.5.dev34__py3-none-any.whl → 1.1.5.dev36__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/cli/cluster.py +7 -1
- modal/client.pyi +2 -2
- modal/functions.pyi +6 -6
- modal/sandbox.py +6 -6
- modal/sandbox.pyi +6 -6
- {modal-1.1.5.dev34.dist-info → modal-1.1.5.dev36.dist-info}/METADATA +1 -1
- {modal-1.1.5.dev34.dist-info → modal-1.1.5.dev36.dist-info}/RECORD +15 -15
- modal_proto/api.proto +1 -1
- modal_proto/api_pb2.py +330 -330
- modal_proto/api_pb2.pyi +4 -4
- modal_version/__init__.py +1 -1
- {modal-1.1.5.dev34.dist-info → modal-1.1.5.dev36.dist-info}/WHEEL +0 -0
- {modal-1.1.5.dev34.dist-info → modal-1.1.5.dev36.dist-info}/entry_points.txt +0 -0
- {modal-1.1.5.dev34.dist-info → modal-1.1.5.dev36.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.5.dev34.dist-info → modal-1.1.5.dev36.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
|
@@ -8713,16 +8713,16 @@ class SandboxCreateConnectTokenRequest(google.protobuf.message.Message):
|
|
|
8713
8713
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
8714
8714
|
|
|
8715
8715
|
SANDBOX_ID_FIELD_NUMBER: builtins.int
|
|
8716
|
-
|
|
8716
|
+
USER_METADATA_FIELD_NUMBER: builtins.int
|
|
8717
8717
|
sandbox_id: builtins.str
|
|
8718
|
-
|
|
8718
|
+
user_metadata: builtins.str
|
|
8719
8719
|
def __init__(
|
|
8720
8720
|
self,
|
|
8721
8721
|
*,
|
|
8722
8722
|
sandbox_id: builtins.str = ...,
|
|
8723
|
-
|
|
8723
|
+
user_metadata: builtins.str = ...,
|
|
8724
8724
|
) -> None: ...
|
|
8725
|
-
def ClearField(self, field_name: typing_extensions.Literal["
|
|
8725
|
+
def ClearField(self, field_name: typing_extensions.Literal["sandbox_id", b"sandbox_id", "user_metadata", b"user_metadata"]) -> None: ...
|
|
8726
8726
|
|
|
8727
8727
|
global___SandboxCreateConnectTokenRequest = SandboxCreateConnectTokenRequest
|
|
8728
8728
|
|
modal_version/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|