1 file changed
+1
-1
lines changedSubmodule modal-client updated 59 files
- .github/actions/setup-cached-python/action.yml+1-1
- .github/workflows/ci-cd.yml+7-7
- CHANGELOG.md+20
- README.md+1-1
- core
- modal/__init__.py+2-2
- modal/__main__.py+4-29
- modal/_container_entrypoint.py+1
- modal/_functions.py+3-7
- modal/_grpc_client.py+48-28
- modal/_output.py+2-2
- modal/_runtime/container_io_manager.py+2-4
- modal/_runtime/gpu_memory_snapshot.py+9-7
- modal/_runtime/user_code_imports.py+1-1
- modal/_traceback.py+1-1
- modal/_tunnel.py+5-9
- modal/_utils/grpc_utils.py+4-5
- modal/_utils/package_utils.py+1
- modal/_utils/task_command_router_client.py+73-71
- modal/cli/entry_point.py+23
- modal/cli/environment.py+2-16
- modal/cli/launch.py-74
- modal/cli/network_file_system.py+4-16
- modal/cli/programs/launch_instance_ssh.py-94
- modal/cli/programs/run_marimo.py-95
- modal/cli/run.py+1-1
- modal/cli/utils.py+1-13
- modal/cli/volume.py+4-16
- modal/cls.py-6
- modal/container_process.py+2-2
- modal/dict.py+3-5
- modal/exception.py+142-16
- modal/file_io.py+8-45
- modal/image.py+5-9
- modal/io_streams.py+4-7
- modal/mount.py+8-9
- modal/queue.py+10-18
- modal/runner.py+1-8
- modal/sandbox.py+6-63
- modal/secret.py+4-20
- modal/volume.py+14-17
- modal_version/__init__.py+1-1
- modal_version/__main__.py+1-1
- pyproject.toml+12-2
- requirements.dev.txt+1-1
- tasks.py+16-8
- test/app_test.py+2-3
- test/blob_test.py-3
- test/client_test.py+3-5
- test/conftest.py+1
- test/exception_test.py+24
- test/file_io_test.py-52
- test/grpc_utils_test.py+1-1
- test/i6pn_clustered_test.py+1
- test/image_test.py+12-14
- test/serialization_test.py-3
- test/static_types_test.py+1-3
- test/task_command_router_client_test.py+71
- test/utils_test.py+1-1
0 commit comments