modal 0.73.51__py3-none-any.whl → 0.73.52__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.
- modal/client.pyi +2 -2
- {modal-0.73.51.dist-info → modal-0.73.52.dist-info}/METADATA +1 -1
- {modal-0.73.51.dist-info → modal-0.73.52.dist-info}/RECORD +11 -11
- modal_proto/api.proto +2 -3
- modal_proto/api_pb2.py +506 -508
- modal_proto/api_pb2.pyi +1 -5
- modal_version/_version_generated.py +1 -1
- {modal-0.73.51.dist-info → modal-0.73.52.dist-info}/LICENSE +0 -0
- {modal-0.73.51.dist-info → modal-0.73.52.dist-info}/WHEEL +0 -0
- {modal-0.73.51.dist-info → modal-0.73.52.dist-info}/entry_points.txt +0 -0
- {modal-0.73.51.dist-info → modal-0.73.52.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -4328,12 +4328,9 @@ class FunctionCreateResponse(google.protobuf.message.Message):
|
|
4328
4328
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
4329
4329
|
|
4330
4330
|
FUNCTION_ID_FIELD_NUMBER: builtins.int
|
4331
|
-
__DEPRECATED_WEB_URL_FIELD_NUMBER: builtins.int
|
4332
4331
|
FUNCTION_FIELD_NUMBER: builtins.int
|
4333
4332
|
HANDLE_METADATA_FIELD_NUMBER: builtins.int
|
4334
4333
|
function_id: builtins.str
|
4335
|
-
__deprecated_web_url: builtins.str
|
4336
|
-
"""Used up until 0.62.212"""
|
4337
4334
|
@property
|
4338
4335
|
def function(self) -> global___Function: ...
|
4339
4336
|
@property
|
@@ -4342,12 +4339,11 @@ class FunctionCreateResponse(google.protobuf.message.Message):
|
|
4342
4339
|
self,
|
4343
4340
|
*,
|
4344
4341
|
function_id: builtins.str = ...,
|
4345
|
-
__deprecated_web_url: builtins.str = ...,
|
4346
4342
|
function: global___Function | None = ...,
|
4347
4343
|
handle_metadata: global___FunctionHandleMetadata | None = ...,
|
4348
4344
|
) -> None: ...
|
4349
4345
|
def HasField(self, field_name: typing_extensions.Literal["function", b"function", "handle_metadata", b"handle_metadata"]) -> builtins.bool: ...
|
4350
|
-
def ClearField(self, field_name: typing_extensions.Literal["
|
4346
|
+
def ClearField(self, field_name: typing_extensions.Literal["function", b"function", "function_id", b"function_id", "handle_metadata", b"handle_metadata"]) -> None: ...
|
4351
4347
|
|
4352
4348
|
global___FunctionCreateResponse = FunctionCreateResponse
|
4353
4349
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|