modal 1.1.1.dev44__py3-none-any.whl → 1.1.2.dev0__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.
Potentially problematic release.
This version of modal might be problematic. Click here for more details.
- modal/client.pyi +2 -2
- modal/volume.py +1 -1
- modal/volume.pyi +3 -3
- {modal-1.1.1.dev44.dist-info → modal-1.1.2.dev0.dist-info}/METADATA +1 -1
- {modal-1.1.1.dev44.dist-info → modal-1.1.2.dev0.dist-info}/RECORD +10 -10
- modal_version/__init__.py +1 -1
- {modal-1.1.1.dev44.dist-info → modal-1.1.2.dev0.dist-info}/WHEEL +0 -0
- {modal-1.1.1.dev44.dist-info → modal-1.1.2.dev0.dist-info}/entry_points.txt +0 -0
- {modal-1.1.1.dev44.dist-info → modal-1.1.2.dev0.dist-info}/licenses/LICENSE +0 -0
- {modal-1.1.1.dev44.dist-info → modal-1.1.2.dev0.dist-info}/top_level.txt +0 -0
modal/client.pyi
CHANGED
|
@@ -33,7 +33,7 @@ class _Client:
|
|
|
33
33
|
server_url: str,
|
|
34
34
|
client_type: int,
|
|
35
35
|
credentials: typing.Optional[tuple[str, str]],
|
|
36
|
-
version: str = "1.1.
|
|
36
|
+
version: str = "1.1.2.dev0",
|
|
37
37
|
):
|
|
38
38
|
"""mdmd:hidden
|
|
39
39
|
The Modal client object is not intended to be instantiated directly by users.
|
|
@@ -164,7 +164,7 @@ class Client:
|
|
|
164
164
|
server_url: str,
|
|
165
165
|
client_type: int,
|
|
166
166
|
credentials: typing.Optional[tuple[str, str]],
|
|
167
|
-
version: str = "1.1.
|
|
167
|
+
version: str = "1.1.2.dev0",
|
|
168
168
|
):
|
|
169
169
|
"""mdmd:hidden
|
|
170
170
|
The Modal client object is not intended to be instantiated directly by users.
|
modal/volume.py
CHANGED
|
@@ -377,7 +377,7 @@ class _Volume(_Object, type_prefix="vo"):
|
|
|
377
377
|
|
|
378
378
|
@live_method
|
|
379
379
|
async def commit(self):
|
|
380
|
-
"""Commit changes to
|
|
380
|
+
"""Commit changes to a mounted volume.
|
|
381
381
|
|
|
382
382
|
If successful, the changes made are now persisted in durable storage and available to other containers accessing
|
|
383
383
|
the volume.
|
modal/volume.pyi
CHANGED
|
@@ -248,7 +248,7 @@ class _Volume(modal._object._Object):
|
|
|
248
248
|
|
|
249
249
|
async def _do_reload(self, lock=True): ...
|
|
250
250
|
async def commit(self):
|
|
251
|
-
"""Commit changes to
|
|
251
|
+
"""Commit changes to a mounted volume.
|
|
252
252
|
|
|
253
253
|
If successful, the changes made are now persisted in durable storage and available to other containers accessing
|
|
254
254
|
the volume.
|
|
@@ -616,7 +616,7 @@ class Volume(modal.object.Object):
|
|
|
616
616
|
|
|
617
617
|
class __commit_spec(typing_extensions.Protocol[SUPERSELF]):
|
|
618
618
|
def __call__(self, /):
|
|
619
|
-
"""Commit changes to
|
|
619
|
+
"""Commit changes to a mounted volume.
|
|
620
620
|
|
|
621
621
|
If successful, the changes made are now persisted in durable storage and available to other containers accessing
|
|
622
622
|
the volume.
|
|
@@ -624,7 +624,7 @@ class Volume(modal.object.Object):
|
|
|
624
624
|
...
|
|
625
625
|
|
|
626
626
|
async def aio(self, /):
|
|
627
|
-
"""Commit changes to
|
|
627
|
+
"""Commit changes to a mounted volume.
|
|
628
628
|
|
|
629
629
|
If successful, the changes made are now persisted in durable storage and available to other containers accessing
|
|
630
630
|
the volume.
|
|
@@ -22,7 +22,7 @@ modal/app.py,sha256=kpq4kXp7pch688y6g55QYAC10wqPTU5FXKoWPMirA3E,47899
|
|
|
22
22
|
modal/app.pyi,sha256=-jKXlGDBWRPVsuenBhdMRqawK-L2eiJ7gHbmSblhltg,43525
|
|
23
23
|
modal/call_graph.py,sha256=1g2DGcMIJvRy-xKicuf63IVE98gJSnQsr8R_NVMptNc,2581
|
|
24
24
|
modal/client.py,sha256=kyAIVB3Ay-XKJizQ_1ufUFB__EagV0MLmHJpyYyJ7J0,18636
|
|
25
|
-
modal/client.pyi,sha256=
|
|
25
|
+
modal/client.pyi,sha256=fa7BLid_2ktu0BzVXp0QzfVw7jqI2qdvdF-5T6oBcIM,15829
|
|
26
26
|
modal/cloud_bucket_mount.py,sha256=YOe9nnvSr4ZbeCn587d7_VhE9IioZYRvF9VYQTQux08,5914
|
|
27
27
|
modal/cloud_bucket_mount.pyi,sha256=-qSfYAQvIoO_l2wsCCGTG5ZUwQieNKXdAO00yP1-LYU,7394
|
|
28
28
|
modal/cls.py,sha256=7A0xGnugQzm8dOfnKMjLjtqekRlRtQ0jPFRYgq6xdUM,40018
|
|
@@ -78,8 +78,8 @@ modal/snapshot.pyi,sha256=0q83hlmWxAhDu8xwZyL5VmYh0i8Tigf7S60or2k30L8,1682
|
|
|
78
78
|
modal/stream_type.py,sha256=A6320qoAAWhEfwOCZfGtymQTu5AfLfJXXgARqooTPvY,417
|
|
79
79
|
modal/token_flow.py,sha256=GWpar0gANs71vm9Bd_Cj87UG1K3ljTURbkEjG3JLsrY,7616
|
|
80
80
|
modal/token_flow.pyi,sha256=eirYjyqbRiT3GCKMIPHJPpkvBTu8WxDKqSHehWaJI_4,2533
|
|
81
|
-
modal/volume.py,sha256=
|
|
82
|
-
modal/volume.pyi,sha256=
|
|
81
|
+
modal/volume.py,sha256=784Wz4XeLYPGWChfpRbukvGK2Ujazf7-lHwDxUNoKfY,45424
|
|
82
|
+
modal/volume.pyi,sha256=YIzDSxDxy_pNrcWWX0cpAoNkFWwC-kzSnQQAaGeSW0Y,41951
|
|
83
83
|
modal/_runtime/__init__.py,sha256=MIEP8jhXUeGq_eCjYFcqN5b1bxBM4fdk0VESpjWR0fc,28
|
|
84
84
|
modal/_runtime/asgi.py,sha256=_2xSTsDD27Cit7xnMs4lzkJA2wzer2_N4Oa3BkXFzVA,22521
|
|
85
85
|
modal/_runtime/container_io_manager.py,sha256=hjkK4gke_A8_mULSfm3F1hZKR0C61lKbRUI8mHS-LGE,45464
|
|
@@ -151,7 +151,7 @@ modal/experimental/__init__.py,sha256=nuc7AL4r_Fs08DD5dciWFZhrV1nanwoClOfdTcudU0
|
|
|
151
151
|
modal/experimental/flash.py,sha256=viXQumCIFp5VFsPFURdFTBTjP_QnsAi8nSWXAMmfjeQ,19744
|
|
152
152
|
modal/experimental/flash.pyi,sha256=A8_qJGtGoXEzKDdHbvhmCw7oqfneFEvJQK3ZdTOvUdU,10830
|
|
153
153
|
modal/experimental/ipython.py,sha256=TrCfmol9LGsRZMeDoeMPx3Hv3BFqQhYnmD_iH0pqdhk,2904
|
|
154
|
-
modal-1.1.
|
|
154
|
+
modal-1.1.2.dev0.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
155
155
|
modal_docs/__init__.py,sha256=svYKtV8HDwDCN86zbdWqyq5T8sMdGDj0PVlzc2tIxDM,28
|
|
156
156
|
modal_docs/gen_cli_docs.py,sha256=c1yfBS_x--gL5bs0N4ihMwqwX8l3IBWSkBAKNNIi6bQ,3801
|
|
157
157
|
modal_docs/gen_reference_docs.py,sha256=d_CQUGQ0rfw28u75I2mov9AlS773z9rG40-yq5o7g2U,6359
|
|
@@ -174,10 +174,10 @@ modal_proto/options_pb2.pyi,sha256=l7DBrbLO7q3Ir-XDkWsajm0d0TQqqrfuX54i4BMpdQg,1
|
|
|
174
174
|
modal_proto/options_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
175
175
|
modal_proto/options_pb2_grpc.pyi,sha256=CImmhxHsYnF09iENPoe8S4J-n93jtgUYD2JPAc0yJSI,247
|
|
176
176
|
modal_proto/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
177
|
-
modal_version/__init__.py,sha256=
|
|
177
|
+
modal_version/__init__.py,sha256=GnTfzHXKtjmII3q7sM1KPZi9iOvGLY_zFYzYkE0yqQY,120
|
|
178
178
|
modal_version/__main__.py,sha256=2FO0yYQQwDTh6udt1h-cBnGd1c4ZyHnHSI4BksxzVac,105
|
|
179
|
-
modal-1.1.
|
|
180
|
-
modal-1.1.
|
|
181
|
-
modal-1.1.
|
|
182
|
-
modal-1.1.
|
|
183
|
-
modal-1.1.
|
|
179
|
+
modal-1.1.2.dev0.dist-info/METADATA,sha256=DHfWsm1kRyeTxv3sWw-XkxIEM9qHYdubsxvHfJcs-RQ,2459
|
|
180
|
+
modal-1.1.2.dev0.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
|
181
|
+
modal-1.1.2.dev0.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
|
|
182
|
+
modal-1.1.2.dev0.dist-info/top_level.txt,sha256=4BWzoKYREKUZ5iyPzZpjqx4G8uB5TWxXPDwibLcVa7k,43
|
|
183
|
+
modal-1.1.2.dev0.dist-info/RECORD,,
|
modal_version/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|