modal 1.1.1.dev0__py3-none-any.whl → 1.1.1.dev2__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/client.pyi +2 -2
- {modal-1.1.1.dev0.dist-info → modal-1.1.1.dev2.dist-info}/METADATA +1 -1
- {modal-1.1.1.dev0.dist-info → modal-1.1.1.dev2.dist-info}/RECORD +11 -11
- modal_proto/api.proto +1 -1
- modal_proto/api_pb2.py +566 -566
- modal_proto/api_pb2.pyi +6 -1
- modal_version/__init__.py +1 -1
- {modal-1.1.1.dev0.dist-info → modal-1.1.1.dev2.dist-info}/WHEEL +0 -0
- {modal-1.1.1.dev0.dist-info → modal-1.1.1.dev2.dist-info}/entry_points.txt +0 -0
- {modal-1.1.1.dev0.dist-info → modal-1.1.1.dev2.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.1.dev0.dist-info → modal-1.1.1.dev2.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -4721,15 +4721,20 @@ class FunctionCallGetDataRequest(google.protobuf.message.Message):
|
|
4721
4721
|
|
4722
4722
|
FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
|
4723
4723
|
LAST_INDEX_FIELD_NUMBER: builtins.int
|
4724
|
+
ATTEMPT_TOKEN_FIELD_NUMBER: builtins.int
|
4724
4725
|
function_call_id: builtins.str
|
4725
4726
|
last_index: builtins.int
|
4727
|
+
attempt_token: builtins.str
|
4726
4728
|
def __init__(
|
4727
4729
|
self,
|
4728
4730
|
*,
|
4729
4731
|
function_call_id: builtins.str = ...,
|
4730
4732
|
last_index: builtins.int = ...,
|
4733
|
+
attempt_token: builtins.str | None = ...,
|
4731
4734
|
) -> None: ...
|
4732
|
-
def
|
4735
|
+
def HasField(self, field_name: typing_extensions.Literal["_attempt_token", b"_attempt_token", "attempt_token", b"attempt_token"]) -> builtins.bool: ...
|
4736
|
+
def ClearField(self, field_name: typing_extensions.Literal["_attempt_token", b"_attempt_token", "attempt_token", b"attempt_token", "function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
|
4737
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_attempt_token", b"_attempt_token"]) -> typing_extensions.Literal["attempt_token"] | None: ...
|
4733
4738
|
|
4734
4739
|
global___FunctionCallGetDataRequest = FunctionCallGetDataRequest
|
4735
4740
|
|
modal_version/__init__.py
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|