modal 0.67.43__py3-none-any.whl → 0.67.45__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/_container_entrypoint.py +3 -0
- modal/_runtime/container_io_manager.py +3 -0
- modal/client.pyi +2 -2
- modal/runner.py +3 -3
- modal/runner.pyi +2 -1
- {modal-0.67.43.dist-info → modal-0.67.45.dist-info}/METADATA +1 -1
- {modal-0.67.43.dist-info → modal-0.67.45.dist-info}/RECORD +15 -15
- modal_proto/api.proto +0 -1
- modal_proto/api_pb2.py +718 -718
- modal_proto/api_pb2.pyi +1 -6
- modal_version/_version_generated.py +1 -1
- {modal-0.67.43.dist-info → modal-0.67.45.dist-info}/LICENSE +0 -0
- {modal-0.67.43.dist-info → modal-0.67.45.dist-info}/WHEEL +0 -0
- {modal-0.67.43.dist-info → modal-0.67.45.dist-info}/entry_points.txt +0 -0
- {modal-0.67.43.dist-info → modal-0.67.45.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -1223,22 +1223,17 @@ class AppPublishResponse(google.protobuf.message.Message):
|
|
1223
1223
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
1224
1224
|
|
1225
1225
|
URL_FIELD_NUMBER: builtins.int
|
1226
|
-
WARNINGS_FIELD_NUMBER: builtins.int
|
1227
1226
|
SERVER_WARNINGS_FIELD_NUMBER: builtins.int
|
1228
1227
|
url: builtins.str
|
1229
1228
|
@property
|
1230
|
-
def warnings(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
1231
|
-
"""Deprecated soon in favor of server_warnings"""
|
1232
|
-
@property
|
1233
1229
|
def server_warnings(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Warning]: ...
|
1234
1230
|
def __init__(
|
1235
1231
|
self,
|
1236
1232
|
*,
|
1237
1233
|
url: builtins.str = ...,
|
1238
|
-
warnings: collections.abc.Iterable[builtins.str] | None = ...,
|
1239
1234
|
server_warnings: collections.abc.Iterable[global___Warning] | None = ...,
|
1240
1235
|
) -> None: ...
|
1241
|
-
def ClearField(self, field_name: typing_extensions.Literal["server_warnings", b"server_warnings", "url", b"url"
|
1236
|
+
def ClearField(self, field_name: typing_extensions.Literal["server_warnings", b"server_warnings", "url", b"url"]) -> None: ...
|
1242
1237
|
|
1243
1238
|
global___AppPublishResponse = AppPublishResponse
|
1244
1239
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|