modal 0.73.38__py3-none-any.whl → 0.73.39__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_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
- gpu: builtins.bool
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", "gpu", b"gpu", "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: ...
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
 
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
 
3
3
  # Note: Reset this value to -1 whenever you make a minor `0.X` release of the client.
4
- build_number = 38 # git: 474db3f
4
+ build_number = 39 # git: 346da8e