modal 1.1.5.dev85__tar.gz → 1.1.5.dev86__tar.gz
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-1.1.5.dev85 → modal-1.1.5.dev86}/PKG-INFO +1 -1
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/client.pyi +2 -2
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal.egg-info/PKG-INFO +1 -1
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal.egg-info/SOURCES.txt +0 -7
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_version/__init__.py +1 -1
- modal-1.1.5.dev85/modal_proto/modal_options_grpc.py +0 -3
- modal-1.1.5.dev85/modal_proto/options.proto +0 -19
- modal-1.1.5.dev85/modal_proto/options_grpc.py +0 -3
- modal-1.1.5.dev85/modal_proto/options_pb2.py +0 -35
- modal-1.1.5.dev85/modal_proto/options_pb2.pyi +0 -20
- modal-1.1.5.dev85/modal_proto/options_pb2_grpc.py +0 -4
- modal-1.1.5.dev85/modal_proto/options_pb2_grpc.pyi +0 -7
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/LICENSE +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/README.md +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/__main__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_clustered_functions.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_clustered_functions.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_container_entrypoint.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_functions.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_ipython.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_location.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_object.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_output.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_partial_function.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_pty.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_resolver.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_resources.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/asgi.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/container_io_manager.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/container_io_manager.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/execution_context.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/execution_context.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/gpu_memory_snapshot.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/telemetry.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_runtime/user_code_imports.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_serialization.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_traceback.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_tunnel.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_tunnel.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_type_manager.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/app_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/async_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/auth_token_manager.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/blob_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/bytes_io_segment_payload.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/deprecation.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/docker_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/function_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/git_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/grpc_testing.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/grpc_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/hash_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/http_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/jwt_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/logger.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/mount_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/name_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/package_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/pattern_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/rand_pb_testing.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/shell_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_utils/time_utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_vendor/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_vendor/a2wsgi_wsgi.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_vendor/cloudpickle.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_vendor/tblib.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/_watcher.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/app.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/app.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/2023.12.312.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/2023.12.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/2024.04.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/2024.10.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/2025.06.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/PREVIEW.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/README.md +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/builder/base-images.json +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/call_graph.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/_download.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/_traceback.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/app.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/cluster.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/config.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/container.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/dict.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/entry_point.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/environment.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/import_refs.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/launch.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/network_file_system.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/profile.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/programs/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/programs/launch_instance_ssh.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/programs/run_jupyter.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/programs/run_marimo.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/programs/vscode.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/queues.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/run.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/secret.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/token.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/utils.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cli/volume.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/client.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cloud_bucket_mount.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cloud_bucket_mount.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cls.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/cls.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/config.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/container_process.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/container_process.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/dict.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/dict.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/environments.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/environments.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/exception.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/experimental/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/experimental/flash.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/experimental/flash.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/experimental/ipython.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/file_io.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/file_io.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/file_pattern_matcher.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/functions.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/functions.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/gpu.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/image.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/image.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/io_streams.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/io_streams.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/mount.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/mount.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/network_file_system.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/network_file_system.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/object.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/object.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/output.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/parallel_map.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/parallel_map.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/partial_function.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/partial_function.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/proxy.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/proxy.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/py.typed +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/queue.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/queue.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/retries.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/runner.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/runner.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/running_app.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/sandbox.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/sandbox.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/schedule.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/scheduler_placement.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/secret.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/secret.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/serving.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/serving.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/snapshot.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/snapshot.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/stream_type.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/token_flow.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/token_flow.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/volume.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal/volume.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal.egg-info/dependency_links.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal.egg-info/entry_points.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal.egg-info/requires.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal.egg-info/top_level.txt +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_docs/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_docs/gen_cli_docs.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_docs/gen_reference_docs.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_docs/mdmd/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_docs/mdmd/mdmd.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_docs/mdmd/signatures.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/__init__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/api.proto +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/api_grpc.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/api_pb2.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/api_pb2.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/api_pb2_grpc.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/api_pb2_grpc.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/modal_api_grpc.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/py.typed +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/sandbox_router.proto +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/sandbox_router_grpc.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/sandbox_router_pb2.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/sandbox_router_pb2.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/sandbox_router_pb2_grpc.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_proto/sandbox_router_pb2_grpc.pyi +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/modal_version/__main__.py +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/pyproject.toml +0 -0
- {modal-1.1.5.dev85 → modal-1.1.5.dev86}/setup.cfg +0 -0
|
@@ -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.5.
|
|
36
|
+
version: str = "1.1.5.dev86",
|
|
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.5.
|
|
167
|
+
version: str = "1.1.5.dev86",
|
|
168
168
|
):
|
|
169
169
|
"""mdmd:hidden
|
|
170
170
|
The Modal client object is not intended to be instantiated directly by users.
|
|
@@ -176,13 +176,6 @@ modal_proto/api_pb2.pyi
|
|
|
176
176
|
modal_proto/api_pb2_grpc.py
|
|
177
177
|
modal_proto/api_pb2_grpc.pyi
|
|
178
178
|
modal_proto/modal_api_grpc.py
|
|
179
|
-
modal_proto/modal_options_grpc.py
|
|
180
|
-
modal_proto/options.proto
|
|
181
|
-
modal_proto/options_grpc.py
|
|
182
|
-
modal_proto/options_pb2.py
|
|
183
|
-
modal_proto/options_pb2.pyi
|
|
184
|
-
modal_proto/options_pb2_grpc.py
|
|
185
|
-
modal_proto/options_pb2_grpc.pyi
|
|
186
179
|
modal_proto/py.typed
|
|
187
180
|
modal_proto/sandbox_router.proto
|
|
188
181
|
modal_proto/sandbox_router_grpc.py
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
// Defines custom options used internally at Modal.
|
|
2
|
-
// Custom options must be in the range 50000-99999.
|
|
3
|
-
// Reference: https://protobuf.dev/programming-guides/proto2/#customoptions
|
|
4
|
-
syntax = "proto3";
|
|
5
|
-
|
|
6
|
-
option go_package = "github.com/modal-labs/modal/go/proto";
|
|
7
|
-
|
|
8
|
-
import "google/protobuf/descriptor.proto";
|
|
9
|
-
|
|
10
|
-
package modal.options;
|
|
11
|
-
|
|
12
|
-
extend google.protobuf.FieldOptions {
|
|
13
|
-
optional bool audit_target_attr = 50000;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
extend google.protobuf.MethodOptions {
|
|
17
|
-
optional string audit_event_name = 50000;
|
|
18
|
-
optional string audit_event_description = 50001;
|
|
19
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: modal_proto/options.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19modal_proto/options.proto\x12\rmodal.options\x1a google/protobuf/descriptor.proto:=\n\x11\x61udit_target_attr\x12\x1d.google.protobuf.FieldOptions\x18\xd0\x86\x03 \x01(\x08\x88\x01\x01:=\n\x10\x61udit_event_name\x12\x1e.google.protobuf.MethodOptions\x18\xd0\x86\x03 \x01(\t\x88\x01\x01:D\n\x17\x61udit_event_description\x12\x1e.google.protobuf.MethodOptions\x18\xd1\x86\x03 \x01(\t\x88\x01\x01\x42&Z$github.com/modal-labs/modal/go/protob\x06proto3')
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
AUDIT_TARGET_ATTR_FIELD_NUMBER = 50000
|
|
22
|
-
audit_target_attr = DESCRIPTOR.extensions_by_name['audit_target_attr']
|
|
23
|
-
AUDIT_EVENT_NAME_FIELD_NUMBER = 50000
|
|
24
|
-
audit_event_name = DESCRIPTOR.extensions_by_name['audit_event_name']
|
|
25
|
-
AUDIT_EVENT_DESCRIPTION_FIELD_NUMBER = 50001
|
|
26
|
-
audit_event_description = DESCRIPTOR.extensions_by_name['audit_event_description']
|
|
27
|
-
|
|
28
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
29
|
-
google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(audit_target_attr)
|
|
30
|
-
google_dot_protobuf_dot_descriptor__pb2.MethodOptions.RegisterExtension(audit_event_name)
|
|
31
|
-
google_dot_protobuf_dot_descriptor__pb2.MethodOptions.RegisterExtension(audit_event_description)
|
|
32
|
-
|
|
33
|
-
DESCRIPTOR._options = None
|
|
34
|
-
DESCRIPTOR._serialized_options = b'Z$github.com/modal-labs/modal/go/proto'
|
|
35
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
-
isort:skip_file
|
|
4
|
-
Defines custom options used internally at Modal.
|
|
5
|
-
Custom options must be in the range 50000-99999.
|
|
6
|
-
Reference: https://protobuf.dev/programming-guides/proto2/#customoptions
|
|
7
|
-
"""
|
|
8
|
-
import builtins
|
|
9
|
-
import google.protobuf.descriptor
|
|
10
|
-
import google.protobuf.descriptor_pb2
|
|
11
|
-
import google.protobuf.internal.extension_dict
|
|
12
|
-
|
|
13
|
-
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
14
|
-
|
|
15
|
-
AUDIT_TARGET_ATTR_FIELD_NUMBER: builtins.int
|
|
16
|
-
AUDIT_EVENT_NAME_FIELD_NUMBER: builtins.int
|
|
17
|
-
AUDIT_EVENT_DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
18
|
-
audit_target_attr: google.protobuf.internal.extension_dict._ExtensionFieldDescriptor[google.protobuf.descriptor_pb2.FieldOptions, builtins.bool]
|
|
19
|
-
audit_event_name: google.protobuf.internal.extension_dict._ExtensionFieldDescriptor[google.protobuf.descriptor_pb2.MethodOptions, builtins.str]
|
|
20
|
-
audit_event_description: google.protobuf.internal.extension_dict._ExtensionFieldDescriptor[google.protobuf.descriptor_pb2.MethodOptions, builtins.str]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|