modal 0.72.13__py3-none-any.whl → 0.72.14__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/cli/app.py +2 -1
- modal/client.pyi +2 -2
- {modal-0.72.13.dist-info → modal-0.72.14.dist-info}/METADATA +1 -1
- {modal-0.72.13.dist-info → modal-0.72.14.dist-info}/RECORD +9 -9
- modal_version/_version_generated.py +1 -1
- {modal-0.72.13.dist-info → modal-0.72.14.dist-info}/LICENSE +0 -0
- {modal-0.72.13.dist-info → modal-0.72.14.dist-info}/WHEEL +0 -0
- {modal-0.72.13.dist-info → modal-0.72.14.dist-info}/entry_points.txt +0 -0
- {modal-0.72.13.dist-info → modal-0.72.14.dist-info}/top_level.txt +0 -0
modal/cli/app.py
CHANGED
@@ -26,9 +26,10 @@ app_cli = typer.Typer(name="app", help="Manage deployed and running apps.", no_a
|
|
26
26
|
APP_STATE_TO_MESSAGE = {
|
27
27
|
api_pb2.APP_STATE_DEPLOYED: Text("deployed", style="green"),
|
28
28
|
api_pb2.APP_STATE_DETACHED: Text("ephemeral (detached)", style="green"),
|
29
|
+
api_pb2.APP_STATE_DETACHED_DISCONNECTED: Text("ephemeral (detached)", style="green"),
|
29
30
|
api_pb2.APP_STATE_DISABLED: Text("disabled", style="dim"),
|
30
31
|
api_pb2.APP_STATE_EPHEMERAL: Text("ephemeral", style="green"),
|
31
|
-
api_pb2.APP_STATE_INITIALIZING: Text("initializing...", style="
|
32
|
+
api_pb2.APP_STATE_INITIALIZING: Text("initializing...", style="yellow"),
|
32
33
|
api_pb2.APP_STATE_STOPPED: Text("stopped", style="blue"),
|
33
34
|
api_pb2.APP_STATE_STOPPING: Text("stopping...", style="blue"),
|
34
35
|
}
|
modal/client.pyi
CHANGED
@@ -26,7 +26,7 @@ class _Client:
|
|
26
26
|
_stub: typing.Optional[modal_proto.api_grpc.ModalClientStub]
|
27
27
|
|
28
28
|
def __init__(
|
29
|
-
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.72.
|
29
|
+
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.72.14"
|
30
30
|
): ...
|
31
31
|
def is_closed(self) -> bool: ...
|
32
32
|
@property
|
@@ -81,7 +81,7 @@ class Client:
|
|
81
81
|
_stub: typing.Optional[modal_proto.api_grpc.ModalClientStub]
|
82
82
|
|
83
83
|
def __init__(
|
84
|
-
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.72.
|
84
|
+
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.72.14"
|
85
85
|
): ...
|
86
86
|
def is_closed(self) -> bool: ...
|
87
87
|
@property
|
@@ -19,7 +19,7 @@ modal/app.py,sha256=1h8v96KuIg_SAdWDK9gNWVOYYFciBIerhldRPjvDgxs,45511
|
|
19
19
|
modal/app.pyi,sha256=Gx7gxjfQ70sxhbwfpx1VjvzEON-ZEMTJ_Vy8qt0oQvo,25302
|
20
20
|
modal/call_graph.py,sha256=1g2DGcMIJvRy-xKicuf63IVE98gJSnQsr8R_NVMptNc,2581
|
21
21
|
modal/client.py,sha256=JAnd4-GCN093BwkvOFAK5a6iy5ycxofjpUncMxlrIMw,15253
|
22
|
-
modal/client.pyi,sha256=
|
22
|
+
modal/client.pyi,sha256=GQWztWiyEIfPTabqLPkp7W-UD1k0TP2V3Fz18FzHYIw,7280
|
23
23
|
modal/cloud_bucket_mount.py,sha256=G7T7jWLD0QkmrfKR75mSTwdUZ2xNfj7pkVqb4ipmxmI,5735
|
24
24
|
modal/cloud_bucket_mount.pyi,sha256=CEi7vrH3kDUF4LAy4qP6tfImy2UJuFRcRbsgRNM1wo8,1403
|
25
25
|
modal/cls.py,sha256=iKDSd8cDTH-txXygdV8q1m8XPnflDieDHemMEIqSSkg,31666
|
@@ -108,7 +108,7 @@ modal/_vendor/tblib.py,sha256=g1O7QUDd3sDoLd8YPFltkXkih7r_fyZOjgmGuligv3s,9722
|
|
108
108
|
modal/cli/__init__.py,sha256=waLjl5c6IPDhSsdWAm9Bji4e2PVxamYABKAze6CHVXY,28
|
109
109
|
modal/cli/_download.py,sha256=t6BXZwjTd9MgznDvbsV8rp0FZWggdzC-lUAGZU4xx1g,3984
|
110
110
|
modal/cli/_traceback.py,sha256=QlLa_iw3fAOA-mqCqjS8qAxvNT48J3YY3errtVVc2cw,7316
|
111
|
-
modal/cli/app.py,sha256=
|
111
|
+
modal/cli/app.py,sha256=UlLT1MI-b_6wHxpXNOBYBFeoL8yL3QxBSwc2fkTUQYI,7817
|
112
112
|
modal/cli/config.py,sha256=pXPLmX0bIoV57rQNqIPK7V-yllj-GPRY4jiBO_EklGg,1667
|
113
113
|
modal/cli/container.py,sha256=nCySVD10VJPzmX3ghTsGmpxdYeVYYMW6ofjsyt2gQcM,3667
|
114
114
|
modal/cli/dict.py,sha256=HaEcjfll7i3Uj3Fg56aj4407if5UljsYfr6fIq-D2W8,4589
|
@@ -165,10 +165,10 @@ modal_proto/options_pb2_grpc.pyi,sha256=CImmhxHsYnF09iENPoe8S4J-n93jtgUYD2JPAc0y
|
|
165
165
|
modal_proto/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
166
166
|
modal_version/__init__.py,sha256=kGya2ZlItX2zB7oHORs-wvP4PG8lg_mtbi1QIK3G6SQ,470
|
167
167
|
modal_version/__main__.py,sha256=2FO0yYQQwDTh6udt1h-cBnGd1c4ZyHnHSI4BksxzVac,105
|
168
|
-
modal_version/_version_generated.py,sha256=
|
169
|
-
modal-0.72.
|
170
|
-
modal-0.72.
|
171
|
-
modal-0.72.
|
172
|
-
modal-0.72.
|
173
|
-
modal-0.72.
|
174
|
-
modal-0.72.
|
168
|
+
modal_version/_version_generated.py,sha256=akfNCe9ewTF8ZA9Rqpqg5WBGCylfEOseJrnKAd1MYKs,149
|
169
|
+
modal-0.72.14.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
170
|
+
modal-0.72.14.dist-info/METADATA,sha256=9QVZVvT7IvNfwSEaIq2WacjZI3QBQwGfnGXzMyJkUdU,2329
|
171
|
+
modal-0.72.14.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
172
|
+
modal-0.72.14.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
|
173
|
+
modal-0.72.14.dist-info/top_level.txt,sha256=1nvYbOSIKcmU50fNrpnQnrrOpj269ei3LzgB6j9xGqg,64
|
174
|
+
modal-0.72.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|