modal 0.73.140__py3-none-any.whl → 0.73.141__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/client.pyi +2 -2
- modal/image.py +2 -5
- {modal-0.73.140.dist-info → modal-0.73.141.dist-info}/METADATA +1 -1
- {modal-0.73.140.dist-info → modal-0.73.141.dist-info}/RECORD +9 -9
- modal_version/_version_generated.py +1 -1
- {modal-0.73.140.dist-info → modal-0.73.141.dist-info}/LICENSE +0 -0
- {modal-0.73.140.dist-info → modal-0.73.141.dist-info}/WHEEL +0 -0
- {modal-0.73.140.dist-info → modal-0.73.141.dist-info}/entry_points.txt +0 -0
- {modal-0.73.140.dist-info → modal-0.73.141.dist-info}/top_level.txt +0 -0
modal/client.pyi
CHANGED
@@ -31,7 +31,7 @@ class _Client:
|
|
31
31
|
server_url: str,
|
32
32
|
client_type: int,
|
33
33
|
credentials: typing.Optional[tuple[str, str]],
|
34
|
-
version: str = "0.73.
|
34
|
+
version: str = "0.73.141",
|
35
35
|
): ...
|
36
36
|
def is_closed(self) -> bool: ...
|
37
37
|
@property
|
@@ -93,7 +93,7 @@ class Client:
|
|
93
93
|
server_url: str,
|
94
94
|
client_type: int,
|
95
95
|
credentials: typing.Optional[tuple[str, str]],
|
96
|
-
version: str = "0.73.
|
96
|
+
version: str = "0.73.141",
|
97
97
|
): ...
|
98
98
|
def is_closed(self) -> bool: ...
|
99
99
|
@property
|
modal/image.py
CHANGED
@@ -1309,8 +1309,7 @@ class _Image(_Object, type_prefix="im"):
|
|
1309
1309
|
context_files: dict[str, str] = {},
|
1310
1310
|
secrets: Sequence[_Secret] = [],
|
1311
1311
|
gpu: GPU_T = None,
|
1312
|
-
|
1313
|
-
context_mount: Optional[_Mount] = None,
|
1312
|
+
context_mount: Optional[_Mount] = None, # Deprecated: the context is now inferred
|
1314
1313
|
force_build: bool = False, # Ignore cached builds, similar to 'docker build --no-cache'
|
1315
1314
|
ignore: Union[Sequence[str], Callable[[Path], bool]] = AUTO_DOCKERIGNORE,
|
1316
1315
|
) -> "_Image":
|
@@ -1706,9 +1705,7 @@ class _Image(_Object, type_prefix="im"):
|
|
1706
1705
|
def from_dockerfile(
|
1707
1706
|
# Filepath to Dockerfile.
|
1708
1707
|
path: Union[str, Path],
|
1709
|
-
|
1710
|
-
# NOTE: The remote_path of the Mount should match the Dockerfile's WORKDIR.
|
1711
|
-
context_mount: Optional[_Mount] = None,
|
1708
|
+
context_mount: Optional[_Mount] = None, # Deprecated: the context is now inferred
|
1712
1709
|
# Ignore cached builds, similar to 'docker build --no-cache'
|
1713
1710
|
force_build: bool = False,
|
1714
1711
|
*,
|
@@ -23,7 +23,7 @@ modal/app.py,sha256=NKH7Cw1M6eyyrMXFbhWfdo3uRd28-8kv0Pcw56kPiPU,47312
|
|
23
23
|
modal/app.pyi,sha256=pUEqciyGZ446sc_QoG8XcQ_oc6oU-U4dqjkxjhgOX98,26968
|
24
24
|
modal/call_graph.py,sha256=1g2DGcMIJvRy-xKicuf63IVE98gJSnQsr8R_NVMptNc,2581
|
25
25
|
modal/client.py,sha256=j9D3hNis1lfhnz9lVFGgJgowbH3PaGUzNKgHPWYG778,15372
|
26
|
-
modal/client.pyi,sha256=
|
26
|
+
modal/client.pyi,sha256=wUA26R-m9YbCJpEDqB_HnyIaUVPCszc-tEhAG4IQoec,7661
|
27
27
|
modal/cloud_bucket_mount.py,sha256=YOe9nnvSr4ZbeCn587d7_VhE9IioZYRvF9VYQTQux08,5914
|
28
28
|
modal/cloud_bucket_mount.pyi,sha256=30T3K1a89l6wzmEJ_J9iWv9SknoGqaZDx59Xs-ZQcmk,1607
|
29
29
|
modal/cls.py,sha256=PJimWA9q_sbQJNLbYy7fzjZGBm_hdfXuuZ7O_pKLXdk,31586
|
@@ -42,7 +42,7 @@ modal/file_pattern_matcher.py,sha256=trosX-Bp7dOubudN1bLLhRAoidWy1TcoaR4Pv8CedWw
|
|
42
42
|
modal/functions.py,sha256=kcNHvqeGBxPI7Cgd57NIBBghkfbeFJzXO44WW0jSmao,325
|
43
43
|
modal/functions.pyi,sha256=PqApQjvICj11NIMEVCmaUIUyJUfEIuY_KkEzCZ4t6iI,14438
|
44
44
|
modal/gpu.py,sha256=Kbhs_u49FaC2Zi0TjCdrpstpRtT5eZgecynmQi5IZVE,6752
|
45
|
-
modal/image.py,sha256=
|
45
|
+
modal/image.py,sha256=JVnSSAm7wmull3H_plU-bdPkc4Dx_2EPG_229YJd81U,92174
|
46
46
|
modal/image.pyi,sha256=DQ4DLOCPr6_yV7z4LS0bTY0rOyvQP9-dQOrzaW7pPG8,25260
|
47
47
|
modal/io_streams.py,sha256=h5O2LmbRoT9l777z3TQhCAm-JF1r7avZ2ykXlejztDs,15163
|
48
48
|
modal/io_streams.pyi,sha256=bJ7ZLmSmJ0nKoa6r4FJpbqvzdUVa0lEe0Fa-MMpMezU,5071
|
@@ -170,10 +170,10 @@ 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=wiJQ53c-OMs0Xf1UeXOxQ7FwlV1VzIjnX6o-pRYZ_Pk,470
|
172
172
|
modal_version/__main__.py,sha256=2FO0yYQQwDTh6udt1h-cBnGd1c4ZyHnHSI4BksxzVac,105
|
173
|
-
modal_version/_version_generated.py,sha256=
|
174
|
-
modal-0.73.
|
175
|
-
modal-0.73.
|
176
|
-
modal-0.73.
|
177
|
-
modal-0.73.
|
178
|
-
modal-0.73.
|
179
|
-
modal-0.73.
|
173
|
+
modal_version/_version_generated.py,sha256=dXZA5TgCLJO64ZdN-xONJ9Q5XItbDZRjxGP-U3ZPdjQ,150
|
174
|
+
modal-0.73.141.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
175
|
+
modal-0.73.141.dist-info/METADATA,sha256=GOvxr2yutKOj0UF4WqS8VIyYthKuOekhbTkdYJKIyNQ,2453
|
176
|
+
modal-0.73.141.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
177
|
+
modal-0.73.141.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
|
178
|
+
modal-0.73.141.dist-info/top_level.txt,sha256=4BWzoKYREKUZ5iyPzZpjqx4G8uB5TWxXPDwibLcVa7k,43
|
179
|
+
modal-0.73.141.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|