modal 1.1.5.dev12__py3-none-any.whl → 1.1.5.dev13__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/functions.pyi +6 -6
- {modal-1.1.5.dev12.dist-info → modal-1.1.5.dev13.dist-info}/METADATA +1 -1
- {modal-1.1.5.dev12.dist-info → modal-1.1.5.dev13.dist-info}/RECORD +12 -12
- modal_proto/api.proto +5 -0
- modal_proto/api_pb2.py +651 -641
- modal_proto/api_pb2.pyi +17 -0
- modal_version/__init__.py +1 -1
- {modal-1.1.5.dev12.dist-info → modal-1.1.5.dev13.dist-info}/WHEEL +0 -0
- {modal-1.1.5.dev12.dist-info → modal-1.1.5.dev13.dist-info}/entry_points.txt +0 -0
- {modal-1.1.5.dev12.dist-info → modal-1.1.5.dev13.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.5.dev12.dist-info → modal-1.1.5.dev13.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -4338,6 +4338,23 @@ class FlashContainerRegisterResponse(google.protobuf.message.Message):
|
|
4338
4338
|
|
4339
4339
|
global___FlashContainerRegisterResponse = FlashContainerRegisterResponse
|
4340
4340
|
|
4341
|
+
class FlashProxyUpstreamRequest(google.protobuf.message.Message):
|
4342
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
4343
|
+
|
4344
|
+
UPSTREAM_REQUESTS_FIELD_NUMBER: builtins.int
|
4345
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
4346
|
+
upstream_requests: builtins.int
|
4347
|
+
timestamp: builtins.float
|
4348
|
+
def __init__(
|
4349
|
+
self,
|
4350
|
+
*,
|
4351
|
+
upstream_requests: builtins.int = ...,
|
4352
|
+
timestamp: builtins.float = ...,
|
4353
|
+
) -> None: ...
|
4354
|
+
def ClearField(self, field_name: typing_extensions.Literal["timestamp", b"timestamp", "upstream_requests", b"upstream_requests"]) -> None: ...
|
4355
|
+
|
4356
|
+
global___FlashProxyUpstreamRequest = FlashProxyUpstreamRequest
|
4357
|
+
|
4341
4358
|
class Function(google.protobuf.message.Message):
|
4342
4359
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
4343
4360
|
|
modal_version/__init__.py
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|