runloop_api_client 0.65.0__tar.gz → 0.66.0__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.
- runloop_api_client-0.66.0/.release-please-manifest.json +3 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/CHANGELOG.md +13 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/PKG-INFO +2 -2
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/pyproject.toml +2 -2
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_version.py +1 -1
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/blueprints.py +40 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_build_parameters.py +8 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_create_from_inspection_params.py +7 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_create_params.py +8 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_preview_params.py +8 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_blueprints.py +6 -0
- runloop_api_client-0.66.0/uv.lock +1376 -0
- runloop_api_client-0.65.0/.release-please-manifest.json +0 -3
- runloop_api_client-0.65.0/uv.lock +0 -1438
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/.gitignore +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/CONTRIBUTING.md +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/LICENSE +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/README.md +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/SECURITY.md +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/api.md +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/bin/check-release-environment +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/bin/publish-pypi +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/examples/.keep +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/release-please-config.json +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/requirements-dev.lock +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop/lib/.keep +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_base_client.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_client.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_compat.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_constants.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_exceptions.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_files.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_models.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_qs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_resource.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_streaming.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_types.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_compat.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_datetime_parse.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_logs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_proxy.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_reflection.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_resources_proxy.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_streams.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_sync.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_transform.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_typing.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_utils.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/lib/.keep +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/lib/polling.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/lib/polling_async.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/pagination.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/py.typed +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/benchmarks/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/benchmarks/benchmarks.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/benchmarks/runs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/browsers.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/computers.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/devboxes.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/disk_snapshots.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/executions.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/logs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/objects.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/repositories.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/runs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/scenarios.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/scorers.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/secrets.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_definitions_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_list_public_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_run_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_run_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_start_run_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_update_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmarks/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmarks/run_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmarks/run_list_scenario_runs_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_build_log.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_build_logs_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_list_public_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_preview_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_async_execution_detail_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_create_ssh_key_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_create_tunnel_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_download_file_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execute_async_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execute_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execute_sync_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execution_detail_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_list_disk_snapshots_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_read_file_contents_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_read_file_contents_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_remove_tunnel_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_send_std_in_result.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_snapshot_disk_async_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_snapshot_disk_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_snapshot_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_snapshot_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_tunnel_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_update_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_upload_file_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_wait_for_command_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_write_file_contents_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/browser_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/browser_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_keyboard_interaction_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_keyboard_interaction_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_mouse_interaction_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_mouse_interaction_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_screen_interaction_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_screen_interaction_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/devbox_logs_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/devbox_snapshot_async_status_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/disk_snapshot_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/disk_snapshot_update_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_execute_async_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_execute_sync_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_kill_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_retrieve_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_send_std_in_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_stream_stderr_updates_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_stream_stdout_updates_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_update_chunk.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/log_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/input_context.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/input_context_param.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/input_context_update_param.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/inspection_source_param.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_download_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_download_url_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_list_public_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_connection_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_connection_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_inspect_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_inspection_details.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_inspection_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_manifest_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_refresh_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_definition_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_environment.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_environment_param.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_list_public_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_run_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_run_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_start_run_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_update_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/run_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_create_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_list_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_retrieve_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_update_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_update_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_validate_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_validate_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract_param.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract_result_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract_update_param.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_function.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_function_param.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_function_result_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_create_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_list_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_list_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_update_params.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_view.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/after_idle.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/agent_mount_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/code_mount_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/launch_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/mount.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/object_mount_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/run_profile.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/after_idle.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/agent_mount_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/code_mount_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/launch_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/mount.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/object_mount_parameters.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/run_profile.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/benchmarks/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/benchmarks/test_runs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_browsers.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_computers.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_disk_snapshots.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_executions.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_logs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/scenarios/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/scenarios/test_runs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/scenarios/test_scorers.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_benchmarks.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_devboxes.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_objects.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_repositories.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_scenarios.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_secrets.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/conftest.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/sample_file.txt +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/README.md +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/__init__.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/conftest.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_blueprints.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_devboxes.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_executions.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_scenarios_benchmarks.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_snapshots.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/utils.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_client.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_deepcopy.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_extract_files.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_files.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_models.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_polling.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_qs.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_required_args.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_response.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_streaming.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_transform.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_utils/test_proxy.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_utils/test_typing.py +0 -0
- {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.66.0 (2025-10-23)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.65.0...v0.66.0](https://github.com/runloopai/api-client-python/compare/v0.65.0...v0.66.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([a0f1f40](https://github.com/runloopai/api-client-python/commit/a0f1f402b1f403fbe439bdebd9f96d5069c5fdf9))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* bump `httpx-aiohttp` version to 0.1.9 ([8d29288](https://github.com/runloopai/api-client-python/commit/8d29288a957e7a8d14dfb4e4cfaf4d6345dbaf41))
|
|
15
|
+
|
|
3
16
|
## 0.65.0 (2025-10-15)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v0.64.0...v0.65.0](https://github.com/runloopai/api-client-python/compare/v0.64.0...v0.65.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: runloop_api_client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.66.0
|
|
4
4
|
Summary: The official Python library for the runloop API
|
|
5
5
|
Project-URL: Homepage, https://github.com/runloopai/api-client-python
|
|
6
6
|
Project-URL: Repository, https://github.com/runloopai/api-client-python
|
|
@@ -30,7 +30,7 @@ Requires-Dist: typing-extensions<5,>=4.10
|
|
|
30
30
|
Requires-Dist: uuid-utils>=0.11.0
|
|
31
31
|
Provides-Extra: aiohttp
|
|
32
32
|
Requires-Dist: aiohttp; extra == 'aiohttp'
|
|
33
|
-
Requires-Dist: httpx-aiohttp>=0.1.
|
|
33
|
+
Requires-Dist: httpx-aiohttp>=0.1.9; extra == 'aiohttp'
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
|
|
36
36
|
# Runloop Python API library
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "runloop_api_client"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.66.0"
|
|
4
4
|
description = "The official Python library for the runloop API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "MIT"
|
|
@@ -40,7 +40,7 @@ Homepage = "https://github.com/runloopai/api-client-python"
|
|
|
40
40
|
Repository = "https://github.com/runloopai/api-client-python"
|
|
41
41
|
|
|
42
42
|
[project.optional-dependencies]
|
|
43
|
-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.
|
|
43
|
+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
|
|
44
44
|
|
|
45
45
|
[tool.uv]
|
|
46
46
|
managed = true
|
|
@@ -82,6 +82,7 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
82
82
|
file_mounts: Optional[Dict[str, str]] | Omit = omit,
|
|
83
83
|
launch_parameters: Optional[LaunchParameters] | Omit = omit,
|
|
84
84
|
metadata: Optional[Dict[str, str]] | Omit = omit,
|
|
85
|
+
secrets: Optional[Dict[str, str]] | Omit = omit,
|
|
85
86
|
services: Optional[Iterable[blueprint_create_params.Service]] | Omit = omit,
|
|
86
87
|
system_setup_commands: Optional[SequenceNotStr[str]] | Omit = omit,
|
|
87
88
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -122,6 +123,11 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
122
123
|
|
|
123
124
|
metadata: (Optional) User defined metadata for the Blueprint.
|
|
124
125
|
|
|
126
|
+
secrets: (Optional) Map of mount IDs/environment variable names to secret names. Secrets
|
|
127
|
+
will be available to commands during the build. Secrets are NOT stored in the
|
|
128
|
+
blueprint image. Example: {"DB_PASS": "DATABASE_PASSWORD"} makes the secret
|
|
129
|
+
'DATABASE_PASSWORD' available as environment variable 'DB_PASS'.
|
|
130
|
+
|
|
125
131
|
services: (Optional) List of containerized services to include in the Blueprint. These
|
|
126
132
|
services will be pre-pulled during the build phase for optimized startup
|
|
127
133
|
performance.
|
|
@@ -151,6 +157,7 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
151
157
|
"file_mounts": file_mounts,
|
|
152
158
|
"launch_parameters": launch_parameters,
|
|
153
159
|
"metadata": metadata,
|
|
160
|
+
"secrets": secrets,
|
|
154
161
|
"services": services,
|
|
155
162
|
"system_setup_commands": system_setup_commands,
|
|
156
163
|
},
|
|
@@ -404,6 +411,7 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
404
411
|
file_mounts: Optional[Dict[str, str]] | Omit = omit,
|
|
405
412
|
launch_parameters: Optional[LaunchParameters] | Omit = omit,
|
|
406
413
|
metadata: Optional[Dict[str, str]] | Omit = omit,
|
|
414
|
+
secrets: Optional[Dict[str, str]] | Omit = omit,
|
|
407
415
|
system_setup_commands: Optional[SequenceNotStr[str]] | Omit = omit,
|
|
408
416
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
409
417
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -430,6 +438,10 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
430
438
|
|
|
431
439
|
metadata: (Optional) User defined metadata for the Blueprint.
|
|
432
440
|
|
|
441
|
+
secrets: (Optional) Map of mount IDs/environment variable names to secret names. Secrets
|
|
442
|
+
can be used as environment variables in system_setup_commands. Example:
|
|
443
|
+
{"GITHUB_TOKEN": "gh_secret"} makes 'gh_secret' available as GITHUB_TOKEN.
|
|
444
|
+
|
|
433
445
|
system_setup_commands: A list of commands to run to set up your system.
|
|
434
446
|
|
|
435
447
|
extra_headers: Send extra headers
|
|
@@ -451,6 +463,7 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
451
463
|
"file_mounts": file_mounts,
|
|
452
464
|
"launch_parameters": launch_parameters,
|
|
453
465
|
"metadata": metadata,
|
|
466
|
+
"secrets": secrets,
|
|
454
467
|
"system_setup_commands": system_setup_commands,
|
|
455
468
|
},
|
|
456
469
|
blueprint_create_from_inspection_params.BlueprintCreateFromInspectionParams,
|
|
@@ -561,6 +574,7 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
561
574
|
file_mounts: Optional[Dict[str, str]] | Omit = omit,
|
|
562
575
|
launch_parameters: Optional[LaunchParameters] | Omit = omit,
|
|
563
576
|
metadata: Optional[Dict[str, str]] | Omit = omit,
|
|
577
|
+
secrets: Optional[Dict[str, str]] | Omit = omit,
|
|
564
578
|
services: Optional[Iterable[blueprint_preview_params.Service]] | Omit = omit,
|
|
565
579
|
system_setup_commands: Optional[SequenceNotStr[str]] | Omit = omit,
|
|
566
580
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -599,6 +613,11 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
599
613
|
|
|
600
614
|
metadata: (Optional) User defined metadata for the Blueprint.
|
|
601
615
|
|
|
616
|
+
secrets: (Optional) Map of mount IDs/environment variable names to secret names. Secrets
|
|
617
|
+
will be available to commands during the build. Secrets are NOT stored in the
|
|
618
|
+
blueprint image. Example: {"DB_PASS": "DATABASE_PASSWORD"} makes the secret
|
|
619
|
+
'DATABASE_PASSWORD' available as environment variable 'DB_PASS'.
|
|
620
|
+
|
|
602
621
|
services: (Optional) List of containerized services to include in the Blueprint. These
|
|
603
622
|
services will be pre-pulled during the build phase for optimized startup
|
|
604
623
|
performance.
|
|
@@ -628,6 +647,7 @@ class BlueprintsResource(SyncAPIResource):
|
|
|
628
647
|
"file_mounts": file_mounts,
|
|
629
648
|
"launch_parameters": launch_parameters,
|
|
630
649
|
"metadata": metadata,
|
|
650
|
+
"secrets": secrets,
|
|
631
651
|
"services": services,
|
|
632
652
|
"system_setup_commands": system_setup_commands,
|
|
633
653
|
},
|
|
@@ -676,6 +696,7 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
676
696
|
file_mounts: Optional[Dict[str, str]] | Omit = omit,
|
|
677
697
|
launch_parameters: Optional[LaunchParameters] | Omit = omit,
|
|
678
698
|
metadata: Optional[Dict[str, str]] | Omit = omit,
|
|
699
|
+
secrets: Optional[Dict[str, str]] | Omit = omit,
|
|
679
700
|
services: Optional[Iterable[blueprint_create_params.Service]] | Omit = omit,
|
|
680
701
|
system_setup_commands: Optional[SequenceNotStr[str]] | Omit = omit,
|
|
681
702
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -716,6 +737,11 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
716
737
|
|
|
717
738
|
metadata: (Optional) User defined metadata for the Blueprint.
|
|
718
739
|
|
|
740
|
+
secrets: (Optional) Map of mount IDs/environment variable names to secret names. Secrets
|
|
741
|
+
will be available to commands during the build. Secrets are NOT stored in the
|
|
742
|
+
blueprint image. Example: {"DB_PASS": "DATABASE_PASSWORD"} makes the secret
|
|
743
|
+
'DATABASE_PASSWORD' available as environment variable 'DB_PASS'.
|
|
744
|
+
|
|
719
745
|
services: (Optional) List of containerized services to include in the Blueprint. These
|
|
720
746
|
services will be pre-pulled during the build phase for optimized startup
|
|
721
747
|
performance.
|
|
@@ -745,6 +771,7 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
745
771
|
"file_mounts": file_mounts,
|
|
746
772
|
"launch_parameters": launch_parameters,
|
|
747
773
|
"metadata": metadata,
|
|
774
|
+
"secrets": secrets,
|
|
748
775
|
"services": services,
|
|
749
776
|
"system_setup_commands": system_setup_commands,
|
|
750
777
|
},
|
|
@@ -998,6 +1025,7 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
998
1025
|
file_mounts: Optional[Dict[str, str]] | Omit = omit,
|
|
999
1026
|
launch_parameters: Optional[LaunchParameters] | Omit = omit,
|
|
1000
1027
|
metadata: Optional[Dict[str, str]] | Omit = omit,
|
|
1028
|
+
secrets: Optional[Dict[str, str]] | Omit = omit,
|
|
1001
1029
|
system_setup_commands: Optional[SequenceNotStr[str]] | Omit = omit,
|
|
1002
1030
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
1003
1031
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -1024,6 +1052,10 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
1024
1052
|
|
|
1025
1053
|
metadata: (Optional) User defined metadata for the Blueprint.
|
|
1026
1054
|
|
|
1055
|
+
secrets: (Optional) Map of mount IDs/environment variable names to secret names. Secrets
|
|
1056
|
+
can be used as environment variables in system_setup_commands. Example:
|
|
1057
|
+
{"GITHUB_TOKEN": "gh_secret"} makes 'gh_secret' available as GITHUB_TOKEN.
|
|
1058
|
+
|
|
1027
1059
|
system_setup_commands: A list of commands to run to set up your system.
|
|
1028
1060
|
|
|
1029
1061
|
extra_headers: Send extra headers
|
|
@@ -1045,6 +1077,7 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
1045
1077
|
"file_mounts": file_mounts,
|
|
1046
1078
|
"launch_parameters": launch_parameters,
|
|
1047
1079
|
"metadata": metadata,
|
|
1080
|
+
"secrets": secrets,
|
|
1048
1081
|
"system_setup_commands": system_setup_commands,
|
|
1049
1082
|
},
|
|
1050
1083
|
blueprint_create_from_inspection_params.BlueprintCreateFromInspectionParams,
|
|
@@ -1155,6 +1188,7 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
1155
1188
|
file_mounts: Optional[Dict[str, str]] | Omit = omit,
|
|
1156
1189
|
launch_parameters: Optional[LaunchParameters] | Omit = omit,
|
|
1157
1190
|
metadata: Optional[Dict[str, str]] | Omit = omit,
|
|
1191
|
+
secrets: Optional[Dict[str, str]] | Omit = omit,
|
|
1158
1192
|
services: Optional[Iterable[blueprint_preview_params.Service]] | Omit = omit,
|
|
1159
1193
|
system_setup_commands: Optional[SequenceNotStr[str]] | Omit = omit,
|
|
1160
1194
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -1193,6 +1227,11 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
1193
1227
|
|
|
1194
1228
|
metadata: (Optional) User defined metadata for the Blueprint.
|
|
1195
1229
|
|
|
1230
|
+
secrets: (Optional) Map of mount IDs/environment variable names to secret names. Secrets
|
|
1231
|
+
will be available to commands during the build. Secrets are NOT stored in the
|
|
1232
|
+
blueprint image. Example: {"DB_PASS": "DATABASE_PASSWORD"} makes the secret
|
|
1233
|
+
'DATABASE_PASSWORD' available as environment variable 'DB_PASS'.
|
|
1234
|
+
|
|
1196
1235
|
services: (Optional) List of containerized services to include in the Blueprint. These
|
|
1197
1236
|
services will be pre-pulled during the build phase for optimized startup
|
|
1198
1237
|
performance.
|
|
@@ -1222,6 +1261,7 @@ class AsyncBlueprintsResource(AsyncAPIResource):
|
|
|
1222
1261
|
"file_mounts": file_mounts,
|
|
1223
1262
|
"launch_parameters": launch_parameters,
|
|
1224
1263
|
"metadata": metadata,
|
|
1264
|
+
"secrets": secrets,
|
|
1225
1265
|
"services": services,
|
|
1226
1266
|
"system_setup_commands": system_setup_commands,
|
|
1227
1267
|
},
|
|
@@ -76,6 +76,14 @@ class BlueprintBuildParameters(BaseModel):
|
|
|
76
76
|
metadata: Optional[Dict[str, str]] = None
|
|
77
77
|
"""(Optional) User defined metadata for the Blueprint."""
|
|
78
78
|
|
|
79
|
+
secrets: Optional[Dict[str, str]] = None
|
|
80
|
+
"""(Optional) Map of mount IDs/environment variable names to secret names.
|
|
81
|
+
|
|
82
|
+
Secrets will be available to commands during the build. Secrets are NOT stored
|
|
83
|
+
in the blueprint image. Example: {"DB_PASS": "DATABASE_PASSWORD"} makes the
|
|
84
|
+
secret 'DATABASE_PASSWORD' available as environment variable 'DB_PASS'.
|
|
85
|
+
"""
|
|
86
|
+
|
|
79
87
|
services: Optional[List[Service]] = None
|
|
80
88
|
"""(Optional) List of containerized services to include in the Blueprint.
|
|
81
89
|
|
|
@@ -32,5 +32,12 @@ class BlueprintCreateFromInspectionParams(TypedDict, total=False):
|
|
|
32
32
|
metadata: Optional[Dict[str, str]]
|
|
33
33
|
"""(Optional) User defined metadata for the Blueprint."""
|
|
34
34
|
|
|
35
|
+
secrets: Optional[Dict[str, str]]
|
|
36
|
+
"""(Optional) Map of mount IDs/environment variable names to secret names.
|
|
37
|
+
|
|
38
|
+
Secrets can be used as environment variables in system_setup_commands. Example:
|
|
39
|
+
{"GITHUB_TOKEN": "gh_secret"} makes 'gh_secret' available as GITHUB_TOKEN.
|
|
40
|
+
"""
|
|
41
|
+
|
|
35
42
|
system_setup_commands: Optional[SequenceNotStr[str]]
|
|
36
43
|
"""A list of commands to run to set up your system."""
|
|
@@ -48,6 +48,14 @@ class BlueprintCreateParams(TypedDict, total=False):
|
|
|
48
48
|
metadata: Optional[Dict[str, str]]
|
|
49
49
|
"""(Optional) User defined metadata for the Blueprint."""
|
|
50
50
|
|
|
51
|
+
secrets: Optional[Dict[str, str]]
|
|
52
|
+
"""(Optional) Map of mount IDs/environment variable names to secret names.
|
|
53
|
+
|
|
54
|
+
Secrets will be available to commands during the build. Secrets are NOT stored
|
|
55
|
+
in the blueprint image. Example: {"DB_PASS": "DATABASE_PASSWORD"} makes the
|
|
56
|
+
secret 'DATABASE_PASSWORD' available as environment variable 'DB_PASS'.
|
|
57
|
+
"""
|
|
58
|
+
|
|
51
59
|
services: Optional[Iterable[Service]]
|
|
52
60
|
"""(Optional) List of containerized services to include in the Blueprint.
|
|
53
61
|
|
|
@@ -48,6 +48,14 @@ class BlueprintPreviewParams(TypedDict, total=False):
|
|
|
48
48
|
metadata: Optional[Dict[str, str]]
|
|
49
49
|
"""(Optional) User defined metadata for the Blueprint."""
|
|
50
50
|
|
|
51
|
+
secrets: Optional[Dict[str, str]]
|
|
52
|
+
"""(Optional) Map of mount IDs/environment variable names to secret names.
|
|
53
|
+
|
|
54
|
+
Secrets will be available to commands during the build. Secrets are NOT stored
|
|
55
|
+
in the blueprint image. Example: {"DB_PASS": "DATABASE_PASSWORD"} makes the
|
|
56
|
+
secret 'DATABASE_PASSWORD' available as environment variable 'DB_PASS'.
|
|
57
|
+
"""
|
|
58
|
+
|
|
51
59
|
services: Optional[Iterable[Service]]
|
|
52
60
|
"""(Optional) List of containerized services to include in the Blueprint.
|
|
53
61
|
|
{runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_blueprints.py
RENAMED
|
@@ -66,6 +66,7 @@ class TestBlueprints:
|
|
|
66
66
|
},
|
|
67
67
|
},
|
|
68
68
|
metadata={"foo": "string"},
|
|
69
|
+
secrets={"foo": "string"},
|
|
69
70
|
services=[
|
|
70
71
|
{
|
|
71
72
|
"image": "image",
|
|
@@ -254,6 +255,7 @@ class TestBlueprints:
|
|
|
254
255
|
},
|
|
255
256
|
},
|
|
256
257
|
metadata={"foo": "string"},
|
|
258
|
+
secrets={"foo": "string"},
|
|
257
259
|
system_setup_commands=["string"],
|
|
258
260
|
)
|
|
259
261
|
assert_matches_type(BlueprintView, blueprint, path=["response"])
|
|
@@ -400,6 +402,7 @@ class TestBlueprints:
|
|
|
400
402
|
},
|
|
401
403
|
},
|
|
402
404
|
metadata={"foo": "string"},
|
|
405
|
+
secrets={"foo": "string"},
|
|
403
406
|
services=[
|
|
404
407
|
{
|
|
405
408
|
"image": "image",
|
|
@@ -491,6 +494,7 @@ class TestAsyncBlueprints:
|
|
|
491
494
|
},
|
|
492
495
|
},
|
|
493
496
|
metadata={"foo": "string"},
|
|
497
|
+
secrets={"foo": "string"},
|
|
494
498
|
services=[
|
|
495
499
|
{
|
|
496
500
|
"image": "image",
|
|
@@ -679,6 +683,7 @@ class TestAsyncBlueprints:
|
|
|
679
683
|
},
|
|
680
684
|
},
|
|
681
685
|
metadata={"foo": "string"},
|
|
686
|
+
secrets={"foo": "string"},
|
|
682
687
|
system_setup_commands=["string"],
|
|
683
688
|
)
|
|
684
689
|
assert_matches_type(BlueprintView, blueprint, path=["response"])
|
|
@@ -825,6 +830,7 @@ class TestAsyncBlueprints:
|
|
|
825
830
|
},
|
|
826
831
|
},
|
|
827
832
|
metadata={"foo": "string"},
|
|
833
|
+
secrets={"foo": "string"},
|
|
828
834
|
services=[
|
|
829
835
|
{
|
|
830
836
|
"image": "image",
|