modal 0.74.1__py3-none-any.whl → 0.74.2__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/app.py +2 -2
- modal/client.pyi +2 -2
- {modal-0.74.1.dist-info → modal-0.74.2.dist-info}/METADATA +1 -1
- {modal-0.74.1.dist-info → modal-0.74.2.dist-info}/RECORD +9 -9
- modal_version/_version_generated.py +1 -1
- {modal-0.74.1.dist-info → modal-0.74.2.dist-info}/WHEEL +0 -0
- {modal-0.74.1.dist-info → modal-0.74.2.dist-info}/entry_points.txt +0 -0
- {modal-0.74.1.dist-info → modal-0.74.2.dist-info}/licenses/LICENSE +0 -0
- {modal-0.74.1.dist-info → modal-0.74.2.dist-info}/top_level.txt +0 -0
modal/app.py
CHANGED
@@ -595,7 +595,7 @@ class _App:
|
|
595
595
|
min_containers: Optional[int] = None, # Minimum number of containers to keep warm, even when Function is idle.
|
596
596
|
max_containers: Optional[int] = None, # Limit on the number of containers that can be concurrently running.
|
597
597
|
buffer_containers: Optional[int] = None, # Number of additional idle containers to maintain under active load.
|
598
|
-
scaledown_window: Optional[int] = None, # Max
|
598
|
+
scaledown_window: Optional[int] = None, # Max time (in seconds) a container can remain idle while scaling down.
|
599
599
|
proxy: Optional[_Proxy] = None, # Reference to a Modal Proxy to use in front of this function.
|
600
600
|
retries: Optional[Union[int, Retries]] = None, # Number of times to retry each input in case of failure.
|
601
601
|
timeout: Optional[int] = None, # Maximum execution time of the function in seconds.
|
@@ -824,7 +824,7 @@ class _App:
|
|
824
824
|
min_containers: Optional[int] = None, # Minimum number of containers to keep warm, even when Function is idle.
|
825
825
|
max_containers: Optional[int] = None, # Limit on the number of containers that can be concurrently running.
|
826
826
|
buffer_containers: Optional[int] = None, # Number of additional idle containers to maintain under active load.
|
827
|
-
scaledown_window: Optional[int] = None, # Max
|
827
|
+
scaledown_window: Optional[int] = None, # Max time (in seconds) a container can remain idle while scaling down.
|
828
828
|
proxy: Optional[_Proxy] = None, # Reference to a Modal Proxy to use in front of this function.
|
829
829
|
retries: Optional[Union[int, Retries]] = None, # Number of times to retry each input in case of failure.
|
830
830
|
timeout: Optional[int] = None, # Maximum execution time of the function in seconds.
|
modal/client.pyi
CHANGED
@@ -27,7 +27,7 @@ class _Client:
|
|
27
27
|
_snapshotted: bool
|
28
28
|
|
29
29
|
def __init__(
|
30
|
-
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.74.
|
30
|
+
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.74.2"
|
31
31
|
): ...
|
32
32
|
def is_closed(self) -> bool: ...
|
33
33
|
@property
|
@@ -85,7 +85,7 @@ class Client:
|
|
85
85
|
_snapshotted: bool
|
86
86
|
|
87
87
|
def __init__(
|
88
|
-
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.74.
|
88
|
+
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.74.2"
|
89
89
|
): ...
|
90
90
|
def is_closed(self) -> bool: ...
|
91
91
|
@property
|
@@ -18,11 +18,11 @@ modal/_tunnel.py,sha256=zTBxBiuH1O22tS1OliAJdIsSmaZS8PlnifS_6S5z-mk,6320
|
|
18
18
|
modal/_tunnel.pyi,sha256=JmmDYAy9F1FpgJ_hWx0xkom2nTOFQjn4mTPYlU3PFo4,1245
|
19
19
|
modal/_type_manager.py,sha256=DWjgmjYJuOagw2erin506UUbG2H5UzZCFEekS-7hmfA,9087
|
20
20
|
modal/_watcher.py,sha256=K6LYnlmSGQB4tWWI9JADv-tvSvQ1j522FwT71B51CX8,3584
|
21
|
-
modal/app.py,sha256=
|
21
|
+
modal/app.py,sha256=4EeD3MXXpaeSFatuWt80xGbMH9cSYS3b9m9z3PQDlwU,48144
|
22
22
|
modal/app.pyi,sha256=SkqXNrdnGIZ4MmNNvpGtzNLoUdyuvi9IjQQR_DRiRHk,26968
|
23
23
|
modal/call_graph.py,sha256=1g2DGcMIJvRy-xKicuf63IVE98gJSnQsr8R_NVMptNc,2581
|
24
24
|
modal/client.py,sha256=U-YKSw0n7J1ZLREt9cbEJCtmHe5YoPKFxl0xlkan2yc,15565
|
25
|
-
modal/client.pyi,sha256=
|
25
|
+
modal/client.pyi,sha256=Jun6Me8sjtK_MZ2eqWJZf1RiiPvHDDVCVgNNGmkgSLE,7591
|
26
26
|
modal/cloud_bucket_mount.py,sha256=YOe9nnvSr4ZbeCn587d7_VhE9IioZYRvF9VYQTQux08,5914
|
27
27
|
modal/cloud_bucket_mount.pyi,sha256=30T3K1a89l6wzmEJ_J9iWv9SknoGqaZDx59Xs-ZQcmk,1607
|
28
28
|
modal/cls.py,sha256=GvaNl8R5UsH7Vg88WEOyerdjvZEPK7xxi3nqHlyOW_c,33497
|
@@ -145,7 +145,7 @@ modal/requirements/2024.10.txt,sha256=qD-5cVIVM9wXesJ6JC89Ew-3m2KjEElUz3jaw_MddR
|
|
145
145
|
modal/requirements/PREVIEW.txt,sha256=qD-5cVIVM9wXesJ6JC89Ew-3m2KjEElUz3jaw_MddRo,296
|
146
146
|
modal/requirements/README.md,sha256=9tK76KP0Uph7O0M5oUgsSwEZDj5y-dcUPsnpR0Sc-Ik,854
|
147
147
|
modal/requirements/base-images.json,sha256=57vMSqzMbLBxw5tFWSaMiIkkVEps4JfX5PAtXGnkS4U,740
|
148
|
-
modal-0.74.
|
148
|
+
modal-0.74.2.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
149
149
|
modal_docs/__init__.py,sha256=svYKtV8HDwDCN86zbdWqyq5T8sMdGDj0PVlzc2tIxDM,28
|
150
150
|
modal_docs/gen_cli_docs.py,sha256=c1yfBS_x--gL5bs0N4ihMwqwX8l3IBWSkBAKNNIi6bQ,3801
|
151
151
|
modal_docs/gen_reference_docs.py,sha256=cvTgltucqYLLIX84QxAwf51Z5Vc2n6cLxS8VcrxNCAo,6401
|
@@ -170,9 +170,9 @@ modal_proto/options_pb2_grpc.pyi,sha256=CImmhxHsYnF09iENPoe8S4J-n93jtgUYD2JPAc0y
|
|
170
170
|
modal_proto/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
171
171
|
modal_version/__init__.py,sha256=m94xZNWIjH8oUtJk4l9xfovzDJede2o7X-q0MHVECtM,470
|
172
172
|
modal_version/__main__.py,sha256=2FO0yYQQwDTh6udt1h-cBnGd1c4ZyHnHSI4BksxzVac,105
|
173
|
-
modal_version/_version_generated.py,sha256=
|
174
|
-
modal-0.74.
|
175
|
-
modal-0.74.
|
176
|
-
modal-0.74.
|
177
|
-
modal-0.74.
|
178
|
-
modal-0.74.
|
173
|
+
modal_version/_version_generated.py,sha256=F_L0Z8xLB3FdSwKiOYJFE2fBIHMD3RPgpsw0sIZuyz8,148
|
174
|
+
modal-0.74.2.dist-info/METADATA,sha256=wmVJ3cKxO0Ax1FREpUZy1IN3Hvyh9h1X3nlUC501NTY,2473
|
175
|
+
modal-0.74.2.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
176
|
+
modal-0.74.2.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
|
177
|
+
modal-0.74.2.dist-info/top_level.txt,sha256=4BWzoKYREKUZ5iyPzZpjqx4G8uB5TWxXPDwibLcVa7k,43
|
178
|
+
modal-0.74.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|