modal 1.1.5.dev35__py3-none-any.whl → 1.1.5.dev37__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
@@ -8713,16 +8713,16 @@ class SandboxCreateConnectTokenRequest(google.protobuf.message.Message):
8713
8713
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
8714
8714
 
8715
8715
  SANDBOX_ID_FIELD_NUMBER: builtins.int
8716
- METADATA_FIELD_NUMBER: builtins.int
8716
+ USER_METADATA_FIELD_NUMBER: builtins.int
8717
8717
  sandbox_id: builtins.str
8718
- metadata: builtins.str
8718
+ user_metadata: builtins.str
8719
8719
  def __init__(
8720
8720
  self,
8721
8721
  *,
8722
8722
  sandbox_id: builtins.str = ...,
8723
- metadata: builtins.str = ...,
8723
+ user_metadata: builtins.str = ...,
8724
8724
  ) -> None: ...
8725
- def ClearField(self, field_name: typing_extensions.Literal["metadata", b"metadata", "sandbox_id", b"sandbox_id"]) -> None: ...
8725
+ def ClearField(self, field_name: typing_extensions.Literal["sandbox_id", b"sandbox_id", "user_metadata", b"user_metadata"]) -> None: ...
8726
8726
 
8727
8727
  global___SandboxCreateConnectTokenRequest = SandboxCreateConnectTokenRequest
8728
8728
 
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.dev35"
4
+ __version__ = "1.1.5.dev37"