modal 0.73.71__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/_runtime/asgi.py +4 -0
- modal/client.pyi +2 -2
- modal/cls.py +7 -3
- modal/functions.pyi +6 -6
- {modal-0.73.71.dist-info → modal-0.73.73.dist-info}/METADATA +1 -1
- {modal-0.73.71.dist-info → modal-0.73.73.dist-info}/RECORD +14 -14
- {modal-0.73.71.dist-info → modal-0.73.73.dist-info}/WHEEL +1 -1
- modal_proto/api.proto +1 -1
- modal_proto/api_pb2.py +712 -712
- modal_proto/api_pb2.pyi +1 -4
- modal_version/_version_generated.py +1 -1
- {modal-0.73.71.dist-info → modal-0.73.73.dist-info}/LICENSE +0 -0
- {modal-0.73.71.dist-info → modal-0.73.73.dist-info}/entry_points.txt +0 -0
- {modal-0.73.71.dist-info → modal-0.73.73.dist-info}/top_level.txt +0 -0
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"
|
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
|
|
File without changes
|
File without changes
|
File without changes
|