kernel 0.45.0__tar.gz → 0.46.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.
- kernel-0.46.0/.release-please-manifest.json +3 -0
- {kernel-0.45.0 → kernel-0.46.0}/CHANGELOG.md +8 -0
- {kernel-0.45.0 → kernel-0.46.0}/PKG-INFO +1 -1
- {kernel-0.45.0 → kernel-0.46.0}/api.md +1 -1
- {kernel-0.45.0 → kernel-0.46.0}/pyproject.toml +1 -1
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_version.py +1 -1
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/proxies.py +43 -5
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/__init__.py +1 -0
- kernel-0.46.0/src/kernel/types/proxy_check_params.py +23 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_proxies.py +26 -8
- kernel-0.45.0/.release-please-manifest.json +0 -3
- {kernel-0.45.0 → kernel-0.46.0}/.gitignore +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/CONTRIBUTING.md +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/LICENSE +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/README.md +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/SECURITY.md +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/bin/check-release-environment +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/bin/publish-pypi +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/examples/.keep +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/noxfile.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/release-please-config.json +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/requirements-dev.lock +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/requirements.lock +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_base_client.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_client.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_compat.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_constants.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_exceptions.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_files.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_models.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_qs.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_resource.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_streaming.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_types.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_compat.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_datetime_parse.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_json.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_logs.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_path.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_proxy.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_reflection.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_resources_proxy.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_streams.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_sync.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_transform.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_typing.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/_utils/_utils.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/app_framework.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/lib/.keep +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/pagination.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/py.typed +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/apps.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/auth/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/auth/auth.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/auth/connections.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browser_pools.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/browsers.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/computer.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/fs/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/fs/fs.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/fs/watch.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/logs.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/playwright.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/process.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/browsers/replays.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/credential_providers.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/credentials.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/deployments.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/extensions.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/invocations.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/resources/profiles.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/app_list_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/app_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/connection_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/connection_follow_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/connection_list_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/connection_login_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/connection_submit_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/connection_update_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/login_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/managed_auth.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/auth/submit_fields_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_create_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_delete_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_list_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_load_extensions_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_persistence.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_persistence_param.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_acquire_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_acquire_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_delete_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_ref.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_release_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_pool_update_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_retrieve_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_retrieve_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_update_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_update_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browser_usage.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_batch_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_capture_screenshot_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_click_mouse_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_drag_mouse_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_get_mouse_position_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_move_mouse_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_press_key_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_read_clipboard_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_scroll_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_set_cursor_visibility_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_set_cursor_visibility_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_type_text_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_write_clipboard_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_create_directory_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_delete_directory_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_delete_file_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_download_dir_zip_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_file_info_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_file_info_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_list_files_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_list_files_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_move_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_read_file_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_set_file_permissions_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_upload_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_upload_zip_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/f_write_file_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/fs/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/fs/watch_events_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/fs/watch_start_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/fs/watch_start_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/log_stream_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/playwright_execute_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/playwright_execute_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_exec_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_exec_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_kill_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_kill_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_resize_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_resize_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_spawn_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_spawn_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_status_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_stdin_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_stdin_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/process_stdout_stream_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/replay_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/replay_start_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/replay_start_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_list_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_provider.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_provider_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_provider_item.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_provider_list_items_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_provider_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_provider_test_result.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_provider_update_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_totp_code_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/credential_update_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_create_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_follow_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_follow_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_list_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_retrieve_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/deployment_state_event.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/extension_download_from_chrome_store_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/extension_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/extension_upload_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/extension_upload_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_create_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_follow_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_follow_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_list_browsers_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_list_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_retrieve_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_state_event.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_update_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/invocation_update_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/profile.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/profile_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/profile_list_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/proxy_check_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/proxy_create_params.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/proxy_create_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/proxy_list_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/proxy_retrieve_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/app_action.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/browser_extension.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/browser_profile.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/browser_viewport.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/error_detail.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/error_event.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/error_model.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/heartbeat_event.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared/log_event.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared_params/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared_params/browser_extension.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared_params/browser_profile.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/shared_params/browser_viewport.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/auth/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/auth/test_connections.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/fs/__init__.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/fs/test_watch.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/test_computer.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/test_fs.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/test_logs.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/test_playwright.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/test_process.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/browsers/test_replays.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_apps.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_browser_pools.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_browsers.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_credential_providers.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_credentials.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_deployments.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_extensions.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_invocations.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/api_resources/test_profiles.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/conftest.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/sample_file.txt +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_client.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_deepcopy.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_extract_files.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_files.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_models.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_qs.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_required_args.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_response.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_streaming.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_transform.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_utils/test_json.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_utils/test_path.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_utils/test_proxy.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/test_utils/test_typing.py +0 -0
- {kernel-0.45.0 → kernel-0.46.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.46.0 (2026-04-06)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.45.0...v0.46.0](https://github.com/kernel/kernel-python-sdk/compare/v0.45.0...v0.46.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* Add optional url parameter to proxy check endpoint ([cdd4b02](https://github.com/kernel/kernel-python-sdk/commit/cdd4b026fc01b1118cbc35cbc61890d15af3e021))
|
|
10
|
+
|
|
3
11
|
## 0.45.0 (2026-03-30)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.44.0...v0.45.0](https://github.com/kernel/kernel-python-sdk/compare/v0.44.0...v0.45.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: kernel
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.46.0
|
|
4
4
|
Summary: The official Python library for the kernel API
|
|
5
5
|
Project-URL: Homepage, https://github.com/kernel/kernel-python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/kernel/kernel-python-sdk
|
|
@@ -282,7 +282,7 @@ Methods:
|
|
|
282
282
|
- <code title="get /proxies/{id}">client.proxies.<a href="./src/kernel/resources/proxies.py">retrieve</a>(id) -> <a href="./src/kernel/types/proxy_retrieve_response.py">ProxyRetrieveResponse</a></code>
|
|
283
283
|
- <code title="get /proxies">client.proxies.<a href="./src/kernel/resources/proxies.py">list</a>() -> <a href="./src/kernel/types/proxy_list_response.py">ProxyListResponse</a></code>
|
|
284
284
|
- <code title="delete /proxies/{id}">client.proxies.<a href="./src/kernel/resources/proxies.py">delete</a>(id) -> None</code>
|
|
285
|
-
- <code title="post /proxies/{id}/check">client.proxies.<a href="./src/kernel/resources/proxies.py">check</a>(id) -> <a href="./src/kernel/types/proxy_check_response.py">ProxyCheckResponse</a></code>
|
|
285
|
+
- <code title="post /proxies/{id}/check">client.proxies.<a href="./src/kernel/resources/proxies.py">check</a>(id, \*\*<a href="src/kernel/types/proxy_check_params.py">params</a>) -> <a href="./src/kernel/types/proxy_check_response.py">ProxyCheckResponse</a></code>
|
|
286
286
|
|
|
287
287
|
# Extensions
|
|
288
288
|
|
|
@@ -6,7 +6,7 @@ from typing_extensions import Literal
|
|
|
6
6
|
|
|
7
7
|
import httpx
|
|
8
8
|
|
|
9
|
-
from ..types import proxy_create_params
|
|
9
|
+
from ..types import proxy_check_params, proxy_create_params
|
|
10
10
|
from .._types import Body, Omit, Query, Headers, NoneType, NotGiven, SequenceNotStr, omit, not_given
|
|
11
11
|
from .._utils import path_template, maybe_transform, async_maybe_transform
|
|
12
12
|
from .._compat import cached_property
|
|
@@ -195,6 +195,7 @@ class ProxiesResource(SyncAPIResource):
|
|
|
195
195
|
self,
|
|
196
196
|
id: str,
|
|
197
197
|
*,
|
|
198
|
+
url: str | Omit = omit,
|
|
198
199
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
199
200
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
200
201
|
extra_headers: Headers | None = None,
|
|
@@ -202,10 +203,27 @@ class ProxiesResource(SyncAPIResource):
|
|
|
202
203
|
extra_body: Body | None = None,
|
|
203
204
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
204
205
|
) -> ProxyCheckResponse:
|
|
205
|
-
"""
|
|
206
|
-
|
|
206
|
+
"""Run a health check on the proxy to verify it's working.
|
|
207
|
+
|
|
208
|
+
Optionally specify a URL
|
|
209
|
+
to test reachability against a specific target. For ISP and datacenter proxies,
|
|
210
|
+
this reliably tests whether the target site is reachable from the proxy's stable
|
|
211
|
+
exit IP. For residential and mobile proxies, the exit node varies between
|
|
212
|
+
requests, so this validates proxy configuration and connectivity rather than
|
|
213
|
+
guaranteeing site-specific reachability.
|
|
207
214
|
|
|
208
215
|
Args:
|
|
216
|
+
url: An optional URL to test reachability against. If provided, the proxy check will
|
|
217
|
+
test connectivity to this URL instead of the default test URLs. Only HTTP and
|
|
218
|
+
HTTPS schemes are allowed, and the URL must resolve to a public IP address. For
|
|
219
|
+
ISP and datacenter proxies, the exit IP is stable, so a successful check
|
|
220
|
+
reliably indicates that subsequent browser sessions will reach the target site
|
|
221
|
+
with the same IP. For residential and mobile proxies, the exit node changes
|
|
222
|
+
between requests, so a successful check validates proxy configuration but does
|
|
223
|
+
not guarantee that a subsequent browser session will use the same exit IP or
|
|
224
|
+
reach the same site — it is useful for verifying credentials and connectivity,
|
|
225
|
+
not for predicting site-specific behavior.
|
|
226
|
+
|
|
209
227
|
extra_headers: Send extra headers
|
|
210
228
|
|
|
211
229
|
extra_query: Add additional query parameters to the request
|
|
@@ -218,6 +236,7 @@ class ProxiesResource(SyncAPIResource):
|
|
|
218
236
|
raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
|
|
219
237
|
return self._post(
|
|
220
238
|
path_template("/proxies/{id}/check", id=id),
|
|
239
|
+
body=maybe_transform({"url": url}, proxy_check_params.ProxyCheckParams),
|
|
221
240
|
options=make_request_options(
|
|
222
241
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
223
242
|
),
|
|
@@ -394,6 +413,7 @@ class AsyncProxiesResource(AsyncAPIResource):
|
|
|
394
413
|
self,
|
|
395
414
|
id: str,
|
|
396
415
|
*,
|
|
416
|
+
url: str | Omit = omit,
|
|
397
417
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
398
418
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
399
419
|
extra_headers: Headers | None = None,
|
|
@@ -401,10 +421,27 @@ class AsyncProxiesResource(AsyncAPIResource):
|
|
|
401
421
|
extra_body: Body | None = None,
|
|
402
422
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
403
423
|
) -> ProxyCheckResponse:
|
|
404
|
-
"""
|
|
405
|
-
|
|
424
|
+
"""Run a health check on the proxy to verify it's working.
|
|
425
|
+
|
|
426
|
+
Optionally specify a URL
|
|
427
|
+
to test reachability against a specific target. For ISP and datacenter proxies,
|
|
428
|
+
this reliably tests whether the target site is reachable from the proxy's stable
|
|
429
|
+
exit IP. For residential and mobile proxies, the exit node varies between
|
|
430
|
+
requests, so this validates proxy configuration and connectivity rather than
|
|
431
|
+
guaranteeing site-specific reachability.
|
|
406
432
|
|
|
407
433
|
Args:
|
|
434
|
+
url: An optional URL to test reachability against. If provided, the proxy check will
|
|
435
|
+
test connectivity to this URL instead of the default test URLs. Only HTTP and
|
|
436
|
+
HTTPS schemes are allowed, and the URL must resolve to a public IP address. For
|
|
437
|
+
ISP and datacenter proxies, the exit IP is stable, so a successful check
|
|
438
|
+
reliably indicates that subsequent browser sessions will reach the target site
|
|
439
|
+
with the same IP. For residential and mobile proxies, the exit node changes
|
|
440
|
+
between requests, so a successful check validates proxy configuration but does
|
|
441
|
+
not guarantee that a subsequent browser session will use the same exit IP or
|
|
442
|
+
reach the same site — it is useful for verifying credentials and connectivity,
|
|
443
|
+
not for predicting site-specific behavior.
|
|
444
|
+
|
|
408
445
|
extra_headers: Send extra headers
|
|
409
446
|
|
|
410
447
|
extra_query: Add additional query parameters to the request
|
|
@@ -417,6 +454,7 @@ class AsyncProxiesResource(AsyncAPIResource):
|
|
|
417
454
|
raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
|
|
418
455
|
return await self._post(
|
|
419
456
|
path_template("/proxies/{id}/check", id=id),
|
|
457
|
+
body=await async_maybe_transform({"url": url}, proxy_check_params.ProxyCheckParams),
|
|
420
458
|
options=make_request_options(
|
|
421
459
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
422
460
|
),
|
|
@@ -20,6 +20,7 @@ from .browser_usage import BrowserUsage as BrowserUsage
|
|
|
20
20
|
from .app_list_params import AppListParams as AppListParams
|
|
21
21
|
from .browser_pool_ref import BrowserPoolRef as BrowserPoolRef
|
|
22
22
|
from .app_list_response import AppListResponse as AppListResponse
|
|
23
|
+
from .proxy_check_params import ProxyCheckParams as ProxyCheckParams
|
|
23
24
|
from .browser_list_params import BrowserListParams as BrowserListParams
|
|
24
25
|
from .browser_persistence import BrowserPersistence as BrowserPersistence
|
|
25
26
|
from .credential_provider import CredentialProvider as CredentialProvider
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing_extensions import TypedDict
|
|
6
|
+
|
|
7
|
+
__all__ = ["ProxyCheckParams"]
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class ProxyCheckParams(TypedDict, total=False):
|
|
11
|
+
url: str
|
|
12
|
+
"""An optional URL to test reachability against.
|
|
13
|
+
|
|
14
|
+
If provided, the proxy check will test connectivity to this URL instead of the
|
|
15
|
+
default test URLs. Only HTTP and HTTPS schemes are allowed, and the URL must
|
|
16
|
+
resolve to a public IP address. For ISP and datacenter proxies, the exit IP is
|
|
17
|
+
stable, so a successful check reliably indicates that subsequent browser
|
|
18
|
+
sessions will reach the target site with the same IP. For residential and mobile
|
|
19
|
+
proxies, the exit node changes between requests, so a successful check validates
|
|
20
|
+
proxy configuration but does not guarantee that a subsequent browser session
|
|
21
|
+
will use the same exit IP or reach the same site — it is useful for verifying
|
|
22
|
+
credentials and connectivity, not for predicting site-specific behavior.
|
|
23
|
+
"""
|
|
@@ -184,7 +184,16 @@ class TestProxies:
|
|
|
184
184
|
@parametrize
|
|
185
185
|
def test_method_check(self, client: Kernel) -> None:
|
|
186
186
|
proxy = client.proxies.check(
|
|
187
|
-
"id",
|
|
187
|
+
id="id",
|
|
188
|
+
)
|
|
189
|
+
assert_matches_type(ProxyCheckResponse, proxy, path=["response"])
|
|
190
|
+
|
|
191
|
+
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
192
|
+
@parametrize
|
|
193
|
+
def test_method_check_with_all_params(self, client: Kernel) -> None:
|
|
194
|
+
proxy = client.proxies.check(
|
|
195
|
+
id="id",
|
|
196
|
+
url="url",
|
|
188
197
|
)
|
|
189
198
|
assert_matches_type(ProxyCheckResponse, proxy, path=["response"])
|
|
190
199
|
|
|
@@ -192,7 +201,7 @@ class TestProxies:
|
|
|
192
201
|
@parametrize
|
|
193
202
|
def test_raw_response_check(self, client: Kernel) -> None:
|
|
194
203
|
response = client.proxies.with_raw_response.check(
|
|
195
|
-
"id",
|
|
204
|
+
id="id",
|
|
196
205
|
)
|
|
197
206
|
|
|
198
207
|
assert response.is_closed is True
|
|
@@ -204,7 +213,7 @@ class TestProxies:
|
|
|
204
213
|
@parametrize
|
|
205
214
|
def test_streaming_response_check(self, client: Kernel) -> None:
|
|
206
215
|
with client.proxies.with_streaming_response.check(
|
|
207
|
-
"id",
|
|
216
|
+
id="id",
|
|
208
217
|
) as response:
|
|
209
218
|
assert not response.is_closed
|
|
210
219
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
@@ -219,7 +228,7 @@ class TestProxies:
|
|
|
219
228
|
def test_path_params_check(self, client: Kernel) -> None:
|
|
220
229
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `id` but received ''"):
|
|
221
230
|
client.proxies.with_raw_response.check(
|
|
222
|
-
"",
|
|
231
|
+
id="",
|
|
223
232
|
)
|
|
224
233
|
|
|
225
234
|
|
|
@@ -390,7 +399,16 @@ class TestAsyncProxies:
|
|
|
390
399
|
@parametrize
|
|
391
400
|
async def test_method_check(self, async_client: AsyncKernel) -> None:
|
|
392
401
|
proxy = await async_client.proxies.check(
|
|
393
|
-
"id",
|
|
402
|
+
id="id",
|
|
403
|
+
)
|
|
404
|
+
assert_matches_type(ProxyCheckResponse, proxy, path=["response"])
|
|
405
|
+
|
|
406
|
+
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
407
|
+
@parametrize
|
|
408
|
+
async def test_method_check_with_all_params(self, async_client: AsyncKernel) -> None:
|
|
409
|
+
proxy = await async_client.proxies.check(
|
|
410
|
+
id="id",
|
|
411
|
+
url="url",
|
|
394
412
|
)
|
|
395
413
|
assert_matches_type(ProxyCheckResponse, proxy, path=["response"])
|
|
396
414
|
|
|
@@ -398,7 +416,7 @@ class TestAsyncProxies:
|
|
|
398
416
|
@parametrize
|
|
399
417
|
async def test_raw_response_check(self, async_client: AsyncKernel) -> None:
|
|
400
418
|
response = await async_client.proxies.with_raw_response.check(
|
|
401
|
-
"id",
|
|
419
|
+
id="id",
|
|
402
420
|
)
|
|
403
421
|
|
|
404
422
|
assert response.is_closed is True
|
|
@@ -410,7 +428,7 @@ class TestAsyncProxies:
|
|
|
410
428
|
@parametrize
|
|
411
429
|
async def test_streaming_response_check(self, async_client: AsyncKernel) -> None:
|
|
412
430
|
async with async_client.proxies.with_streaming_response.check(
|
|
413
|
-
"id",
|
|
431
|
+
id="id",
|
|
414
432
|
) as response:
|
|
415
433
|
assert not response.is_closed
|
|
416
434
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
@@ -425,5 +443,5 @@ class TestAsyncProxies:
|
|
|
425
443
|
async def test_path_params_check(self, async_client: AsyncKernel) -> None:
|
|
426
444
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `id` but received ''"):
|
|
427
445
|
await async_client.proxies.with_raw_response.check(
|
|
428
|
-
"",
|
|
446
|
+
id="",
|
|
429
447
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_capture_screenshot_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_get_mouse_position_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_read_clipboard_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_set_cursor_visibility_params.py
RENAMED
|
File without changes
|
{kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_set_cursor_visibility_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{kernel-0.45.0 → kernel-0.46.0}/src/kernel/types/browsers/computer_write_clipboard_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|