modal 1.1.5.dev32__py3-none-any.whl → 1.1.5.dev34__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/_functions.py +7 -1
- modal/client.pyi +2 -2
- modal/cloud_bucket_mount.py +2 -2
- modal/cloud_bucket_mount.pyi +1 -1
- modal/cls.py +11 -3
- modal/cls.pyi +13 -4
- {modal-1.1.5.dev32.dist-info → modal-1.1.5.dev34.dist-info}/METADATA +1 -1
- {modal-1.1.5.dev32.dist-info → modal-1.1.5.dev34.dist-info}/RECORD +16 -16
- modal_proto/api.proto +2 -0
- modal_proto/api_pb2.py +552 -552
- modal_proto/api_pb2.pyi +8 -1
- modal_version/__init__.py +1 -1
- {modal-1.1.5.dev32.dist-info → modal-1.1.5.dev34.dist-info}/WHEEL +0 -0
- {modal-1.1.5.dev32.dist-info → modal-1.1.5.dev34.dist-info}/entry_points.txt +0 -0
- {modal-1.1.5.dev32.dist-info → modal-1.1.5.dev34.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.5.dev32.dist-info → modal-1.1.5.dev34.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
|
@@ -5980,6 +5980,8 @@ class FunctionOptions(google.protobuf.message.Message):
|
|
|
5980
5980
|
BATCH_LINGER_MS_FIELD_NUMBER: builtins.int
|
|
5981
5981
|
SCHEDULER_PLACEMENT_FIELD_NUMBER: builtins.int
|
|
5982
5982
|
CLOUD_PROVIDER_STR_FIELD_NUMBER: builtins.int
|
|
5983
|
+
REPLACE_CLOUD_BUCKET_MOUNTS_FIELD_NUMBER: builtins.int
|
|
5984
|
+
CLOUD_BUCKET_MOUNTS_FIELD_NUMBER: builtins.int
|
|
5983
5985
|
@property
|
|
5984
5986
|
def secret_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
|
5985
5987
|
@property
|
|
@@ -6005,6 +6007,9 @@ class FunctionOptions(google.protobuf.message.Message):
|
|
|
6005
6007
|
@property
|
|
6006
6008
|
def scheduler_placement(self) -> global___SchedulerPlacement: ...
|
|
6007
6009
|
cloud_provider_str: builtins.str
|
|
6010
|
+
replace_cloud_bucket_mounts: builtins.bool
|
|
6011
|
+
@property
|
|
6012
|
+
def cloud_bucket_mounts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___CloudBucketMount]: ...
|
|
6008
6013
|
def __init__(
|
|
6009
6014
|
self,
|
|
6010
6015
|
*,
|
|
@@ -6026,9 +6031,11 @@ class FunctionOptions(google.protobuf.message.Message):
|
|
|
6026
6031
|
batch_linger_ms: builtins.int | None = ...,
|
|
6027
6032
|
scheduler_placement: global___SchedulerPlacement | None = ...,
|
|
6028
6033
|
cloud_provider_str: builtins.str | None = ...,
|
|
6034
|
+
replace_cloud_bucket_mounts: builtins.bool = ...,
|
|
6035
|
+
cloud_bucket_mounts: collections.abc.Iterable[global___CloudBucketMount] | None = ...,
|
|
6029
6036
|
) -> None: ...
|
|
6030
6037
|
def HasField(self, field_name: typing_extensions.Literal["_batch_linger_ms", b"_batch_linger_ms", "_batch_max_size", b"_batch_max_size", "_buffer_containers", b"_buffer_containers", "_cloud_provider_str", b"_cloud_provider_str", "_concurrency_limit", b"_concurrency_limit", "_max_concurrent_inputs", b"_max_concurrent_inputs", "_resources", b"_resources", "_retry_policy", b"_retry_policy", "_scheduler_placement", b"_scheduler_placement", "_target_concurrent_inputs", b"_target_concurrent_inputs", "_task_idle_timeout_secs", b"_task_idle_timeout_secs", "_timeout_secs", b"_timeout_secs", "_warm_pool_size", b"_warm_pool_size", "batch_linger_ms", b"batch_linger_ms", "batch_max_size", b"batch_max_size", "buffer_containers", b"buffer_containers", "cloud_provider_str", b"cloud_provider_str", "concurrency_limit", b"concurrency_limit", "max_concurrent_inputs", b"max_concurrent_inputs", "resources", b"resources", "retry_policy", b"retry_policy", "scheduler_placement", b"scheduler_placement", "target_concurrent_inputs", b"target_concurrent_inputs", "task_idle_timeout_secs", b"task_idle_timeout_secs", "timeout_secs", b"timeout_secs", "warm_pool_size", b"warm_pool_size"]) -> builtins.bool: ...
|
|
6031
|
-
def ClearField(self, field_name: typing_extensions.Literal["_batch_linger_ms", b"_batch_linger_ms", "_batch_max_size", b"_batch_max_size", "_buffer_containers", b"_buffer_containers", "_cloud_provider_str", b"_cloud_provider_str", "_concurrency_limit", b"_concurrency_limit", "_max_concurrent_inputs", b"_max_concurrent_inputs", "_resources", b"_resources", "_retry_policy", b"_retry_policy", "_scheduler_placement", b"_scheduler_placement", "_target_concurrent_inputs", b"_target_concurrent_inputs", "_task_idle_timeout_secs", b"_task_idle_timeout_secs", "_timeout_secs", b"_timeout_secs", "_warm_pool_size", b"_warm_pool_size", "batch_linger_ms", b"batch_linger_ms", "batch_max_size", b"batch_max_size", "buffer_containers", b"buffer_containers", "cloud_provider_str", b"cloud_provider_str", "concurrency_limit", b"concurrency_limit", "max_concurrent_inputs", b"max_concurrent_inputs", "mount_ids", b"mount_ids", "replace_secret_ids", b"replace_secret_ids", "replace_volume_mounts", b"replace_volume_mounts", "resources", b"resources", "retry_policy", b"retry_policy", "scheduler_placement", b"scheduler_placement", "secret_ids", b"secret_ids", "target_concurrent_inputs", b"target_concurrent_inputs", "task_idle_timeout_secs", b"task_idle_timeout_secs", "timeout_secs", b"timeout_secs", "volume_mounts", b"volume_mounts", "warm_pool_size", b"warm_pool_size"]) -> None: ...
|
|
6038
|
+
def ClearField(self, field_name: typing_extensions.Literal["_batch_linger_ms", b"_batch_linger_ms", "_batch_max_size", b"_batch_max_size", "_buffer_containers", b"_buffer_containers", "_cloud_provider_str", b"_cloud_provider_str", "_concurrency_limit", b"_concurrency_limit", "_max_concurrent_inputs", b"_max_concurrent_inputs", "_resources", b"_resources", "_retry_policy", b"_retry_policy", "_scheduler_placement", b"_scheduler_placement", "_target_concurrent_inputs", b"_target_concurrent_inputs", "_task_idle_timeout_secs", b"_task_idle_timeout_secs", "_timeout_secs", b"_timeout_secs", "_warm_pool_size", b"_warm_pool_size", "batch_linger_ms", b"batch_linger_ms", "batch_max_size", b"batch_max_size", "buffer_containers", b"buffer_containers", "cloud_bucket_mounts", b"cloud_bucket_mounts", "cloud_provider_str", b"cloud_provider_str", "concurrency_limit", b"concurrency_limit", "max_concurrent_inputs", b"max_concurrent_inputs", "mount_ids", b"mount_ids", "replace_cloud_bucket_mounts", b"replace_cloud_bucket_mounts", "replace_secret_ids", b"replace_secret_ids", "replace_volume_mounts", b"replace_volume_mounts", "resources", b"resources", "retry_policy", b"retry_policy", "scheduler_placement", b"scheduler_placement", "secret_ids", b"secret_ids", "target_concurrent_inputs", b"target_concurrent_inputs", "task_idle_timeout_secs", b"task_idle_timeout_secs", "timeout_secs", b"timeout_secs", "volume_mounts", b"volume_mounts", "warm_pool_size", b"warm_pool_size"]) -> None: ...
|
|
6032
6039
|
@typing.overload
|
|
6033
6040
|
def WhichOneof(self, oneof_group: typing_extensions.Literal["_batch_linger_ms", b"_batch_linger_ms"]) -> typing_extensions.Literal["batch_linger_ms"] | None: ...
|
|
6034
6041
|
@typing.overload
|
modal_version/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|