modal 0.73.50__py3-none-any.whl → 0.73.52__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
@@ -4328,12 +4328,9 @@ class FunctionCreateResponse(google.protobuf.message.Message):
4328
4328
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
4329
4329
 
4330
4330
  FUNCTION_ID_FIELD_NUMBER: builtins.int
4331
- __DEPRECATED_WEB_URL_FIELD_NUMBER: builtins.int
4332
4331
  FUNCTION_FIELD_NUMBER: builtins.int
4333
4332
  HANDLE_METADATA_FIELD_NUMBER: builtins.int
4334
4333
  function_id: builtins.str
4335
- __deprecated_web_url: builtins.str
4336
- """Used up until 0.62.212"""
4337
4334
  @property
4338
4335
  def function(self) -> global___Function: ...
4339
4336
  @property
@@ -4342,12 +4339,11 @@ class FunctionCreateResponse(google.protobuf.message.Message):
4342
4339
  self,
4343
4340
  *,
4344
4341
  function_id: builtins.str = ...,
4345
- __deprecated_web_url: builtins.str = ...,
4346
4342
  function: global___Function | None = ...,
4347
4343
  handle_metadata: global___FunctionHandleMetadata | None = ...,
4348
4344
  ) -> None: ...
4349
4345
  def HasField(self, field_name: typing_extensions.Literal["function", b"function", "handle_metadata", b"handle_metadata"]) -> builtins.bool: ...
4350
- def ClearField(self, field_name: typing_extensions.Literal["__deprecated_web_url", b"__deprecated_web_url", "function", b"function", "function_id", b"function_id", "handle_metadata", b"handle_metadata"]) -> None: ...
4346
+ def ClearField(self, field_name: typing_extensions.Literal["function", b"function", "function_id", b"function_id", "handle_metadata", b"handle_metadata"]) -> None: ...
4351
4347
 
4352
4348
  global___FunctionCreateResponse = FunctionCreateResponse
4353
4349
 
@@ -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 = 50 # git: 1b8920b
4
+ build_number = 52 # git: 66a4254