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_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
@@ -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.1.5.dev12"
4
+ __version__ = "1.1.5.dev13"