modal 1.1.3.dev5__py3-none-any.whl → 1.1.3.dev7__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
@@ -6378,6 +6378,8 @@ class GenericResult(google.protobuf.message.Message):
6378
6378
  Terminates the function and all remaining inputs.
6379
6379
  """
6380
6380
  GENERIC_STATUS_INTERNAL_FAILURE: GenericResult._GenericStatus.ValueType # 6
6381
+ GENERIC_STATUS_IDLE_TIMEOUT: GenericResult._GenericStatus.ValueType # 7
6382
+ """Used when sandboxes are terminated due to idle_timeout"""
6381
6383
 
6382
6384
  class GenericStatus(_GenericStatus, metaclass=_GenericStatusEnumTypeWrapper): ...
6383
6385
  GENERIC_STATUS_UNSPECIFIED: GenericResult.GenericStatus.ValueType # 0
@@ -6391,6 +6393,8 @@ class GenericResult(google.protobuf.message.Message):
6391
6393
  Terminates the function and all remaining inputs.
6392
6394
  """
6393
6395
  GENERIC_STATUS_INTERNAL_FAILURE: GenericResult.GenericStatus.ValueType # 6
6396
+ GENERIC_STATUS_IDLE_TIMEOUT: GenericResult.GenericStatus.ValueType # 7
6397
+ """Used when sandboxes are terminated due to idle_timeout"""
6394
6398
 
6395
6399
  STATUS_FIELD_NUMBER: builtins.int
6396
6400
  EXCEPTION_FIELD_NUMBER: builtins.int
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.3.dev5"
4
+ __version__ = "1.1.3.dev7"