modal 0.73.24__py3-none-any.whl → 0.73.26__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/_functions.py +11 -0
- modal/client.pyi +2 -2
- modal/image.py +1 -1
- {modal-0.73.24.dist-info → modal-0.73.26.dist-info}/METADATA +1 -1
- {modal-0.73.24.dist-info → modal-0.73.26.dist-info}/RECORD +10 -10
- modal_version/_version_generated.py +1 -1
- {modal-0.73.24.dist-info → modal-0.73.26.dist-info}/LICENSE +0 -0
- {modal-0.73.24.dist-info → modal-0.73.26.dist-info}/WHEEL +0 -0
- {modal-0.73.24.dist-info → modal-0.73.26.dist-info}/entry_points.txt +0 -0
- {modal-0.73.24.dist-info → modal-0.73.26.dist-info}/top_level.txt +0 -0
modal/_functions.py
CHANGED
@@ -1089,6 +1089,17 @@ class _Function(typing.Generic[P, ReturnType, OriginalReturnType], _Object, type
|
|
1089
1089
|
f = modal.Function.from_name("other-app", "function")
|
1090
1090
|
```
|
1091
1091
|
"""
|
1092
|
+
if "." in name:
|
1093
|
+
class_name, method_name = name.split(".", 1)
|
1094
|
+
deprecation_warning(
|
1095
|
+
(2025, 2, 6),
|
1096
|
+
"Looking up class methods using Function.from_name will be deprecated"
|
1097
|
+
" in a future version of Modal.\nUse modal.Cls.from_name instead, e.g.\n\n"
|
1098
|
+
f'{class_name} = modal.Cls.from_name("{app_name}", "{class_name}")\n'
|
1099
|
+
f"instance = {class_name}(...)\n"
|
1100
|
+
f"instance.{method_name}.remote(...)\n",
|
1101
|
+
pending=True,
|
1102
|
+
)
|
1092
1103
|
|
1093
1104
|
async def _load_remote(self: _Function, resolver: Resolver, existing_object_id: Optional[str]):
|
1094
1105
|
assert resolver.client and resolver.client.stub
|
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.73.
|
30
|
+
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.73.26"
|
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.73.
|
88
|
+
self, server_url: str, client_type: int, credentials: typing.Optional[tuple[str, str]], version: str = "0.73.26"
|
89
89
|
): ...
|
90
90
|
def is_closed(self) -> bool: ...
|
91
91
|
@property
|
modal/image.py
CHANGED
@@ -601,7 +601,7 @@ class _Image(_Object, type_prefix="im"):
|
|
601
601
|
dockerfile_commands=dockerfile.commands,
|
602
602
|
context_files=context_file_pb2s,
|
603
603
|
secret_ids=[secret.object_id for secret in secrets],
|
604
|
-
gpu=
|
604
|
+
gpu=gpu_config.count > 0, # Note: as of 2023-01-27, server still uses this
|
605
605
|
context_mount_id=(context_mount.object_id if context_mount else ""),
|
606
606
|
gpu_config=gpu_config, # Note: as of 2023-01-27, server ignores this
|
607
607
|
image_registry_config=image_registry_config.get_proto(),
|
@@ -3,7 +3,7 @@ modal/__main__.py,sha256=scYhGFqh8OJcVDo-VOxIT6CCwxOgzgflYWMnIZiMRqE,2871
|
|
3
3
|
modal/_clustered_functions.py,sha256=kTf-9YBXY88NutC1akI-gCbvf01RhMPCw-zoOI_YIUE,2700
|
4
4
|
modal/_clustered_functions.pyi,sha256=vllkegc99A0jrUOWa8mdlSbdp6uz36TsHhGxysAOpaQ,771
|
5
5
|
modal/_container_entrypoint.py,sha256=4z24Tait5ffMOMW4Uqwr4PQKh1eMemjI5CID3L5bvIQ,28588
|
6
|
-
modal/_functions.py,sha256=
|
6
|
+
modal/_functions.py,sha256=N9Sp4SDv7oFung2abqy3VAaehaaWR9Y9SWxRlKLARI8,71984
|
7
7
|
modal/_ipython.py,sha256=TW1fkVOmZL3YYqdS2YlM1hqpf654Yf8ZyybHdBnlhSw,301
|
8
8
|
modal/_location.py,sha256=S3lSxIU3h9HkWpkJ3Pwo0pqjIOSB1fjeSgUsY3x7eec,1202
|
9
9
|
modal/_object.py,sha256=ItQcsMNkz9Y3kdTsvfNarbW-paJ2qabDyQ7njaqY0XI,11359
|
@@ -21,7 +21,7 @@ modal/app.py,sha256=MaWCYgNx8y2GQhmaXQBMKKAAfCYfdxrdYs6zCBoJzwI,44628
|
|
21
21
|
modal/app.pyi,sha256=lxiuWzE_OLb3WHg-H7Pek9DGBuCUzZ55P594VhJL5LA,26113
|
22
22
|
modal/call_graph.py,sha256=1g2DGcMIJvRy-xKicuf63IVE98gJSnQsr8R_NVMptNc,2581
|
23
23
|
modal/client.py,sha256=8SQawr7P1PNUCq1UmJMUQXG2jIo4Nmdcs311XqrNLRE,15276
|
24
|
-
modal/client.pyi,sha256=
|
24
|
+
modal/client.pyi,sha256=mWltUDiLULLaCTqZPSojBE2afKAuF2mteWIEaWptaHg,7593
|
25
25
|
modal/cloud_bucket_mount.py,sha256=YOe9nnvSr4ZbeCn587d7_VhE9IioZYRvF9VYQTQux08,5914
|
26
26
|
modal/cloud_bucket_mount.pyi,sha256=30T3K1a89l6wzmEJ_J9iWv9SknoGqaZDx59Xs-ZQcmk,1607
|
27
27
|
modal/cls.py,sha256=agxclIXZbzBbgcI5PPVD7IfOiHzv-B82xaaXtw9cpv8,31126
|
@@ -42,7 +42,7 @@ modal/file_pattern_matcher.py,sha256=1cZ4V2wSLiaXqAqStETSwp3bzDD6QZOt6pmmjk3Okz4
|
|
42
42
|
modal/functions.py,sha256=kcNHvqeGBxPI7Cgd57NIBBghkfbeFJzXO44WW0jSmao,325
|
43
43
|
modal/functions.pyi,sha256=avRIY0KOFky6tDRI5_SvnLXz7PUnG2H0hQA385cRtb0,14289
|
44
44
|
modal/gpu.py,sha256=uDluoK3hXyj2YRxGhVDFOifOBCsXFTo5hVueGoJPb8w,6001
|
45
|
-
modal/image.py,sha256=
|
45
|
+
modal/image.py,sha256=KYc6bg-m9A6wiLF38dWcFBMrEATyR2KOF0sp-6O9uC0,91508
|
46
46
|
modal/image.pyi,sha256=kdJzy1eaxNPZeCpE0TMYYLhJ6UWmkfRDeb_vzngJUoQ,26462
|
47
47
|
modal/io_streams.py,sha256=QkQiizKRzd5bnbKQsap31LJgBYlAnj4-XkV_50xPYX0,15079
|
48
48
|
modal/io_streams.pyi,sha256=bJ7ZLmSmJ0nKoa6r4FJpbqvzdUVa0lEe0Fa-MMpMezU,5071
|
@@ -171,10 +171,10 @@ modal_proto/options_pb2_grpc.pyi,sha256=CImmhxHsYnF09iENPoe8S4J-n93jtgUYD2JPAc0y
|
|
171
171
|
modal_proto/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
172
172
|
modal_version/__init__.py,sha256=wiJQ53c-OMs0Xf1UeXOxQ7FwlV1VzIjnX6o-pRYZ_Pk,470
|
173
173
|
modal_version/__main__.py,sha256=2FO0yYQQwDTh6udt1h-cBnGd1c4ZyHnHSI4BksxzVac,105
|
174
|
-
modal_version/_version_generated.py,sha256=
|
175
|
-
modal-0.73.
|
176
|
-
modal-0.73.
|
177
|
-
modal-0.73.
|
178
|
-
modal-0.73.
|
179
|
-
modal-0.73.
|
180
|
-
modal-0.73.
|
174
|
+
modal_version/_version_generated.py,sha256=o1aR4M26OWg7S8IIuN2_ACBc0LPhRXCF_ci9kcYPHUE,149
|
175
|
+
modal-0.73.26.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
176
|
+
modal-0.73.26.dist-info/METADATA,sha256=RFGKPTVbmKdNIIt4fBrXhjjlDe9uDw-IyHFswq_hhxs,2330
|
177
|
+
modal-0.73.26.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
178
|
+
modal-0.73.26.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
|
179
|
+
modal-0.73.26.dist-info/top_level.txt,sha256=1nvYbOSIKcmU50fNrpnQnrrOpj269ei3LzgB6j9xGqg,64
|
180
|
+
modal-0.73.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|