modal 1.1.5.dev73__py3-none-any.whl → 1.1.5.dev75__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_proto/api_pb2.pyi CHANGED
@@ -10068,20 +10068,17 @@ class SharedVolumeMount(google.protobuf.message.Message):
10068
10068
  MOUNT_PATH_FIELD_NUMBER: builtins.int
10069
10069
  SHARED_VOLUME_ID_FIELD_NUMBER: builtins.int
10070
10070
  CLOUD_PROVIDER_FIELD_NUMBER: builtins.int
10071
- ALLOW_CROSS_REGION_FIELD_NUMBER: builtins.int
10072
10071
  mount_path: builtins.str
10073
10072
  shared_volume_id: builtins.str
10074
10073
  cloud_provider: global___CloudProvider.ValueType
10075
- allow_cross_region: builtins.bool
10076
10074
  def __init__(
10077
10075
  self,
10078
10076
  *,
10079
10077
  mount_path: builtins.str = ...,
10080
10078
  shared_volume_id: builtins.str = ...,
10081
10079
  cloud_provider: global___CloudProvider.ValueType = ...,
10082
- allow_cross_region: builtins.bool = ...,
10083
10080
  ) -> None: ...
10084
- def ClearField(self, field_name: typing_extensions.Literal["allow_cross_region", b"allow_cross_region", "cloud_provider", b"cloud_provider", "mount_path", b"mount_path", "shared_volume_id", b"shared_volume_id"]) -> None: ...
10081
+ def ClearField(self, field_name: typing_extensions.Literal["cloud_provider", b"cloud_provider", "mount_path", b"mount_path", "shared_volume_id", b"shared_volume_id"]) -> None: ...
10085
10082
 
10086
10083
  global___SharedVolumeMount = SharedVolumeMount
10087
10084
 
modal_version/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
  """Supplies the current version of the modal client library."""
3
3
 
4
- __version__ = "1.1.5.dev73"
4
+ __version__ = "1.1.5.dev75"