modal 0.73.167__py3-none-any.whl → 0.73.168__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/_container_entrypoint.py +3 -6
- modal/_functions.py +0 -6
- modal/client.pyi +2 -2
- {modal-0.73.167.dist-info → modal-0.73.168.dist-info}/METADATA +1 -1
- {modal-0.73.167.dist-info → modal-0.73.168.dist-info}/RECORD +10 -11
- modal_version/_version_generated.py +1 -1
- modal/_proxy_tunnel.py +0 -63
- {modal-0.73.167.dist-info → modal-0.73.168.dist-info}/WHEEL +0 -0
- {modal-0.73.167.dist-info → modal-0.73.168.dist-info}/entry_points.txt +0 -0
- {modal-0.73.167.dist-info → modal-0.73.168.dist-info}/licenses/LICENSE +0 -0
- {modal-0.73.167.dist-info → modal-0.73.168.dist-info}/top_level.txt +0 -0
modal/_container_entrypoint.py
CHANGED
@@ -33,7 +33,6 @@ from modal._partial_function import (
|
|
33
33
|
_find_callables_for_obj,
|
34
34
|
_PartialFunctionFlags,
|
35
35
|
)
|
36
|
-
from modal._proxy_tunnel import proxy_tunnel
|
37
36
|
from modal._serialization import deserialize_params
|
38
37
|
from modal._utils.async_utils import TaskContext, synchronizer
|
39
38
|
from modal._utils.function_utils import (
|
@@ -586,11 +585,9 @@ if __name__ == "__main__":
|
|
586
585
|
client = Client.from_env()
|
587
586
|
|
588
587
|
try:
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
except UserException:
|
593
|
-
logger.info("User exception caught, exiting")
|
588
|
+
main(container_args, client)
|
589
|
+
except UserException:
|
590
|
+
logger.info("User exception caught, exiting")
|
594
591
|
except KeyboardInterrupt:
|
595
592
|
logger.debug("Container: interrupted")
|
596
593
|
|
modal/_functions.py
CHANGED
@@ -530,12 +530,6 @@ class _Function(typing.Generic[P, ReturnType, OriginalReturnType], _Object, type
|
|
530
530
|
if is_generator:
|
531
531
|
raise InvalidError("Generator functions do not support retries.")
|
532
532
|
|
533
|
-
if proxy:
|
534
|
-
# HACK: remove this once we stop using ssh tunnels for this.
|
535
|
-
if image:
|
536
|
-
# TODO(elias): this will cause an error if users use prior `.add_local_*` commands without copy=True
|
537
|
-
image = image.apt_install("autossh")
|
538
|
-
|
539
533
|
function_spec = _FunctionSpec(
|
540
534
|
mounts=all_mounts,
|
541
535
|
secrets=secrets,
|
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.168",
|
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.168",
|
97
97
|
): ...
|
98
98
|
def is_closed(self) -> bool: ...
|
99
99
|
@property
|
@@ -2,14 +2,13 @@ modal/__init__.py,sha256=7wz1AT_bpWJJEzXsAo3QMb7i87y7UGXwfneb0bGDhRg,2502
|
|
2
2
|
modal/__main__.py,sha256=CgIjP8m1xJjjd4AXc-delmR6LdBCZclw2A_V38CFIio,2870
|
3
3
|
modal/_clustered_functions.py,sha256=kTf-9YBXY88NutC1akI-gCbvf01RhMPCw-zoOI_YIUE,2700
|
4
4
|
modal/_clustered_functions.pyi,sha256=vllkegc99A0jrUOWa8mdlSbdp6uz36TsHhGxysAOpaQ,771
|
5
|
-
modal/_container_entrypoint.py,sha256=
|
6
|
-
modal/_functions.py,sha256=
|
5
|
+
modal/_container_entrypoint.py,sha256=PVs5WDgm0_vZlECf_Ga58L49zceTMKPlUA10YRpPmy8,29026
|
6
|
+
modal/_functions.py,sha256=EoJ2IbApVoJYELjB0KvXwRV2J6jElhwGHzTbXbXef6A,74712
|
7
7
|
modal/_ipython.py,sha256=TW1fkVOmZL3YYqdS2YlM1hqpf654Yf8ZyybHdBnlhSw,301
|
8
8
|
modal/_location.py,sha256=joiX-0ZeutEUDTrrqLF1GHXCdVLF-rHzstocbMcd_-k,366
|
9
9
|
modal/_object.py,sha256=JBIECWdfpRKCaCxVWZbC3Q1kF5Whk_EKvY9f4Y6AFyg,11446
|
10
10
|
modal/_output.py,sha256=Z0nngPh2mKHMQc4MQ92YjVPc3ewOLa3I4dFBlL9nvQY,25656
|
11
11
|
modal/_partial_function.py,sha256=8mmd5lvjZaC7qi0KAnLR1H590MlxNslAE2_Kr9biJUA,39704
|
12
|
-
modal/_proxy_tunnel.py,sha256=gnKyCfmVB7x2d1A6c-JDysNIP3kEFxmXzhcXhPrzPn0,1906
|
13
12
|
modal/_pty.py,sha256=JZfPDDpzqICZqtyPI_oMJf_9w-p_lLNuzHhwhodUXio,1329
|
14
13
|
modal/_resolver.py,sha256=RtoXoYzSllPlFu0D1vel_FWiEmDO7RyToiC2bxeN8ZY,6917
|
15
14
|
modal/_resources.py,sha256=5qmcirXUI8dSH926nwkUaeX9H25mqYu9mXD_KuT79-o,1733
|
@@ -23,7 +22,7 @@ modal/app.py,sha256=bJp7W3liuVG2VwWkG31tMFogDh84EKppzP8YJFWl3eQ,48140
|
|
23
22
|
modal/app.pyi,sha256=SkqXNrdnGIZ4MmNNvpGtzNLoUdyuvi9IjQQR_DRiRHk,26968
|
24
23
|
modal/call_graph.py,sha256=1g2DGcMIJvRy-xKicuf63IVE98gJSnQsr8R_NVMptNc,2581
|
25
24
|
modal/client.py,sha256=U-YKSw0n7J1ZLREt9cbEJCtmHe5YoPKFxl0xlkan2yc,15565
|
26
|
-
modal/client.pyi,sha256=
|
25
|
+
modal/client.pyi,sha256=EVuMDnBwDN6KjVggka2jbjfk49kNwIqk-ymDq07yF4Y,7661
|
27
26
|
modal/cloud_bucket_mount.py,sha256=YOe9nnvSr4ZbeCn587d7_VhE9IioZYRvF9VYQTQux08,5914
|
28
27
|
modal/cloud_bucket_mount.pyi,sha256=30T3K1a89l6wzmEJ_J9iWv9SknoGqaZDx59Xs-ZQcmk,1607
|
29
28
|
modal/cls.py,sha256=x3CUDPC-QK7pa9E2eiFsiCS2ULvVi8UzNZQw1i9drsU,32945
|
@@ -146,7 +145,7 @@ modal/requirements/2024.10.txt,sha256=qD-5cVIVM9wXesJ6JC89Ew-3m2KjEElUz3jaw_MddR
|
|
146
145
|
modal/requirements/PREVIEW.txt,sha256=qD-5cVIVM9wXesJ6JC89Ew-3m2KjEElUz3jaw_MddRo,296
|
147
146
|
modal/requirements/README.md,sha256=9tK76KP0Uph7O0M5oUgsSwEZDj5y-dcUPsnpR0Sc-Ik,854
|
148
147
|
modal/requirements/base-images.json,sha256=57vMSqzMbLBxw5tFWSaMiIkkVEps4JfX5PAtXGnkS4U,740
|
149
|
-
modal-0.73.
|
148
|
+
modal-0.73.168.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
150
149
|
modal_docs/__init__.py,sha256=svYKtV8HDwDCN86zbdWqyq5T8sMdGDj0PVlzc2tIxDM,28
|
151
150
|
modal_docs/gen_cli_docs.py,sha256=c1yfBS_x--gL5bs0N4ihMwqwX8l3IBWSkBAKNNIi6bQ,3801
|
152
151
|
modal_docs/gen_reference_docs.py,sha256=cvTgltucqYLLIX84QxAwf51Z5Vc2n6cLxS8VcrxNCAo,6401
|
@@ -171,9 +170,9 @@ modal_proto/options_pb2_grpc.pyi,sha256=CImmhxHsYnF09iENPoe8S4J-n93jtgUYD2JPAc0y
|
|
171
170
|
modal_proto/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
172
171
|
modal_version/__init__.py,sha256=wiJQ53c-OMs0Xf1UeXOxQ7FwlV1VzIjnX6o-pRYZ_Pk,470
|
173
172
|
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.
|
173
|
+
modal_version/_version_generated.py,sha256=-aZvps2fh2rCp0UNwje5SJ9IP_jUoaH-CNdrA4Q-0mo,150
|
174
|
+
modal-0.73.168.dist-info/METADATA,sha256=RogiuavaiLYUjRPCDOeC74__s09i-PFiFsUExNzeoAo,2475
|
175
|
+
modal-0.73.168.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
176
|
+
modal-0.73.168.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
|
177
|
+
modal-0.73.168.dist-info/top_level.txt,sha256=4BWzoKYREKUZ5iyPzZpjqx4G8uB5TWxXPDwibLcVa7k,43
|
178
|
+
modal-0.73.168.dist-info/RECORD,,
|
modal/_proxy_tunnel.py
DELETED
@@ -1,63 +0,0 @@
|
|
1
|
-
# Copyright Modal Labs 2022
|
2
|
-
import contextlib
|
3
|
-
import os
|
4
|
-
import subprocess
|
5
|
-
import tempfile
|
6
|
-
|
7
|
-
from modal_proto import api_pb2
|
8
|
-
|
9
|
-
|
10
|
-
@contextlib.contextmanager
|
11
|
-
def proxy_tunnel(info: api_pb2.ProxyInfo):
|
12
|
-
if not info.elastic_ip:
|
13
|
-
yield
|
14
|
-
return
|
15
|
-
|
16
|
-
with tempfile.NamedTemporaryFile(suffix=".pem") as t:
|
17
|
-
f = open(t.name, "w")
|
18
|
-
f.write(info.proxy_key)
|
19
|
-
f.close()
|
20
|
-
|
21
|
-
if info.remote_addr:
|
22
|
-
# Forward port from address.
|
23
|
-
args = [
|
24
|
-
"-L",
|
25
|
-
f"{info.remote_port}:{info.remote_addr}:{info.remote_port}",
|
26
|
-
]
|
27
|
-
else:
|
28
|
-
# Set up SOCKS proxy.
|
29
|
-
# TODO: add a local_port column and proxy_type (this is all being rewritten anyway)
|
30
|
-
args = ["-D", f"{info.remote_port}"]
|
31
|
-
os.environ["HTTP_PROXY"] = f"socks5://localhost:{info.remote_port}"
|
32
|
-
|
33
|
-
# https://github.com/getsentry/sentry-python/issues/1049
|
34
|
-
os.environ["NO_PROXY"] = "sentry.io"
|
35
|
-
|
36
|
-
cmd = [
|
37
|
-
"autossh",
|
38
|
-
"-M 0", # don't use a monitoring port for autossh
|
39
|
-
"-i",
|
40
|
-
t.name, # use pem file
|
41
|
-
"-T", # ignore the tty
|
42
|
-
"-n", # no input
|
43
|
-
"-N", # don't execute a command
|
44
|
-
*args,
|
45
|
-
f"ubuntu@{info.elastic_ip}",
|
46
|
-
"-o",
|
47
|
-
"StrictHostKeyChecking=no", # avoid prompt for host
|
48
|
-
"-o",
|
49
|
-
"ServerAliveInterval=5", # seconds before client sends keepalive to server
|
50
|
-
"-o",
|
51
|
-
"ServerAliveCountMax=1", # number of failures before terminating ssh (autossh will restart)
|
52
|
-
"-o",
|
53
|
-
"LogLevel=ERROR", # disable warning "Permanently added '...' to the list of known hosts."
|
54
|
-
]
|
55
|
-
p = subprocess.Popen(cmd)
|
56
|
-
|
57
|
-
import time
|
58
|
-
|
59
|
-
time.sleep(3)
|
60
|
-
try:
|
61
|
-
yield
|
62
|
-
finally:
|
63
|
-
p.kill()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|