modal 1.0.0.dev10__py3-none-any.whl → 1.0.0.dev11__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
@@ -2193,14 +2193,11 @@ class ClassGetRequest(google.protobuf.message.Message):
2193
2193
  OBJECT_TAG_FIELD_NUMBER: builtins.int
2194
2194
  NAMESPACE_FIELD_NUMBER: builtins.int
2195
2195
  ENVIRONMENT_NAME_FIELD_NUMBER: builtins.int
2196
- LOOKUP_PUBLISHED_FIELD_NUMBER: builtins.int
2197
2196
  ONLY_CLASS_FUNCTION_FIELD_NUMBER: builtins.int
2198
2197
  app_name: builtins.str
2199
2198
  object_tag: builtins.str
2200
2199
  namespace: global___DeploymentNamespace.ValueType
2201
2200
  environment_name: builtins.str
2202
- lookup_published: builtins.bool
2203
- """Lookup class on app published by another workspace"""
2204
2201
  only_class_function: builtins.bool
2205
2202
  """True starting with 0.67.x clients, which don't create method placeholder functions"""
2206
2203
  def __init__(
@@ -2210,10 +2207,9 @@ class ClassGetRequest(google.protobuf.message.Message):
2210
2207
  object_tag: builtins.str = ...,
2211
2208
  namespace: global___DeploymentNamespace.ValueType = ...,
2212
2209
  environment_name: builtins.str = ...,
2213
- lookup_published: builtins.bool = ...,
2214
2210
  only_class_function: builtins.bool = ...,
2215
2211
  ) -> None: ...
2216
- 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: ...
2212
+ def ClearField(self, field_name: typing_extensions.Literal["app_name", b"app_name", "environment_name", b"environment_name", "namespace", b"namespace", "object_tag", b"object_tag", "only_class_function", b"only_class_function"]) -> None: ...
2217
2213
 
2218
2214
  global___ClassGetRequest = ClassGetRequest
2219
2215
 
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.0.0.dev10"
4
+ __version__ = "1.0.0.dev11"