modal 0.73.38__py3-none-any.whl → 0.73.40__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/_functions.py +3 -6
- modal/client.pyi +2 -2
- modal/functions.pyi +1 -1
- modal/image.py +1 -2
- {modal-0.73.38.dist-info → modal-0.73.40.dist-info}/METADATA +1 -1
- {modal-0.73.38.dist-info → modal-0.73.40.dist-info}/RECORD +14 -14
- modal_proto/api.proto +0 -3
- modal_proto/api_pb2.py +418 -418
- modal_proto/api_pb2.pyi +2 -7
- modal_version/_version_generated.py +1 -1
- {modal-0.73.38.dist-info → modal-0.73.40.dist-info}/LICENSE +0 -0
- {modal-0.73.38.dist-info → modal-0.73.40.dist-info}/WHEEL +0 -0
- {modal-0.73.38.dist-info → modal-0.73.40.dist-info}/entry_points.txt +0 -0
- {modal-0.73.38.dist-info → modal-0.73.40.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -5565,7 +5565,6 @@ class Image(google.protobuf.message.Message):
|
|
5565
5565
|
CONTEXT_FILES_FIELD_NUMBER: builtins.int
|
5566
5566
|
VERSION_FIELD_NUMBER: builtins.int
|
5567
5567
|
SECRET_IDS_FIELD_NUMBER: builtins.int
|
5568
|
-
GPU_FIELD_NUMBER: builtins.int
|
5569
5568
|
CONTEXT_MOUNT_ID_FIELD_NUMBER: builtins.int
|
5570
5569
|
GPU_CONFIG_FIELD_NUMBER: builtins.int
|
5571
5570
|
IMAGE_REGISTRY_CONFIG_FIELD_NUMBER: builtins.int
|
@@ -5583,13 +5582,10 @@ class Image(google.protobuf.message.Message):
|
|
5583
5582
|
version: builtins.str
|
5584
5583
|
@property
|
5585
5584
|
def secret_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
5586
|
-
|
5585
|
+
context_mount_id: builtins.str
|
5587
5586
|
"""Part of Image definition, because presence of GPU drivers
|
5588
5587
|
affects the image that's built.
|
5589
|
-
Note: field 13 is getting replaced field 16. The client now sends both fields,
|
5590
|
-
but the server still only reads field 13.
|
5591
5588
|
"""
|
5592
|
-
context_mount_id: builtins.str
|
5593
5589
|
@property
|
5594
5590
|
def gpu_config(self) -> global___GPUConfig: ...
|
5595
5591
|
@property
|
@@ -5612,7 +5608,6 @@ class Image(google.protobuf.message.Message):
|
|
5612
5608
|
context_files: collections.abc.Iterable[global___ImageContextFile] | None = ...,
|
5613
5609
|
version: builtins.str = ...,
|
5614
5610
|
secret_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
5615
|
-
gpu: builtins.bool = ...,
|
5616
5611
|
context_mount_id: builtins.str = ...,
|
5617
5612
|
gpu_config: global___GPUConfig | None = ...,
|
5618
5613
|
image_registry_config: global___ImageRegistryConfig | None = ...,
|
@@ -5623,7 +5618,7 @@ class Image(google.protobuf.message.Message):
|
|
5623
5618
|
build_function: global___BuildFunction | None = ...,
|
5624
5619
|
) -> None: ...
|
5625
5620
|
def HasField(self, field_name: typing_extensions.Literal["build_function", b"build_function", "gpu_config", b"gpu_config", "image_registry_config", b"image_registry_config"]) -> builtins.bool: ...
|
5626
|
-
def ClearField(self, field_name: typing_extensions.Literal["base_images", b"base_images", "build_function", b"build_function", "build_function_def", b"build_function_def", "build_function_globals", b"build_function_globals", "context_files", b"context_files", "context_mount_id", b"context_mount_id", "dockerfile_commands", b"dockerfile_commands", "
|
5621
|
+
def ClearField(self, field_name: typing_extensions.Literal["base_images", b"base_images", "build_function", b"build_function", "build_function_def", b"build_function_def", "build_function_globals", b"build_function_globals", "context_files", b"context_files", "context_mount_id", b"context_mount_id", "dockerfile_commands", b"dockerfile_commands", "gpu_config", b"gpu_config", "image_registry_config", b"image_registry_config", "runtime", b"runtime", "runtime_debug", b"runtime_debug", "secret_ids", b"secret_ids", "version", b"version"]) -> None: ...
|
5627
5622
|
|
5628
5623
|
global___Image = Image
|
5629
5624
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|