anchorbrowser 0.7.4__tar.gz → 0.7.5__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.
- anchorbrowser-0.7.5/.release-please-manifest.json +3 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/CHANGELOG.md +13 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/PKG-INFO +1 -1
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/pyproject.toml +1 -1
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_base_client.py +5 -2
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_compat.py +3 -3
- anchorbrowser-0.7.5/src/anchorbrowser/_utils/_json.py +35 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_version.py +1 -1
- anchorbrowser-0.7.5/tests/test_utils/test_json.py +126 -0
- anchorbrowser-0.7.4/.release-please-manifest.json +0 -3
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/.gitignore +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/CONTRIBUTING.md +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/LICENSE +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/README.md +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/SECURITY.md +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/api.md +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/bin/check-release-environment +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/bin/publish-pypi +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/examples/.keep +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/noxfile.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/release-please-config.json +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/requirements-dev.lock +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/requirements.lock +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_client.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_constants.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_exceptions.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_files.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_models.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_qs.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_resource.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_streaming.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_types.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_compat.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_datetime_parse.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_logs.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_proxy.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_reflection.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_resources_proxy.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_streams.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_sync.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_transform.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_typing.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/_utils/_utils.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/lib/.keep +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/lib/agent.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/lib/browser.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/py.typed +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/agent.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/applications/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/applications/applications.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/applications/auth_flows.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/browser.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/events.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/extensions.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/identities.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/profiles.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/agent/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/agent/agent.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/agent/files.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/all.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/clipboard.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/keyboard.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/mouse.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/recordings/primary.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/recordings/recordings.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/sessions.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/task.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/tools.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_create_identity_token_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_create_identity_token_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_create_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_create_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_delete_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_list_identities_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_list_identities_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_list_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_list_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_retrieve_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/applications/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/applications/auth_flow_create_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/applications/auth_flow_create_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/applications/auth_flow_delete_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/applications/auth_flow_list_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/event_signal_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/event_wait_for_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/event_wait_for_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/extension_list_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/extension_manifest.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_create_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_create_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_delete_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_retrieve_credentials_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_retrieve_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_update_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_update_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/profile_create_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/profile_list_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/profile_retrieve_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_create_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_create_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_drag_and_drop_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_drag_and_drop_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_goto_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_goto_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_retrieve_downloads_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_retrieve_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_scroll_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_scroll_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_upload_file_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_upload_file_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/agent/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/agent/file_upload_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/agent/file_upload_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/all_status_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/clipboard_set_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/clipboard_set_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/keyboard_shortcut_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/keyboard_shortcut_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/keyboard_type_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/keyboard_type_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_click_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_click_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_move_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_move_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/recording_list_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/shared/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/shared/success_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/task_create_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/task_create_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/task_list_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/task_list_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/task_retrieve_execution_result_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/task_run_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/task_run_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_fetch_webpage_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_fetch_webpage_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_get_perform_web_task_status_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_perform_web_task_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_perform_web_task_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_screenshot_webpage_params.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/applications/test_auth_flows.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/agent/test_files.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/recordings/test_primary.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/test_agent.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/test_all.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/test_clipboard.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/test_keyboard.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/test_mouse.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/test_recordings.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/test_events.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/test_extensions.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/test_identities.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/test_profiles.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/test_sessions.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/test_task.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/test_tools.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/conftest.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/sample_file.txt +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_client.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_deepcopy.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_extract_files.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_files.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_models.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_qs.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_required_args.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_response.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_streaming.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_transform.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_utils/test_datetime_parse.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_utils/test_proxy.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/test_utils/test_typing.py +0 -0
- {anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/utils.py +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.7.5 (2026-02-02)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.7.4...v0.7.5](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.7.4...v0.7.5)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **client:** add custom JSON encoder for extended type support ([32ad3db](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/commit/32ad3db61089b71167eda210054e42292bfc1cf0))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **ci:** upgrade `actions/github-script` ([a7e1a6b](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/commit/a7e1a6bd5eccfa9f4cb954b8e65e090747d40c68))
|
|
15
|
+
|
|
3
16
|
## 0.7.4 (2026-01-17)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v0.7.3...v0.7.4](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.7.3...v0.7.4)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: anchorbrowser
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
4
4
|
Summary: The official Python library for the anchorbrowser API
|
|
5
5
|
Project-URL: Homepage, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
6
6
|
Project-URL: Repository, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
@@ -86,6 +86,7 @@ from ._exceptions import (
|
|
|
86
86
|
APIConnectionError,
|
|
87
87
|
APIResponseValidationError,
|
|
88
88
|
)
|
|
89
|
+
from ._utils._json import openapi_dumps
|
|
89
90
|
|
|
90
91
|
log: logging.Logger = logging.getLogger(__name__)
|
|
91
92
|
|
|
@@ -554,8 +555,10 @@ class BaseClient(Generic[_HttpxClientT, _DefaultStreamT]):
|
|
|
554
555
|
kwargs["content"] = options.content
|
|
555
556
|
elif isinstance(json_data, bytes):
|
|
556
557
|
kwargs["content"] = json_data
|
|
557
|
-
|
|
558
|
-
|
|
558
|
+
elif not files:
|
|
559
|
+
# Don't set content when JSON is sent as multipart/form-data,
|
|
560
|
+
# since httpx's content param overrides other body arguments
|
|
561
|
+
kwargs["content"] = openapi_dumps(json_data) if is_given(json_data) and json_data is not None else None
|
|
559
562
|
kwargs["files"] = files
|
|
560
563
|
else:
|
|
561
564
|
headers.pop("Content-Type", None)
|
|
@@ -139,6 +139,7 @@ def model_dump(
|
|
|
139
139
|
exclude_defaults: bool = False,
|
|
140
140
|
warnings: bool = True,
|
|
141
141
|
mode: Literal["json", "python"] = "python",
|
|
142
|
+
by_alias: bool | None = None,
|
|
142
143
|
) -> dict[str, Any]:
|
|
143
144
|
if (not PYDANTIC_V1) or hasattr(model, "model_dump"):
|
|
144
145
|
return model.model_dump(
|
|
@@ -148,13 +149,12 @@ def model_dump(
|
|
|
148
149
|
exclude_defaults=exclude_defaults,
|
|
149
150
|
# warnings are not supported in Pydantic v1
|
|
150
151
|
warnings=True if PYDANTIC_V1 else warnings,
|
|
152
|
+
by_alias=by_alias,
|
|
151
153
|
)
|
|
152
154
|
return cast(
|
|
153
155
|
"dict[str, Any]",
|
|
154
156
|
model.dict( # pyright: ignore[reportDeprecated, reportUnnecessaryCast]
|
|
155
|
-
exclude=exclude,
|
|
156
|
-
exclude_unset=exclude_unset,
|
|
157
|
-
exclude_defaults=exclude_defaults,
|
|
157
|
+
exclude=exclude, exclude_unset=exclude_unset, exclude_defaults=exclude_defaults, by_alias=bool(by_alias)
|
|
158
158
|
),
|
|
159
159
|
)
|
|
160
160
|
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import json
|
|
2
|
+
from typing import Any
|
|
3
|
+
from datetime import datetime
|
|
4
|
+
from typing_extensions import override
|
|
5
|
+
|
|
6
|
+
import pydantic
|
|
7
|
+
|
|
8
|
+
from .._compat import model_dump
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def openapi_dumps(obj: Any) -> bytes:
|
|
12
|
+
"""
|
|
13
|
+
Serialize an object to UTF-8 encoded JSON bytes.
|
|
14
|
+
|
|
15
|
+
Extends the standard json.dumps with support for additional types
|
|
16
|
+
commonly used in the SDK, such as `datetime`, `pydantic.BaseModel`, etc.
|
|
17
|
+
"""
|
|
18
|
+
return json.dumps(
|
|
19
|
+
obj,
|
|
20
|
+
cls=_CustomEncoder,
|
|
21
|
+
# Uses the same defaults as httpx's JSON serialization
|
|
22
|
+
ensure_ascii=False,
|
|
23
|
+
separators=(",", ":"),
|
|
24
|
+
allow_nan=False,
|
|
25
|
+
).encode()
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class _CustomEncoder(json.JSONEncoder):
|
|
29
|
+
@override
|
|
30
|
+
def default(self, o: Any) -> Any:
|
|
31
|
+
if isinstance(o, datetime):
|
|
32
|
+
return o.isoformat()
|
|
33
|
+
if isinstance(o, pydantic.BaseModel):
|
|
34
|
+
return model_dump(o, exclude_unset=True, mode="json", by_alias=True)
|
|
35
|
+
return super().default(o)
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import datetime
|
|
4
|
+
from typing import Union
|
|
5
|
+
|
|
6
|
+
import pydantic
|
|
7
|
+
|
|
8
|
+
from anchorbrowser import _compat
|
|
9
|
+
from anchorbrowser._utils._json import openapi_dumps
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class TestOpenapiDumps:
|
|
13
|
+
def test_basic(self) -> None:
|
|
14
|
+
data = {"key": "value", "number": 42}
|
|
15
|
+
json_bytes = openapi_dumps(data)
|
|
16
|
+
assert json_bytes == b'{"key":"value","number":42}'
|
|
17
|
+
|
|
18
|
+
def test_datetime_serialization(self) -> None:
|
|
19
|
+
dt = datetime.datetime(2023, 1, 1, 12, 0, 0)
|
|
20
|
+
data = {"datetime": dt}
|
|
21
|
+
json_bytes = openapi_dumps(data)
|
|
22
|
+
assert json_bytes == b'{"datetime":"2023-01-01T12:00:00"}'
|
|
23
|
+
|
|
24
|
+
def test_pydantic_model_serialization(self) -> None:
|
|
25
|
+
class User(pydantic.BaseModel):
|
|
26
|
+
first_name: str
|
|
27
|
+
last_name: str
|
|
28
|
+
age: int
|
|
29
|
+
|
|
30
|
+
model_instance = User(first_name="John", last_name="Kramer", age=83)
|
|
31
|
+
data = {"model": model_instance}
|
|
32
|
+
json_bytes = openapi_dumps(data)
|
|
33
|
+
assert json_bytes == b'{"model":{"first_name":"John","last_name":"Kramer","age":83}}'
|
|
34
|
+
|
|
35
|
+
def test_pydantic_model_with_default_values(self) -> None:
|
|
36
|
+
class User(pydantic.BaseModel):
|
|
37
|
+
name: str
|
|
38
|
+
role: str = "user"
|
|
39
|
+
active: bool = True
|
|
40
|
+
score: int = 0
|
|
41
|
+
|
|
42
|
+
model_instance = User(name="Alice")
|
|
43
|
+
data = {"model": model_instance}
|
|
44
|
+
json_bytes = openapi_dumps(data)
|
|
45
|
+
assert json_bytes == b'{"model":{"name":"Alice"}}'
|
|
46
|
+
|
|
47
|
+
def test_pydantic_model_with_default_values_overridden(self) -> None:
|
|
48
|
+
class User(pydantic.BaseModel):
|
|
49
|
+
name: str
|
|
50
|
+
role: str = "user"
|
|
51
|
+
active: bool = True
|
|
52
|
+
|
|
53
|
+
model_instance = User(name="Bob", role="admin", active=False)
|
|
54
|
+
data = {"model": model_instance}
|
|
55
|
+
json_bytes = openapi_dumps(data)
|
|
56
|
+
assert json_bytes == b'{"model":{"name":"Bob","role":"admin","active":false}}'
|
|
57
|
+
|
|
58
|
+
def test_pydantic_model_with_alias(self) -> None:
|
|
59
|
+
class User(pydantic.BaseModel):
|
|
60
|
+
first_name: str = pydantic.Field(alias="firstName")
|
|
61
|
+
last_name: str = pydantic.Field(alias="lastName")
|
|
62
|
+
|
|
63
|
+
model_instance = User(firstName="John", lastName="Doe")
|
|
64
|
+
data = {"model": model_instance}
|
|
65
|
+
json_bytes = openapi_dumps(data)
|
|
66
|
+
assert json_bytes == b'{"model":{"firstName":"John","lastName":"Doe"}}'
|
|
67
|
+
|
|
68
|
+
def test_pydantic_model_with_alias_and_default(self) -> None:
|
|
69
|
+
class User(pydantic.BaseModel):
|
|
70
|
+
user_name: str = pydantic.Field(alias="userName")
|
|
71
|
+
user_role: str = pydantic.Field(default="member", alias="userRole")
|
|
72
|
+
is_active: bool = pydantic.Field(default=True, alias="isActive")
|
|
73
|
+
|
|
74
|
+
model_instance = User(userName="charlie")
|
|
75
|
+
data = {"model": model_instance}
|
|
76
|
+
json_bytes = openapi_dumps(data)
|
|
77
|
+
assert json_bytes == b'{"model":{"userName":"charlie"}}'
|
|
78
|
+
|
|
79
|
+
model_with_overrides = User(userName="diana", userRole="admin", isActive=False)
|
|
80
|
+
data = {"model": model_with_overrides}
|
|
81
|
+
json_bytes = openapi_dumps(data)
|
|
82
|
+
assert json_bytes == b'{"model":{"userName":"diana","userRole":"admin","isActive":false}}'
|
|
83
|
+
|
|
84
|
+
def test_pydantic_model_with_nested_models_and_defaults(self) -> None:
|
|
85
|
+
class Address(pydantic.BaseModel):
|
|
86
|
+
street: str
|
|
87
|
+
city: str = "Unknown"
|
|
88
|
+
|
|
89
|
+
class User(pydantic.BaseModel):
|
|
90
|
+
name: str
|
|
91
|
+
address: Address
|
|
92
|
+
verified: bool = False
|
|
93
|
+
|
|
94
|
+
if _compat.PYDANTIC_V1:
|
|
95
|
+
# to handle forward references in Pydantic v1
|
|
96
|
+
User.update_forward_refs(**locals()) # type: ignore[reportDeprecated]
|
|
97
|
+
|
|
98
|
+
address = Address(street="123 Main St")
|
|
99
|
+
user = User(name="Diana", address=address)
|
|
100
|
+
data = {"user": user}
|
|
101
|
+
json_bytes = openapi_dumps(data)
|
|
102
|
+
assert json_bytes == b'{"user":{"name":"Diana","address":{"street":"123 Main St"}}}'
|
|
103
|
+
|
|
104
|
+
address_with_city = Address(street="456 Oak Ave", city="Boston")
|
|
105
|
+
user_verified = User(name="Eve", address=address_with_city, verified=True)
|
|
106
|
+
data = {"user": user_verified}
|
|
107
|
+
json_bytes = openapi_dumps(data)
|
|
108
|
+
assert (
|
|
109
|
+
json_bytes == b'{"user":{"name":"Eve","address":{"street":"456 Oak Ave","city":"Boston"},"verified":true}}'
|
|
110
|
+
)
|
|
111
|
+
|
|
112
|
+
def test_pydantic_model_with_optional_fields(self) -> None:
|
|
113
|
+
class User(pydantic.BaseModel):
|
|
114
|
+
name: str
|
|
115
|
+
email: Union[str, None]
|
|
116
|
+
phone: Union[str, None]
|
|
117
|
+
|
|
118
|
+
model_with_none = User(name="Eve", email=None, phone=None)
|
|
119
|
+
data = {"model": model_with_none}
|
|
120
|
+
json_bytes = openapi_dumps(data)
|
|
121
|
+
assert json_bytes == b'{"model":{"name":"Eve","email":null,"phone":null}}'
|
|
122
|
+
|
|
123
|
+
model_with_values = User(name="Frank", email="frank@example.com", phone=None)
|
|
124
|
+
data = {"model": model_with_values}
|
|
125
|
+
json_bytes = openapi_dumps(data)
|
|
126
|
+
assert json_bytes == b'{"model":{"name":"Frank","email":"frank@example.com","phone":null}}'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/applications/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/applications/applications.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/applications/auth_flows.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/agent/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/agent/agent.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/agent/files.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/clipboard.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/keyboard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/resources/sessions/sessions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_create_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_delete_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_list_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_list_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/application_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/applications/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/event_wait_for_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/event_wait_for_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/extension_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_create_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_delete_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_update_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/identity_update_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/profile_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/profile_list_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/profile_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_create_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_drag_and_drop_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_goto_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_scroll_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_scroll_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_upload_file_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/session_upload_file_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/agent/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/all_status_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/clipboard_set_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/keyboard_type_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_click_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_click_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_move_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/mouse_move_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/sessions/recordings/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/shared/success_response.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
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_fetch_webpage_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_fetch_webpage_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/src/anchorbrowser/types/tool_perform_web_task_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/applications/test_auth_flows.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/agent/test_files.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/recordings/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.7.4 → anchorbrowser-0.7.5}/tests/api_resources/sessions/recordings/test_primary.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|