modal 0.73.72__py3-none-any.whl → 0.73.73__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
@@ -2035,7 +2035,6 @@ class ClassGetRequest(google.protobuf.message.Message):
2035
2035
  NAMESPACE_FIELD_NUMBER: builtins.int
2036
2036
  ENVIRONMENT_NAME_FIELD_NUMBER: builtins.int
2037
2037
  LOOKUP_PUBLISHED_FIELD_NUMBER: builtins.int
2038
- WORKSPACE_NAME_FIELD_NUMBER: builtins.int
2039
2038
  ONLY_CLASS_FUNCTION_FIELD_NUMBER: builtins.int
2040
2039
  app_name: builtins.str
2041
2040
  object_tag: builtins.str
@@ -2043,7 +2042,6 @@ class ClassGetRequest(google.protobuf.message.Message):
2043
2042
  environment_name: builtins.str
2044
2043
  lookup_published: builtins.bool
2045
2044
  """Lookup class on app published by another workspace"""
2046
- workspace_name: builtins.str
2047
2045
  only_class_function: builtins.bool
2048
2046
  """True starting with 0.67.x clients, which don't create method placeholder functions"""
2049
2047
  def __init__(
@@ -2054,10 +2052,9 @@ class ClassGetRequest(google.protobuf.message.Message):
2054
2052
  namespace: global___DeploymentNamespace.ValueType = ...,
2055
2053
  environment_name: builtins.str = ...,
2056
2054
  lookup_published: builtins.bool = ...,
2057
- workspace_name: builtins.str = ...,
2058
2055
  only_class_function: builtins.bool = ...,
2059
2056
  ) -> None: ...
2060
- def ClearField(self, field_name: typing_extensions.Literal["app_name", b"app_name", "environment_name", b"environment_name", "lookup_published", b"lookup_published", "namespace", b"namespace", "object_tag", b"object_tag", "only_class_function", b"only_class_function", "workspace_name", b"workspace_name"]) -> None: ...
2057
+ def ClearField(self, field_name: typing_extensions.Literal["app_name", b"app_name", "environment_name", b"environment_name", "lookup_published", b"lookup_published", "namespace", b"namespace", "object_tag", b"object_tag", "only_class_function", b"only_class_function"]) -> None: ...
2061
2058
 
2062
2059
  global___ClassGetRequest = ClassGetRequest
2063
2060
 
@@ -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 = 72 # git: b5b1ff1
4
+ build_number = 73 # git: 2cad6c2