modal 1.1.1.dev33__py3-none-any.whl → 1.1.1.dev35__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 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.1.dev33",
36
+ version: str = "1.1.1.dev35",
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.1.dev33",
167
+ version: str = "1.1.1.dev35",
168
168
  ):
169
169
  """mdmd:hidden
170
170
  The Modal client object is not intended to be instantiated directly by users.
modal/image.py CHANGED
@@ -1356,6 +1356,8 @@ class _Image(_Object, type_prefix="im"):
1356
1356
  image = modal.Image.debian_slim().uv_sync()
1357
1357
  ```
1358
1358
 
1359
+ The `pyproject.toml` and `uv.lock` in `uv_project_dir` are automatically added to the build context.
1360
+
1359
1361
  Added in v1.1.0.
1360
1362
  """
1361
1363
 
modal/image.pyi CHANGED
@@ -524,6 +524,8 @@ class _Image(modal._object._Object):
524
524
  image = modal.Image.debian_slim().uv_sync()
525
525
  ```
526
526
 
527
+ The `pyproject.toml` and `uv.lock` in `uv_project_dir` are automatically added to the build context.
528
+
527
529
  Added in v1.1.0.
528
530
  """
529
531
  ...
@@ -1366,6 +1368,8 @@ class Image(modal.object.Object):
1366
1368
  image = modal.Image.debian_slim().uv_sync()
1367
1369
  ```
1368
1370
 
1371
+ The `pyproject.toml` and `uv.lock` in `uv_project_dir` are automatically added to the build context.
1372
+
1369
1373
  Added in v1.1.0.
1370
1374
  """
1371
1375
  ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: modal
3
- Version: 1.1.1.dev33
3
+ Version: 1.1.1.dev35
4
4
  Summary: Python client library for Modal
5
5
  Author-email: Modal Labs <support@modal.com>
6
6
  License: Apache-2.0
@@ -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=hq0cHhK4yJUWJAD0YMApZtj3Eoc9dRkKScky8jJKkJA,15831
25
+ modal/client.pyi,sha256=sy3l80x6JzVZPc2jAg9jbqCWfTgXjICc-J5HaRAJJhg,15831
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
@@ -41,8 +41,8 @@ modal/file_pattern_matcher.py,sha256=urAue8es8jxqX94k9EYoZxxhtfgOlsEES8lbFHOorzc
41
41
  modal/functions.py,sha256=kcNHvqeGBxPI7Cgd57NIBBghkfbeFJzXO44WW0jSmao,325
42
42
  modal/functions.pyi,sha256=VYPnfnCLfHRDAl6t5AaVHmZEz0T5f2igjTeMOtHPie8,34766
43
43
  modal/gpu.py,sha256=Fe5ORvVPDIstSq1xjmM6OoNgLYFWvogP9r5BgmD3hYg,6769
44
- modal/image.py,sha256=aCxkC4OvM6WQyEU0aO1YUfNnQ6xP0tOKlRLhuAWWkx8,102715
45
- modal/image.pyi,sha256=nzUn5l527w5TSnZ01hqhkJBm_7XJ-5NK1rxOUvmXvK4,68321
44
+ modal/image.py,sha256=QkjOyH0mFbGDQbEZ03mfsj8MFoO9Anl7cs1DD2mmaKg,102825
45
+ modal/image.pyi,sha256=mlGwmpkKdwNK_VRrCa0WMDURmQPSOohm7hgiiFTfdXI,68541
46
46
  modal/io_streams.py,sha256=ut9tY_yEtiBsgQ40u_72Ns87IZHfbMxfnh8t6U9RSGA,16204
47
47
  modal/io_streams.pyi,sha256=aOun_jUFKHSJyUY6-7gKvNoxzcULsa8_hxdtEO7v-gk,13980
48
48
  modal/mount.py,sha256=EHttd7D0HNtGUDyB3DS26dJMdabG-SlIaD5c52dJnbE,36729
@@ -151,7 +151,7 @@ modal/experimental/__init__.py,sha256=nuc7AL4r_Fs08DD5dciWFZhrV1nanwoClOfdTcudU0
151
151
  modal/experimental/flash.py,sha256=7-_RBNvm0tEpdxXWuPAj5HCxfN-hSHVBep8SEWgAhCQ,19721
152
152
  modal/experimental/flash.pyi,sha256=A8_qJGtGoXEzKDdHbvhmCw7oqfneFEvJQK3ZdTOvUdU,10830
153
153
  modal/experimental/ipython.py,sha256=TrCfmol9LGsRZMeDoeMPx3Hv3BFqQhYnmD_iH0pqdhk,2904
154
- modal-1.1.1.dev33.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
154
+ modal-1.1.1.dev35.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
@@ -159,10 +159,10 @@ modal_docs/mdmd/__init__.py,sha256=svYKtV8HDwDCN86zbdWqyq5T8sMdGDj0PVlzc2tIxDM,2
159
159
  modal_docs/mdmd/mdmd.py,sha256=eW5MzrEl7mSclDo4Uv64sQ1-4IyLggldbgUJdBVLDdI,6449
160
160
  modal_docs/mdmd/signatures.py,sha256=XJaZrK7Mdepk5fdX51A8uENiLFNil85Ud0d4MH8H5f0,3218
161
161
  modal_proto/__init__.py,sha256=MIEP8jhXUeGq_eCjYFcqN5b1bxBM4fdk0VESpjWR0fc,28
162
- modal_proto/api.proto,sha256=qla-5KAYEVEzEb2vLLscgNAcWz3F1wagF3p_Ja35Ehg,103894
162
+ modal_proto/api.proto,sha256=sI5RJiIizg3hMUQK_3F19lh3ua8IeAHl8RYMkB-CdZM,103932
163
163
  modal_proto/api_grpc.py,sha256=B8F07AbQT5s3sCEE_o-MHGwK2lqA3gdnLb_6oTWoIj8,126393
164
- modal_proto/api_pb2.py,sha256=hT4pRyzDotwF3n8cD2-3t2UiqaHPx5GR9JEUWvCKoVM,364795
165
- modal_proto/api_pb2.pyi,sha256=d-ldWeKXYmXtDrPyDORu1JPC9MV8z3bjAdZa-67VqX4,501473
164
+ modal_proto/api_pb2.py,sha256=Ltrq0sOTnXb5a6Th-_Ix5WYUNK7vzTPoXK1NeAVbIVU,364847
165
+ modal_proto/api_pb2.pyi,sha256=HPPY0FyEtk5qZ2jqxUVOYdaa35BJwBnuMVaVh19vrQs,501673
166
166
  modal_proto/api_pb2_grpc.py,sha256=gig1H1894_rLO9C5cYUwbX-JONt6nSpJenjfiFy3ZHk,272831
167
167
  modal_proto/api_pb2_grpc.pyi,sha256=kXE43WnhqwacvJ_HB7L-hIBGg0djP3rX4lSliJN49NE,64007
168
168
  modal_proto/modal_api_grpc.py,sha256=KL5Nw4AS9hJNxfL6VIeuxHz4jIUN7Unz7hYnoSsqyx0,19071
@@ -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=Y14zhL5hTrOEjo7bvgBC10E79HwPCn7z7avT-knIdqc,121
177
+ modal_version/__init__.py,sha256=J8pi-VZmH2s7EPpMzOeLSHou4UXz-KZ5AeBsLRC_bWg,121
178
178
  modal_version/__main__.py,sha256=2FO0yYQQwDTh6udt1h-cBnGd1c4ZyHnHSI4BksxzVac,105
179
- modal-1.1.1.dev33.dist-info/METADATA,sha256=UprfuwyVvMUg3tXcyYccfVmtaicWiOvFV__pAsA-Xm4,2460
180
- modal-1.1.1.dev33.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
181
- modal-1.1.1.dev33.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
182
- modal-1.1.1.dev33.dist-info/top_level.txt,sha256=4BWzoKYREKUZ5iyPzZpjqx4G8uB5TWxXPDwibLcVa7k,43
183
- modal-1.1.1.dev33.dist-info/RECORD,,
179
+ modal-1.1.1.dev35.dist-info/METADATA,sha256=YA-ByVA6c0eXRcP4Ql19PwAoDz-efmWwZJc5dFyIws8,2460
180
+ modal-1.1.1.dev35.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
181
+ modal-1.1.1.dev35.dist-info/entry_points.txt,sha256=An-wYgeEUnm6xzrAP9_NTSTSciYvvEWsMZILtYrvpAI,46
182
+ modal-1.1.1.dev35.dist-info/top_level.txt,sha256=4BWzoKYREKUZ5iyPzZpjqx4G8uB5TWxXPDwibLcVa7k,43
183
+ modal-1.1.1.dev35.dist-info/RECORD,,
modal_proto/api.proto CHANGED
@@ -865,6 +865,7 @@ message ContainerArguments { // This is used to pass data from the worker to th
865
865
  string environment_name = 13;
866
866
  optional string checkpoint_id = 14;
867
867
  AppLayout app_layout = 15;
868
+ string input_plane_server_url = 16;
868
869
  }
869
870
 
870
871
  message ContainerCheckpointRequest {