anchorbrowser 0.3.6__tar.gz → 0.3.8__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.3.8/.release-please-manifest.json +3 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/CHANGELOG.md +12 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/PKG-INFO +1 -1
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/pyproject.toml +1 -1
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_constants.py +3 -3
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_models.py +28 -14
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_version.py +1 -1
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_client.py +2 -2
- anchorbrowser-0.3.6/.release-please-manifest.json +0 -3
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/.gitignore +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/CONTRIBUTING.md +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/LICENSE +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/README.md +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/SECURITY.md +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/api.md +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/bin/check-release-environment +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/bin/publish-pypi +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/examples/.keep +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/noxfile.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/release-please-config.json +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/requirements-dev.lock +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/requirements.lock +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_base_client.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_client.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_compat.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_exceptions.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_files.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_qs.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_resource.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_streaming.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_types.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_compat.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_datetime_parse.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_logs.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_proxy.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_reflection.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_resources_proxy.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_streams.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_sync.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_transform.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_typing.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/_utils/_utils.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/lib/.keep +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/lib/agent.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/lib/browser.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/py.typed +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/agent.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/batch_sessions.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/browser.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/events.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/extensions.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/profiles.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/agent/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/agent/agent.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/agent/files.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/all.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/clipboard.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/keyboard.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/mouse.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/recordings/primary.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/recordings/recordings.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/sessions.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/task/run.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/task.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/tools.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/batch_session_create_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/batch_session_create_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/batch_session_retrieve_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/event_signal_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/event_wait_for_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/event_wait_for_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_delete_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_list_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_manifest.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_retrieve_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_upload_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_upload_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/profile_create_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/profile_list_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/profile_retrieve_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_copy_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_create_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_create_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_drag_and_drop_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_drag_and_drop_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_goto_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_goto_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_list_pages_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_paste_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_paste_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_retrieve_downloads_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_retrieve_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_scroll_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_scroll_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_upload_file_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_upload_file_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/agent/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/agent/file_list_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/agent/file_upload_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/agent/file_upload_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/all_status_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/clipboard_get_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/clipboard_set_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/clipboard_set_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/keyboard_shortcut_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/keyboard_shortcut_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/keyboard_type_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/keyboard_type_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_click_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_click_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_double_click_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_double_click_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_move_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_move_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/recording_list_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/recording_pause_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/recording_resume_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/shared/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/shared/success_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task/run_execute_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task/run_execute_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task_create_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task_create_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task_list_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task_list_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/tool_fetch_webpage_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/tool_fetch_webpage_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/tool_perform_web_task_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/tool_perform_web_task_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/tool_screenshot_webpage_params.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/agent/test_files.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/recordings/test_primary.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/test_agent.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/test_all.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/test_clipboard.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/test_keyboard.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/test_mouse.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/test_recordings.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/test_batch_sessions.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/test_events.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/test_extensions.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/test_profiles.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/test_sessions.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/test_task.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/test_tools.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/conftest.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/sample_file.txt +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_deepcopy.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_extract_files.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_files.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_models.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_qs.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_required_args.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_response.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_streaming.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_transform.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_utils/test_datetime_parse.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_utils/test_proxy.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/test_utils/test_typing.py +0 -0
- {anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/utils.py +0 -0
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.8 (2025-11-12)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.3.7...v0.3.8](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.3.7...v0.3.8)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([fab1433](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/commit/fab1433ffae3fdcbdce4f8cdf5f92aaade6385eb))
|
|
10
|
+
|
|
11
|
+
## 0.3.7 (2025-11-11)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.3.6...v0.3.7](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.3.6...v0.3.7)
|
|
14
|
+
|
|
3
15
|
## 0.3.6 (2025-11-11)
|
|
4
16
|
|
|
5
17
|
Full Changelog: [v0.3.5...v0.3.6](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.3.5...v0.3.6)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: anchorbrowser
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
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
|
|
@@ -6,9 +6,9 @@ RAW_RESPONSE_HEADER = "X-Stainless-Raw-Response"
|
|
|
6
6
|
OVERRIDE_CAST_TO_HEADER = "____stainless_override_cast_to"
|
|
7
7
|
|
|
8
8
|
# default timeout is 1 minute
|
|
9
|
-
DEFAULT_TIMEOUT = httpx.Timeout(timeout=
|
|
10
|
-
DEFAULT_MAX_RETRIES =
|
|
11
|
-
DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=
|
|
9
|
+
DEFAULT_TIMEOUT = httpx.Timeout(timeout=1200, connect=20.0)
|
|
10
|
+
DEFAULT_MAX_RETRIES = 0
|
|
11
|
+
DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=100000, max_keepalive_connections=20)
|
|
12
12
|
|
|
13
13
|
INITIAL_RETRY_DELAY = 0.5
|
|
14
14
|
MAX_RETRY_DELAY = 8.0
|
|
@@ -257,6 +257,7 @@ class BaseModel(pydantic.BaseModel):
|
|
|
257
257
|
mode: Literal["json", "python"] | str = "python",
|
|
258
258
|
include: IncEx | None = None,
|
|
259
259
|
exclude: IncEx | None = None,
|
|
260
|
+
context: Any | None = None,
|
|
260
261
|
by_alias: bool | None = None,
|
|
261
262
|
exclude_unset: bool = False,
|
|
262
263
|
exclude_defaults: bool = False,
|
|
@@ -264,9 +265,8 @@ class BaseModel(pydantic.BaseModel):
|
|
|
264
265
|
exclude_computed_fields: bool = False,
|
|
265
266
|
round_trip: bool = False,
|
|
266
267
|
warnings: bool | Literal["none", "warn", "error"] = True,
|
|
267
|
-
context: dict[str, Any] | None = None,
|
|
268
|
-
serialize_as_any: bool = False,
|
|
269
268
|
fallback: Callable[[Any], Any] | None = None,
|
|
269
|
+
serialize_as_any: bool = False,
|
|
270
270
|
) -> dict[str, Any]:
|
|
271
271
|
"""Usage docs: https://docs.pydantic.dev/2.4/concepts/serialization/#modelmodel_dump
|
|
272
272
|
|
|
@@ -274,16 +274,24 @@ class BaseModel(pydantic.BaseModel):
|
|
|
274
274
|
|
|
275
275
|
Args:
|
|
276
276
|
mode: The mode in which `to_python` should run.
|
|
277
|
-
If mode is 'json', the
|
|
278
|
-
If mode is 'python', the
|
|
279
|
-
include: A
|
|
280
|
-
exclude: A
|
|
277
|
+
If mode is 'json', the output will only contain JSON serializable types.
|
|
278
|
+
If mode is 'python', the output may contain non-JSON-serializable Python objects.
|
|
279
|
+
include: A set of fields to include in the output.
|
|
280
|
+
exclude: A set of fields to exclude from the output.
|
|
281
|
+
context: Additional context to pass to the serializer.
|
|
281
282
|
by_alias: Whether to use the field's alias in the dictionary key if defined.
|
|
282
|
-
exclude_unset: Whether to exclude fields that
|
|
283
|
-
exclude_defaults: Whether to exclude fields that are set to their default value
|
|
284
|
-
exclude_none: Whether to exclude fields that have a value of `None
|
|
285
|
-
|
|
286
|
-
|
|
283
|
+
exclude_unset: Whether to exclude fields that have not been explicitly set.
|
|
284
|
+
exclude_defaults: Whether to exclude fields that are set to their default value.
|
|
285
|
+
exclude_none: Whether to exclude fields that have a value of `None`.
|
|
286
|
+
exclude_computed_fields: Whether to exclude computed fields.
|
|
287
|
+
While this can be useful for round-tripping, it is usually recommended to use the dedicated
|
|
288
|
+
`round_trip` parameter instead.
|
|
289
|
+
round_trip: If True, dumped values should be valid as input for non-idempotent types such as Json[T].
|
|
290
|
+
warnings: How to handle serialization errors. False/"none" ignores them, True/"warn" logs errors,
|
|
291
|
+
"error" raises a [`PydanticSerializationError`][pydantic_core.PydanticSerializationError].
|
|
292
|
+
fallback: A function to call when an unknown value is encountered. If not provided,
|
|
293
|
+
a [`PydanticSerializationError`][pydantic_core.PydanticSerializationError] error is raised.
|
|
294
|
+
serialize_as_any: Whether to serialize fields with duck-typing serialization behavior.
|
|
287
295
|
|
|
288
296
|
Returns:
|
|
289
297
|
A dictionary representation of the model.
|
|
@@ -300,6 +308,8 @@ class BaseModel(pydantic.BaseModel):
|
|
|
300
308
|
raise ValueError("serialize_as_any is only supported in Pydantic v2")
|
|
301
309
|
if fallback is not None:
|
|
302
310
|
raise ValueError("fallback is only supported in Pydantic v2")
|
|
311
|
+
if exclude_computed_fields != False:
|
|
312
|
+
raise ValueError("exclude_computed_fields is only supported in Pydantic v2")
|
|
303
313
|
dumped = super().dict( # pyright: ignore[reportDeprecated]
|
|
304
314
|
include=include,
|
|
305
315
|
exclude=exclude,
|
|
@@ -316,8 +326,10 @@ class BaseModel(pydantic.BaseModel):
|
|
|
316
326
|
self,
|
|
317
327
|
*,
|
|
318
328
|
indent: int | None = None,
|
|
329
|
+
ensure_ascii: bool = False,
|
|
319
330
|
include: IncEx | None = None,
|
|
320
331
|
exclude: IncEx | None = None,
|
|
332
|
+
context: Any | None = None,
|
|
321
333
|
by_alias: bool | None = None,
|
|
322
334
|
exclude_unset: bool = False,
|
|
323
335
|
exclude_defaults: bool = False,
|
|
@@ -325,10 +337,8 @@ class BaseModel(pydantic.BaseModel):
|
|
|
325
337
|
exclude_computed_fields: bool = False,
|
|
326
338
|
round_trip: bool = False,
|
|
327
339
|
warnings: bool | Literal["none", "warn", "error"] = True,
|
|
328
|
-
context: dict[str, Any] | None = None,
|
|
329
340
|
fallback: Callable[[Any], Any] | None = None,
|
|
330
|
-
serialize_as_any: bool = False
|
|
331
|
-
ensure_ascii: bool = True,
|
|
341
|
+
serialize_as_any: bool = False
|
|
332
342
|
) -> str:
|
|
333
343
|
"""Usage docs: https://docs.pydantic.dev/2.4/concepts/serialization/#modelmodel_dump_json
|
|
334
344
|
|
|
@@ -358,6 +368,10 @@ class BaseModel(pydantic.BaseModel):
|
|
|
358
368
|
raise ValueError("serialize_as_any is only supported in Pydantic v2")
|
|
359
369
|
if fallback is not None:
|
|
360
370
|
raise ValueError("fallback is only supported in Pydantic v2")
|
|
371
|
+
if ensure_ascii != False:
|
|
372
|
+
raise ValueError("ensure_ascii is only supported in Pydantic v2")
|
|
373
|
+
if exclude_computed_fields != False:
|
|
374
|
+
raise ValueError("exclude_computed_fields is only supported in Pydantic v2")
|
|
361
375
|
return super().json( # type: ignore[reportDeprecated]
|
|
362
376
|
indent=indent,
|
|
363
377
|
include=include,
|
|
@@ -91,7 +91,7 @@ class TestAnchorbrowser:
|
|
|
91
91
|
# options that have a default are overridden correctly
|
|
92
92
|
copied = client.copy(max_retries=7)
|
|
93
93
|
assert copied.max_retries == 7
|
|
94
|
-
assert client.max_retries ==
|
|
94
|
+
assert client.max_retries == 0
|
|
95
95
|
|
|
96
96
|
copied2 = copied.copy(max_retries=6)
|
|
97
97
|
assert copied2.max_retries == 6
|
|
@@ -920,7 +920,7 @@ class TestAsyncAnchorbrowser:
|
|
|
920
920
|
# options that have a default are overridden correctly
|
|
921
921
|
copied = async_client.copy(max_retries=7)
|
|
922
922
|
assert copied.max_retries == 7
|
|
923
|
-
assert async_client.max_retries ==
|
|
923
|
+
assert async_client.max_retries == 0
|
|
924
924
|
|
|
925
925
|
copied2 = copied.copy(max_retries=6)
|
|
926
926
|
assert copied2.max_retries == 6
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/agent/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/agent/agent.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/agent/files.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/clipboard.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/keyboard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/resources/sessions/sessions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/batch_session_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/batch_session_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/event_wait_for_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/event_wait_for_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_delete_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_upload_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/extension_upload_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/profile_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/profile_list_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/profile_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_copy_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_create_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_drag_and_drop_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_goto_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_list_pages_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_paste_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_scroll_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_scroll_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_upload_file_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/session_upload_file_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/agent/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/all_status_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/clipboard_set_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/keyboard_type_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_click_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_click_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_move_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/mouse_move_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/sessions/recordings/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/shared/success_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task/run_execute_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/task/run_execute_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/tool_fetch_webpage_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/src/anchorbrowser/types/tool_fetch_webpage_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/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
|
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/agent/test_files.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/tests/api_resources/sessions/recordings/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.6 → anchorbrowser-0.3.8}/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
|