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.
Files changed (259) hide show
  1. runloop_api_client-0.66.0/.release-please-manifest.json +3 -0
  2. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/CHANGELOG.md +13 -0
  3. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/PKG-INFO +2 -2
  4. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/pyproject.toml +2 -2
  5. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_version.py +1 -1
  6. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/blueprints.py +40 -0
  7. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_build_parameters.py +8 -0
  8. {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
  9. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_create_params.py +8 -0
  10. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_preview_params.py +8 -0
  11. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_blueprints.py +6 -0
  12. runloop_api_client-0.66.0/uv.lock +1376 -0
  13. runloop_api_client-0.65.0/.release-please-manifest.json +0 -3
  14. runloop_api_client-0.65.0/uv.lock +0 -1438
  15. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/.gitignore +0 -0
  16. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/CONTRIBUTING.md +0 -0
  17. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/LICENSE +0 -0
  18. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/README.md +0 -0
  19. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/SECURITY.md +0 -0
  20. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/api.md +0 -0
  21. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/bin/check-release-environment +0 -0
  22. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/bin/publish-pypi +0 -0
  23. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/examples/.keep +0 -0
  24. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/release-please-config.json +0 -0
  25. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/requirements-dev.lock +0 -0
  26. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop/lib/.keep +0 -0
  27. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/__init__.py +0 -0
  28. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_base_client.py +0 -0
  29. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_client.py +0 -0
  30. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_compat.py +0 -0
  31. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_constants.py +0 -0
  32. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_exceptions.py +0 -0
  33. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_files.py +0 -0
  34. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_models.py +0 -0
  35. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_qs.py +0 -0
  36. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_resource.py +0 -0
  37. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_response.py +0 -0
  38. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_streaming.py +0 -0
  39. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_types.py +0 -0
  40. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/__init__.py +0 -0
  41. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_compat.py +0 -0
  42. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_datetime_parse.py +0 -0
  43. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_logs.py +0 -0
  44. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_proxy.py +0 -0
  45. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_reflection.py +0 -0
  46. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_resources_proxy.py +0 -0
  47. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_streams.py +0 -0
  48. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_sync.py +0 -0
  49. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_transform.py +0 -0
  50. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_typing.py +0 -0
  51. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/_utils/_utils.py +0 -0
  52. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/lib/.keep +0 -0
  53. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/lib/polling.py +0 -0
  54. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/lib/polling_async.py +0 -0
  55. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/pagination.py +0 -0
  56. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/py.typed +0 -0
  57. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/__init__.py +0 -0
  58. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/benchmarks/__init__.py +0 -0
  59. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/benchmarks/benchmarks.py +0 -0
  60. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/benchmarks/runs.py +0 -0
  61. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/__init__.py +0 -0
  62. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/browsers.py +0 -0
  63. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/computers.py +0 -0
  64. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/devboxes.py +0 -0
  65. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/disk_snapshots.py +0 -0
  66. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/executions.py +0 -0
  67. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/devboxes/logs.py +0 -0
  68. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/objects.py +0 -0
  69. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/repositories.py +0 -0
  70. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/__init__.py +0 -0
  71. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/runs.py +0 -0
  72. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/scenarios.py +0 -0
  73. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/scenarios/scorers.py +0 -0
  74. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/resources/secrets.py +0 -0
  75. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/__init__.py +0 -0
  76. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_create_params.py +0 -0
  77. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_definitions_params.py +0 -0
  78. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_list_params.py +0 -0
  79. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_list_public_params.py +0 -0
  80. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_run_list_view.py +0 -0
  81. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_run_view.py +0 -0
  82. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_start_run_params.py +0 -0
  83. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_update_params.py +0 -0
  84. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmark_view.py +0 -0
  85. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmarks/__init__.py +0 -0
  86. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/benchmarks/run_list_params.py +0 -0
  87. {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
  88. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_build_log.py +0 -0
  89. {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
  90. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_list_params.py +0 -0
  91. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_list_public_params.py +0 -0
  92. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_list_view.py +0 -0
  93. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_preview_view.py +0 -0
  94. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/blueprint_view.py +0 -0
  95. {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
  96. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_create_params.py +0 -0
  97. {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
  98. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_create_tunnel_params.py +0 -0
  99. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_download_file_params.py +0 -0
  100. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execute_async_params.py +0 -0
  101. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execute_params.py +0 -0
  102. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execute_sync_params.py +0 -0
  103. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_execution_detail_view.py +0 -0
  104. {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
  105. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_list_params.py +0 -0
  106. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_list_view.py +0 -0
  107. {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
  108. {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
  109. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_remove_tunnel_params.py +0 -0
  110. {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
  111. {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
  112. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_snapshot_disk_params.py +0 -0
  113. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_snapshot_list_view.py +0 -0
  114. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_snapshot_view.py +0 -0
  115. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_tunnel_view.py +0 -0
  116. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_update_params.py +0 -0
  117. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_upload_file_params.py +0 -0
  118. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devbox_view.py +0 -0
  119. {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
  120. {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
  121. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/__init__.py +0 -0
  122. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/browser_create_params.py +0 -0
  123. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/browser_view.py +0 -0
  124. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_create_params.py +0 -0
  125. {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
  126. {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
  127. {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
  128. {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
  129. {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
  130. {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
  131. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/computer_view.py +0 -0
  132. {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
  133. {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
  134. {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
  135. {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
  136. {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
  137. {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
  138. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_kill_params.py +0 -0
  139. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_retrieve_params.py +0 -0
  140. {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
  141. {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
  142. {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
  143. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/execution_update_chunk.py +0 -0
  144. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/devboxes/log_list_params.py +0 -0
  145. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/input_context.py +0 -0
  146. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/input_context_param.py +0 -0
  147. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/input_context_update_param.py +0 -0
  148. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/inspection_source_param.py +0 -0
  149. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_create_params.py +0 -0
  150. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_download_params.py +0 -0
  151. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_download_url_view.py +0 -0
  152. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_list_params.py +0 -0
  153. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_list_public_params.py +0 -0
  154. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_list_view.py +0 -0
  155. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/object_view.py +0 -0
  156. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_connection_list_view.py +0 -0
  157. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_connection_view.py +0 -0
  158. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_create_params.py +0 -0
  159. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_inspect_params.py +0 -0
  160. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_inspection_details.py +0 -0
  161. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_inspection_list_view.py +0 -0
  162. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_list_params.py +0 -0
  163. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_manifest_view.py +0 -0
  164. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/repository_refresh_params.py +0 -0
  165. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_create_params.py +0 -0
  166. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_definition_list_view.py +0 -0
  167. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_environment.py +0 -0
  168. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_environment_param.py +0 -0
  169. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_list_params.py +0 -0
  170. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_list_public_params.py +0 -0
  171. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_run_list_view.py +0 -0
  172. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_run_view.py +0 -0
  173. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_start_run_params.py +0 -0
  174. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_update_params.py +0 -0
  175. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenario_view.py +0 -0
  176. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/__init__.py +0 -0
  177. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/run_list_params.py +0 -0
  178. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_create_params.py +0 -0
  179. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_create_response.py +0 -0
  180. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_list_params.py +0 -0
  181. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_list_response.py +0 -0
  182. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_retrieve_response.py +0 -0
  183. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_update_params.py +0 -0
  184. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_update_response.py +0 -0
  185. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_validate_params.py +0 -0
  186. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scenarios/scorer_validate_response.py +0 -0
  187. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract.py +0 -0
  188. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract_param.py +0 -0
  189. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract_result_view.py +0 -0
  190. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_contract_update_param.py +0 -0
  191. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_function.py +0 -0
  192. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_function_param.py +0 -0
  193. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/scoring_function_result_view.py +0 -0
  194. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_create_params.py +0 -0
  195. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_list_params.py +0 -0
  196. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_list_view.py +0 -0
  197. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_update_params.py +0 -0
  198. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/secret_view.py +0 -0
  199. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/__init__.py +0 -0
  200. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/after_idle.py +0 -0
  201. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/agent_mount_parameters.py +0 -0
  202. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/code_mount_parameters.py +0 -0
  203. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/launch_parameters.py +0 -0
  204. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/mount.py +0 -0
  205. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/object_mount_parameters.py +0 -0
  206. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared/run_profile.py +0 -0
  207. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/__init__.py +0 -0
  208. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/after_idle.py +0 -0
  209. {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
  210. {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
  211. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/launch_parameters.py +0 -0
  212. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/mount.py +0 -0
  213. {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
  214. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/src/runloop_api_client/types/shared_params/run_profile.py +0 -0
  215. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/__init__.py +0 -0
  216. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/__init__.py +0 -0
  217. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/benchmarks/__init__.py +0 -0
  218. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/benchmarks/test_runs.py +0 -0
  219. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/__init__.py +0 -0
  220. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_browsers.py +0 -0
  221. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_computers.py +0 -0
  222. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_disk_snapshots.py +0 -0
  223. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_executions.py +0 -0
  224. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/devboxes/test_logs.py +0 -0
  225. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/scenarios/__init__.py +0 -0
  226. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/scenarios/test_runs.py +0 -0
  227. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/scenarios/test_scorers.py +0 -0
  228. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_benchmarks.py +0 -0
  229. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_devboxes.py +0 -0
  230. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_objects.py +0 -0
  231. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_repositories.py +0 -0
  232. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_scenarios.py +0 -0
  233. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/api_resources/test_secrets.py +0 -0
  234. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/conftest.py +0 -0
  235. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/sample_file.txt +0 -0
  236. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/README.md +0 -0
  237. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/__init__.py +0 -0
  238. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/conftest.py +0 -0
  239. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_blueprints.py +0 -0
  240. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_devboxes.py +0 -0
  241. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_executions.py +0 -0
  242. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_scenarios_benchmarks.py +0 -0
  243. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/test_snapshots.py +0 -0
  244. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/smoketests/utils.py +0 -0
  245. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_client.py +0 -0
  246. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_deepcopy.py +0 -0
  247. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_extract_files.py +0 -0
  248. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_files.py +0 -0
  249. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_models.py +0 -0
  250. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_polling.py +0 -0
  251. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_qs.py +0 -0
  252. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_required_args.py +0 -0
  253. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_response.py +0 -0
  254. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_streaming.py +0 -0
  255. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_transform.py +0 -0
  256. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_utils/test_datetime_parse.py +0 -0
  257. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_utils/test_proxy.py +0 -0
  258. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/test_utils/test_typing.py +0 -0
  259. {runloop_api_client-0.65.0 → runloop_api_client-0.66.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.66.0"
3
+ }
@@ -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.65.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.8; extra == 'aiohttp'
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.65.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.8"]
43
+ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
44
44
 
45
45
  [tool.uv]
46
46
  managed = true
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "runloop_api_client"
4
- __version__ = "0.65.0" # x-release-please-version
4
+ __version__ = "0.66.0" # x-release-please-version
@@ -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
 
@@ -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",