modal 1.0.6.dev37__py3-none-any.whl → 1.0.6.dev39__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/_functions.py +2 -1
- modal/client.pyi +2 -2
- modal/cls.py +2 -1
- {modal-1.0.6.dev37.dist-info → modal-1.0.6.dev39.dist-info}/METADATA +1 -1
- {modal-1.0.6.dev37.dist-info → modal-1.0.6.dev39.dist-info}/RECORD +13 -13
- modal_proto/api.proto +1 -0
- modal_proto/api_pb2.py +564 -564
- modal_proto/api_pb2.pyi +4 -1
- modal_version/__init__.py +1 -1
- {modal-1.0.6.dev37.dist-info → modal-1.0.6.dev39.dist-info}/WHEEL +0 -0
- {modal-1.0.6.dev37.dist-info → modal-1.0.6.dev39.dist-info}/entry_points.txt +0 -0
- {modal-1.0.6.dev37.dist-info → modal-1.0.6.dev39.dist-info}/licenses/LICENSE +0 -0
- {modal-1.0.6.dev37.dist-info → modal-1.0.6.dev39.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
|
@@ -4720,15 +4720,18 @@ class FunctionCallGetDataRequest(google.protobuf.message.Message):
|
|
|
4720
4720
|
|
|
4721
4721
|
FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
|
|
4722
4722
|
LAST_INDEX_FIELD_NUMBER: builtins.int
|
|
4723
|
+
ATTEMPT_TOKEN_FIELD_NUMBER: builtins.int
|
|
4723
4724
|
function_call_id: builtins.str
|
|
4724
4725
|
last_index: builtins.int
|
|
4726
|
+
attempt_token: builtins.str
|
|
4725
4727
|
def __init__(
|
|
4726
4728
|
self,
|
|
4727
4729
|
*,
|
|
4728
4730
|
function_call_id: builtins.str = ...,
|
|
4729
4731
|
last_index: builtins.int = ...,
|
|
4732
|
+
attempt_token: builtins.str = ...,
|
|
4730
4733
|
) -> None: ...
|
|
4731
|
-
def ClearField(self, field_name: typing_extensions.Literal["function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
|
|
4734
|
+
def ClearField(self, field_name: typing_extensions.Literal["attempt_token", b"attempt_token", "function_call_id", b"function_call_id", "last_index", b"last_index"]) -> None: ...
|
|
4732
4735
|
|
|
4733
4736
|
global___FunctionCallGetDataRequest = FunctionCallGetDataRequest
|
|
4734
4737
|
|
modal_version/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|