modal 0.74.51__py3-none-any.whl → 0.74.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
@@ -5239,6 +5239,7 @@ class FunctionHandleMetadata(google.protobuf.message.Message):
5239
5239
  CLASS_PARAMETER_INFO_FIELD_NUMBER: builtins.int
5240
5240
  METHOD_HANDLE_METADATA_FIELD_NUMBER: builtins.int
5241
5241
  FUNCTION_SCHEMA_FIELD_NUMBER: builtins.int
5242
+ INPUT_PLANE_URL_FIELD_NUMBER: builtins.int
5242
5243
  function_name: builtins.str
5243
5244
  """Should be a subset and use IDs/types from `Function` above"""
5244
5245
  function_type: global___Function.FunctionType.ValueType
@@ -5256,6 +5257,7 @@ class FunctionHandleMetadata(google.protobuf.message.Message):
5256
5257
  """Mapping of method names to their metadata, only non-empty for class service functions"""
5257
5258
  @property
5258
5259
  def function_schema(self) -> global___FunctionSchema: ...
5260
+ input_plane_url: builtins.str
5259
5261
  def __init__(
5260
5262
  self,
5261
5263
  *,
@@ -5269,9 +5271,11 @@ class FunctionHandleMetadata(google.protobuf.message.Message):
5269
5271
  class_parameter_info: global___ClassParameterInfo | None = ...,
5270
5272
  method_handle_metadata: collections.abc.Mapping[builtins.str, global___FunctionHandleMetadata] | None = ...,
5271
5273
  function_schema: global___FunctionSchema | None = ...,
5274
+ input_plane_url: builtins.str | None = ...,
5272
5275
  ) -> None: ...
5273
- def HasField(self, field_name: typing_extensions.Literal["class_parameter_info", b"class_parameter_info", "function_schema", b"function_schema"]) -> builtins.bool: ...
5274
- def ClearField(self, field_name: typing_extensions.Literal["class_parameter_info", b"class_parameter_info", "definition_id", b"definition_id", "function_name", b"function_name", "function_schema", b"function_schema", "function_type", b"function_type", "is_method", b"is_method", "method_handle_metadata", b"method_handle_metadata", "use_function_id", b"use_function_id", "use_method_name", b"use_method_name", "web_url", b"web_url"]) -> None: ...
5276
+ def HasField(self, field_name: typing_extensions.Literal["_input_plane_url", b"_input_plane_url", "class_parameter_info", b"class_parameter_info", "function_schema", b"function_schema", "input_plane_url", b"input_plane_url"]) -> builtins.bool: ...
5277
+ def ClearField(self, field_name: typing_extensions.Literal["_input_plane_url", b"_input_plane_url", "class_parameter_info", b"class_parameter_info", "definition_id", b"definition_id", "function_name", b"function_name", "function_schema", b"function_schema", "function_type", b"function_type", "input_plane_url", b"input_plane_url", "is_method", b"is_method", "method_handle_metadata", b"method_handle_metadata", "use_function_id", b"use_function_id", "use_method_name", b"use_method_name", "web_url", b"web_url"]) -> None: ...
5278
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["_input_plane_url", b"_input_plane_url"]) -> typing_extensions.Literal["input_plane_url"] | None: ...
5275
5279
 
5276
5280
  global___FunctionHandleMetadata = FunctionHandleMetadata
5277
5281
 
@@ -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 = 51 # git: c6fac09
4
+ build_number = 52 # git: 191bebc