anchorbrowser 0.3.0__tar.gz → 0.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. anchorbrowser-0.3.1/.release-please-manifest.json +3 -0
  2. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/CHANGELOG.md +8 -0
  3. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/PKG-INFO +26 -22
  4. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/README.md +25 -21
  5. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/pyproject.toml +1 -1
  6. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_version.py +1 -1
  7. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_client.py +20 -28
  8. anchorbrowser-0.3.0/.release-please-manifest.json +0 -3
  9. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/.gitignore +0 -0
  10. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/CONTRIBUTING.md +0 -0
  11. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/LICENSE +0 -0
  12. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/SECURITY.md +0 -0
  13. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/api.md +0 -0
  14. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/bin/check-release-environment +0 -0
  15. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/bin/publish-pypi +0 -0
  16. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/examples/.keep +0 -0
  17. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/noxfile.py +0 -0
  18. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/release-please-config.json +0 -0
  19. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/requirements-dev.lock +0 -0
  20. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/requirements.lock +0 -0
  21. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/__init__.py +0 -0
  22. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_base_client.py +0 -0
  23. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_client.py +0 -0
  24. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_compat.py +0 -0
  25. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_constants.py +0 -0
  26. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_exceptions.py +0 -0
  27. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_files.py +0 -0
  28. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_models.py +0 -0
  29. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_qs.py +0 -0
  30. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_resource.py +0 -0
  31. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_response.py +0 -0
  32. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_streaming.py +0 -0
  33. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_types.py +0 -0
  34. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/__init__.py +0 -0
  35. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_compat.py +0 -0
  36. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_datetime_parse.py +0 -0
  37. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_logs.py +0 -0
  38. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_proxy.py +0 -0
  39. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_reflection.py +0 -0
  40. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_resources_proxy.py +0 -0
  41. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_streams.py +0 -0
  42. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_sync.py +0 -0
  43. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_transform.py +0 -0
  44. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_typing.py +0 -0
  45. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_utils.py +0 -0
  46. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/lib/.keep +0 -0
  47. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/lib/agent.py +0 -0
  48. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/lib/browser.py +0 -0
  49. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/py.typed +0 -0
  50. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/__init__.py +0 -0
  51. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/agent.py +0 -0
  52. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/batch_sessions.py +0 -0
  53. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/browser.py +0 -0
  54. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/events.py +0 -0
  55. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/extensions.py +0 -0
  56. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/profiles.py +0 -0
  57. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/__init__.py +0 -0
  58. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/__init__.py +0 -0
  59. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/agent.py +0 -0
  60. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/files.py +0 -0
  61. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/all.py +0 -0
  62. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/clipboard.py +0 -0
  63. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/keyboard.py +0 -0
  64. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/mouse.py +0 -0
  65. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/recordings/__init__.py +0 -0
  66. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/recordings/primary.py +0 -0
  67. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/recordings/recordings.py +0 -0
  68. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/sessions.py +0 -0
  69. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/task.py +0 -0
  70. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/tools.py +0 -0
  71. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/__init__.py +0 -0
  72. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_create_params.py +0 -0
  73. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_create_response.py +0 -0
  74. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_retrieve_response.py +0 -0
  75. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_signal_params.py +0 -0
  76. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_wait_for_params.py +0 -0
  77. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_wait_for_response.py +0 -0
  78. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_delete_response.py +0 -0
  79. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_list_response.py +0 -0
  80. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_manifest.py +0 -0
  81. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_retrieve_response.py +0 -0
  82. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_upload_params.py +0 -0
  83. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_upload_response.py +0 -0
  84. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_create_params.py +0 -0
  85. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_list_response.py +0 -0
  86. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_retrieve_response.py +0 -0
  87. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_copy_response.py +0 -0
  88. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_create_params.py +0 -0
  89. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_create_response.py +0 -0
  90. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_drag_and_drop_params.py +0 -0
  91. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_drag_and_drop_response.py +0 -0
  92. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_goto_params.py +0 -0
  93. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_goto_response.py +0 -0
  94. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_list_pages_response.py +0 -0
  95. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_paste_params.py +0 -0
  96. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_paste_response.py +0 -0
  97. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_retrieve_downloads_response.py +0 -0
  98. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_retrieve_response.py +0 -0
  99. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_scroll_params.py +0 -0
  100. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_scroll_response.py +0 -0
  101. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_upload_file_params.py +0 -0
  102. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_upload_file_response.py +0 -0
  103. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/__init__.py +0 -0
  104. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/__init__.py +0 -0
  105. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/file_list_response.py +0 -0
  106. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/file_upload_params.py +0 -0
  107. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/file_upload_response.py +0 -0
  108. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/all_status_response.py +0 -0
  109. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/clipboard_get_response.py +0 -0
  110. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/clipboard_set_params.py +0 -0
  111. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/clipboard_set_response.py +0 -0
  112. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_shortcut_params.py +0 -0
  113. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_shortcut_response.py +0 -0
  114. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_type_params.py +0 -0
  115. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_type_response.py +0 -0
  116. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_click_params.py +0 -0
  117. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_click_response.py +0 -0
  118. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_double_click_params.py +0 -0
  119. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_double_click_response.py +0 -0
  120. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_move_params.py +0 -0
  121. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_move_response.py +0 -0
  122. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recording_list_response.py +0 -0
  123. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recording_pause_response.py +0 -0
  124. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recording_resume_response.py +0 -0
  125. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recordings/__init__.py +0 -0
  126. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/shared/__init__.py +0 -0
  127. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/shared/success_response.py +0 -0
  128. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/__init__.py +0 -0
  129. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/run_execute_params.py +0 -0
  130. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/run_execute_response.py +0 -0
  131. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_create_params.py +0 -0
  132. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_create_response.py +0 -0
  133. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_list_params.py +0 -0
  134. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_list_response.py +0 -0
  135. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_fetch_webpage_params.py +0 -0
  136. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_fetch_webpage_response.py +0 -0
  137. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_perform_web_task_params.py +0 -0
  138. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_perform_web_task_response.py +0 -0
  139. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_screenshot_webpage_params.py +0 -0
  140. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/__init__.py +0 -0
  141. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/__init__.py +0 -0
  142. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/__init__.py +0 -0
  143. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/agent/test_files.py +0 -0
  144. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/recordings/__init__.py +0 -0
  145. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/recordings/test_primary.py +0 -0
  146. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_agent.py +0 -0
  147. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_all.py +0 -0
  148. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_clipboard.py +0 -0
  149. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_keyboard.py +0 -0
  150. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_mouse.py +0 -0
  151. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_recordings.py +0 -0
  152. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_batch_sessions.py +0 -0
  153. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_events.py +0 -0
  154. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_extensions.py +0 -0
  155. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_profiles.py +0 -0
  156. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_sessions.py +0 -0
  157. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_task.py +0 -0
  158. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_tools.py +0 -0
  159. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/conftest.py +0 -0
  160. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/sample_file.txt +0 -0
  161. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_deepcopy.py +0 -0
  162. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_extract_files.py +0 -0
  163. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_files.py +0 -0
  164. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_models.py +0 -0
  165. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_qs.py +0 -0
  166. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_required_args.py +0 -0
  167. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_response.py +0 -0
  168. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_streaming.py +0 -0
  169. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_transform.py +0 -0
  170. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_utils/test_datetime_parse.py +0 -0
  171. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_utils/test_proxy.py +0 -0
  172. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_utils/test_typing.py +0 -0
  173. {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.3.1"
3
+ }
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1 (2025-10-26)
4
+
5
+ Full Changelog: [v0.3.0...v0.3.1](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.3.0...v0.3.1)
6
+
7
+ ### Features
8
+
9
+ * **api:** manual updates ([ab2e49e](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/commit/ab2e49eeb383bef056d6255e30503363fa87869e))
10
+
3
11
  ## 0.3.0 (2025-10-21)
4
12
 
5
13
  Full Changelog: [v0.2.0...v0.3.0](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.2.0...v0.3.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: anchorbrowser
3
- Version: 0.3.0
3
+ Version: 0.3.1
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
@@ -68,10 +68,10 @@ client = Anchorbrowser(
68
68
  api_key=os.environ.get("ANCHORBROWSER_API_KEY"), # This is the default and can be omitted
69
69
  )
70
70
 
71
- success_response = client.profiles.create(
72
- name="REPLACE_ME",
71
+ session = client.sessions.create(
72
+ session={"recording": {"active": False}},
73
73
  )
74
- print(success_response.data)
74
+ print(session.data)
75
75
  ```
76
76
 
77
77
  While you can provide an `api_key` keyword argument,
@@ -94,10 +94,10 @@ client = AsyncAnchorbrowser(
94
94
 
95
95
 
96
96
  async def main() -> None:
97
- success_response = await client.profiles.create(
98
- name="REPLACE_ME",
97
+ session = await client.sessions.create(
98
+ session={"recording": {"active": False}},
99
99
  )
100
- print(success_response.data)
100
+ print(session.data)
101
101
 
102
102
 
103
103
  asyncio.run(main())
@@ -129,10 +129,10 @@ async def main() -> None:
129
129
  api_key="Your API Key",
130
130
  http_client=DefaultAioHttpClient(),
131
131
  ) as client:
132
- success_response = await client.profiles.create(
133
- name="REPLACE_ME",
132
+ session = await client.sessions.create(
133
+ session={"recording": {"active": False}},
134
134
  )
135
- print(success_response.data)
135
+ print(session.data)
136
136
 
137
137
 
138
138
  asyncio.run(main())
@@ -196,8 +196,8 @@ from anchorbrowser import Anchorbrowser
196
196
  client = Anchorbrowser()
197
197
 
198
198
  try:
199
- client.profiles.create(
200
- name="REPLACE_ME",
199
+ client.sessions.create(
200
+ session={"recording": {"active": False}},
201
201
  )
202
202
  except anchorbrowser.APIConnectionError as e:
203
203
  print("The server could not be reached")
@@ -241,8 +241,8 @@ client = Anchorbrowser(
241
241
  )
242
242
 
243
243
  # Or, configure per-request:
244
- client.with_options(max_retries=5).profiles.create(
245
- name="REPLACE_ME",
244
+ client.with_options(max_retries=5).sessions.create(
245
+ session={"recording": {"active": False}},
246
246
  )
247
247
  ```
248
248
 
@@ -266,8 +266,8 @@ client = Anchorbrowser(
266
266
  )
267
267
 
268
268
  # Override per-request:
269
- client.with_options(timeout=5.0).profiles.create(
270
- name="REPLACE_ME",
269
+ client.with_options(timeout=5.0).sessions.create(
270
+ session={"recording": {"active": False}},
271
271
  )
272
272
  ```
273
273
 
@@ -309,13 +309,17 @@ The "raw" Response object can be accessed by prefixing `.with_raw_response.` to
309
309
  from anchorbrowser import Anchorbrowser
310
310
 
311
311
  client = Anchorbrowser()
312
- response = client.profiles.with_raw_response.create(
313
- name="REPLACE_ME",
312
+ response = client.sessions.with_raw_response.create(
313
+ session={
314
+ "recording": {
315
+ "active": False
316
+ }
317
+ },
314
318
  )
315
319
  print(response.headers.get('X-My-Header'))
316
320
 
317
- profile = response.parse() # get the object that `profiles.create()` would have returned
318
- print(profile.data)
321
+ session = response.parse() # get the object that `sessions.create()` would have returned
322
+ print(session.data)
319
323
  ```
320
324
 
321
325
  These methods return an [`APIResponse`](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/tree/main/src/anchorbrowser/_response.py) object.
@@ -329,8 +333,8 @@ The above interface eagerly reads the full response body when you make the reque
329
333
  To stream the response body, use `.with_streaming_response` instead, which requires a context manager and only reads the response body once you call `.read()`, `.text()`, `.json()`, `.iter_bytes()`, `.iter_text()`, `.iter_lines()` or `.parse()`. In the async client, these are async methods.
330
334
 
331
335
  ```python
332
- with client.profiles.with_streaming_response.create(
333
- name="REPLACE_ME",
336
+ with client.sessions.with_streaming_response.create(
337
+ session={"recording": {"active": False}},
334
338
  ) as response:
335
339
  print(response.headers.get("X-My-Header"))
336
340
 
@@ -32,10 +32,10 @@ client = Anchorbrowser(
32
32
  api_key=os.environ.get("ANCHORBROWSER_API_KEY"), # This is the default and can be omitted
33
33
  )
34
34
 
35
- success_response = client.profiles.create(
36
- name="REPLACE_ME",
35
+ session = client.sessions.create(
36
+ session={"recording": {"active": False}},
37
37
  )
38
- print(success_response.data)
38
+ print(session.data)
39
39
  ```
40
40
 
41
41
  While you can provide an `api_key` keyword argument,
@@ -58,10 +58,10 @@ client = AsyncAnchorbrowser(
58
58
 
59
59
 
60
60
  async def main() -> None:
61
- success_response = await client.profiles.create(
62
- name="REPLACE_ME",
61
+ session = await client.sessions.create(
62
+ session={"recording": {"active": False}},
63
63
  )
64
- print(success_response.data)
64
+ print(session.data)
65
65
 
66
66
 
67
67
  asyncio.run(main())
@@ -93,10 +93,10 @@ async def main() -> None:
93
93
  api_key="Your API Key",
94
94
  http_client=DefaultAioHttpClient(),
95
95
  ) as client:
96
- success_response = await client.profiles.create(
97
- name="REPLACE_ME",
96
+ session = await client.sessions.create(
97
+ session={"recording": {"active": False}},
98
98
  )
99
- print(success_response.data)
99
+ print(session.data)
100
100
 
101
101
 
102
102
  asyncio.run(main())
@@ -160,8 +160,8 @@ from anchorbrowser import Anchorbrowser
160
160
  client = Anchorbrowser()
161
161
 
162
162
  try:
163
- client.profiles.create(
164
- name="REPLACE_ME",
163
+ client.sessions.create(
164
+ session={"recording": {"active": False}},
165
165
  )
166
166
  except anchorbrowser.APIConnectionError as e:
167
167
  print("The server could not be reached")
@@ -205,8 +205,8 @@ client = Anchorbrowser(
205
205
  )
206
206
 
207
207
  # Or, configure per-request:
208
- client.with_options(max_retries=5).profiles.create(
209
- name="REPLACE_ME",
208
+ client.with_options(max_retries=5).sessions.create(
209
+ session={"recording": {"active": False}},
210
210
  )
211
211
  ```
212
212
 
@@ -230,8 +230,8 @@ client = Anchorbrowser(
230
230
  )
231
231
 
232
232
  # Override per-request:
233
- client.with_options(timeout=5.0).profiles.create(
234
- name="REPLACE_ME",
233
+ client.with_options(timeout=5.0).sessions.create(
234
+ session={"recording": {"active": False}},
235
235
  )
236
236
  ```
237
237
 
@@ -273,13 +273,17 @@ The "raw" Response object can be accessed by prefixing `.with_raw_response.` to
273
273
  from anchorbrowser import Anchorbrowser
274
274
 
275
275
  client = Anchorbrowser()
276
- response = client.profiles.with_raw_response.create(
277
- name="REPLACE_ME",
276
+ response = client.sessions.with_raw_response.create(
277
+ session={
278
+ "recording": {
279
+ "active": False
280
+ }
281
+ },
278
282
  )
279
283
  print(response.headers.get('X-My-Header'))
280
284
 
281
- profile = response.parse() # get the object that `profiles.create()` would have returned
282
- print(profile.data)
285
+ session = response.parse() # get the object that `sessions.create()` would have returned
286
+ print(session.data)
283
287
  ```
284
288
 
285
289
  These methods return an [`APIResponse`](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/tree/main/src/anchorbrowser/_response.py) object.
@@ -293,8 +297,8 @@ The above interface eagerly reads the full response body when you make the reque
293
297
  To stream the response body, use `.with_streaming_response` instead, which requires a context manager and only reads the response body once you call `.read()`, `.text()`, `.json()`, `.iter_bytes()`, `.iter_text()`, `.iter_lines()` or `.parse()`. In the async client, these are async methods.
294
298
 
295
299
  ```python
296
- with client.profiles.with_streaming_response.create(
297
- name="REPLACE_ME",
300
+ with client.sessions.with_streaming_response.create(
301
+ session={"recording": {"active": False}},
298
302
  ) as response:
299
303
  print(response.headers.get("X-My-Header"))
300
304
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "anchorbrowser"
3
- version = "0.3.0"
3
+ version = "0.3.1"
4
4
  description = "The official Python library for the anchorbrowser API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "anchorbrowser"
4
- __version__ = "0.3.0" # x-release-please-version
4
+ __version__ = "0.3.1" # x-release-please-version
@@ -724,20 +724,20 @@ class TestAnchorbrowser:
724
724
  @mock.patch("anchorbrowser._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
725
725
  @pytest.mark.respx(base_url=base_url)
726
726
  def test_retrying_timeout_errors_doesnt_leak(self, respx_mock: MockRouter, client: Anchorbrowser) -> None:
727
- respx_mock.post("/v1/profiles").mock(side_effect=httpx.TimeoutException("Test timeout error"))
727
+ respx_mock.post("/v1/sessions").mock(side_effect=httpx.TimeoutException("Test timeout error"))
728
728
 
729
729
  with pytest.raises(APITimeoutError):
730
- client.profiles.with_streaming_response.create(name="name").__enter__()
730
+ client.sessions.with_streaming_response.create().__enter__()
731
731
 
732
732
  assert _get_open_connections(self.client) == 0
733
733
 
734
734
  @mock.patch("anchorbrowser._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
735
735
  @pytest.mark.respx(base_url=base_url)
736
736
  def test_retrying_status_errors_doesnt_leak(self, respx_mock: MockRouter, client: Anchorbrowser) -> None:
737
- respx_mock.post("/v1/profiles").mock(return_value=httpx.Response(500))
737
+ respx_mock.post("/v1/sessions").mock(return_value=httpx.Response(500))
738
738
 
739
739
  with pytest.raises(APIStatusError):
740
- client.profiles.with_streaming_response.create(name="name").__enter__()
740
+ client.sessions.with_streaming_response.create().__enter__()
741
741
  assert _get_open_connections(self.client) == 0
742
742
 
743
743
  @pytest.mark.parametrize("failures_before_success", [0, 2, 4])
@@ -764,9 +764,9 @@ class TestAnchorbrowser:
764
764
  return httpx.Response(500)
765
765
  return httpx.Response(200)
766
766
 
767
- respx_mock.post("/v1/profiles").mock(side_effect=retry_handler)
767
+ respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
768
768
 
769
- response = client.profiles.with_raw_response.create(name="name")
769
+ response = client.sessions.with_raw_response.create()
770
770
 
771
771
  assert response.retries_taken == failures_before_success
772
772
  assert int(response.http_request.headers.get("x-stainless-retry-count")) == failures_before_success
@@ -788,11 +788,9 @@ class TestAnchorbrowser:
788
788
  return httpx.Response(500)
789
789
  return httpx.Response(200)
790
790
 
791
- respx_mock.post("/v1/profiles").mock(side_effect=retry_handler)
791
+ respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
792
792
 
793
- response = client.profiles.with_raw_response.create(
794
- name="name", extra_headers={"x-stainless-retry-count": Omit()}
795
- )
793
+ response = client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": Omit()})
796
794
 
797
795
  assert len(response.http_request.headers.get_list("x-stainless-retry-count")) == 0
798
796
 
@@ -813,11 +811,9 @@ class TestAnchorbrowser:
813
811
  return httpx.Response(500)
814
812
  return httpx.Response(200)
815
813
 
816
- respx_mock.post("/v1/profiles").mock(side_effect=retry_handler)
814
+ respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
817
815
 
818
- response = client.profiles.with_raw_response.create(
819
- name="name", extra_headers={"x-stainless-retry-count": "42"}
820
- )
816
+ response = client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": "42"})
821
817
 
822
818
  assert response.http_request.headers.get("x-stainless-retry-count") == "42"
823
819
 
@@ -1545,10 +1541,10 @@ class TestAsyncAnchorbrowser:
1545
1541
  async def test_retrying_timeout_errors_doesnt_leak(
1546
1542
  self, respx_mock: MockRouter, async_client: AsyncAnchorbrowser
1547
1543
  ) -> None:
1548
- respx_mock.post("/v1/profiles").mock(side_effect=httpx.TimeoutException("Test timeout error"))
1544
+ respx_mock.post("/v1/sessions").mock(side_effect=httpx.TimeoutException("Test timeout error"))
1549
1545
 
1550
1546
  with pytest.raises(APITimeoutError):
1551
- await async_client.profiles.with_streaming_response.create(name="name").__aenter__()
1547
+ await async_client.sessions.with_streaming_response.create().__aenter__()
1552
1548
 
1553
1549
  assert _get_open_connections(self.client) == 0
1554
1550
 
@@ -1557,10 +1553,10 @@ class TestAsyncAnchorbrowser:
1557
1553
  async def test_retrying_status_errors_doesnt_leak(
1558
1554
  self, respx_mock: MockRouter, async_client: AsyncAnchorbrowser
1559
1555
  ) -> None:
1560
- respx_mock.post("/v1/profiles").mock(return_value=httpx.Response(500))
1556
+ respx_mock.post("/v1/sessions").mock(return_value=httpx.Response(500))
1561
1557
 
1562
1558
  with pytest.raises(APIStatusError):
1563
- await async_client.profiles.with_streaming_response.create(name="name").__aenter__()
1559
+ await async_client.sessions.with_streaming_response.create().__aenter__()
1564
1560
  assert _get_open_connections(self.client) == 0
1565
1561
 
1566
1562
  @pytest.mark.parametrize("failures_before_success", [0, 2, 4])
@@ -1588,9 +1584,9 @@ class TestAsyncAnchorbrowser:
1588
1584
  return httpx.Response(500)
1589
1585
  return httpx.Response(200)
1590
1586
 
1591
- respx_mock.post("/v1/profiles").mock(side_effect=retry_handler)
1587
+ respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
1592
1588
 
1593
- response = await client.profiles.with_raw_response.create(name="name")
1589
+ response = await client.sessions.with_raw_response.create()
1594
1590
 
1595
1591
  assert response.retries_taken == failures_before_success
1596
1592
  assert int(response.http_request.headers.get("x-stainless-retry-count")) == failures_before_success
@@ -1613,11 +1609,9 @@ class TestAsyncAnchorbrowser:
1613
1609
  return httpx.Response(500)
1614
1610
  return httpx.Response(200)
1615
1611
 
1616
- respx_mock.post("/v1/profiles").mock(side_effect=retry_handler)
1612
+ respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
1617
1613
 
1618
- response = await client.profiles.with_raw_response.create(
1619
- name="name", extra_headers={"x-stainless-retry-count": Omit()}
1620
- )
1614
+ response = await client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": Omit()})
1621
1615
 
1622
1616
  assert len(response.http_request.headers.get_list("x-stainless-retry-count")) == 0
1623
1617
 
@@ -1639,11 +1633,9 @@ class TestAsyncAnchorbrowser:
1639
1633
  return httpx.Response(500)
1640
1634
  return httpx.Response(200)
1641
1635
 
1642
- respx_mock.post("/v1/profiles").mock(side_effect=retry_handler)
1636
+ respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
1643
1637
 
1644
- response = await client.profiles.with_raw_response.create(
1645
- name="name", extra_headers={"x-stainless-retry-count": "42"}
1646
- )
1638
+ response = await client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": "42"})
1647
1639
 
1648
1640
  assert response.http_request.headers.get("x-stainless-retry-count") == "42"
1649
1641
 
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.3.0"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes