nimble_python 0.7.0__tar.gz → 0.8.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. nimble_python-0.8.0/.release-please-manifest.json +3 -0
  2. {nimble_python-0.7.0 → nimble_python-0.8.0}/CHANGELOG.md +8 -0
  3. {nimble_python-0.7.0 → nimble_python-0.8.0}/PKG-INFO +1 -1
  4. {nimble_python-0.7.0 → nimble_python-0.8.0}/pyproject.toml +1 -1
  5. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_client.py +2 -2
  6. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_version.py +1 -1
  7. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/client_extract_params.py +1 -1
  8. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/extract_response.py +4 -1
  9. nimble_python-0.7.0/.release-please-manifest.json +0 -3
  10. {nimble_python-0.7.0 → nimble_python-0.8.0}/.gitignore +0 -0
  11. {nimble_python-0.7.0 → nimble_python-0.8.0}/CONTRIBUTING.md +0 -0
  12. {nimble_python-0.7.0 → nimble_python-0.8.0}/LICENSE +0 -0
  13. {nimble_python-0.7.0 → nimble_python-0.8.0}/README.md +0 -0
  14. {nimble_python-0.7.0 → nimble_python-0.8.0}/SECURITY.md +0 -0
  15. {nimble_python-0.7.0 → nimble_python-0.8.0}/api.md +0 -0
  16. {nimble_python-0.7.0 → nimble_python-0.8.0}/bin/check-release-environment +0 -0
  17. {nimble_python-0.7.0 → nimble_python-0.8.0}/bin/publish-pypi +0 -0
  18. {nimble_python-0.7.0 → nimble_python-0.8.0}/examples/.keep +0 -0
  19. {nimble_python-0.7.0 → nimble_python-0.8.0}/release-please-config.json +0 -0
  20. {nimble_python-0.7.0 → nimble_python-0.8.0}/requirements-dev.lock +0 -0
  21. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/__init__.py +0 -0
  22. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_base_client.py +0 -0
  23. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_compat.py +0 -0
  24. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_constants.py +0 -0
  25. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_exceptions.py +0 -0
  26. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_files.py +0 -0
  27. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_models.py +0 -0
  28. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_qs.py +0 -0
  29. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_resource.py +0 -0
  30. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_response.py +0 -0
  31. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_streaming.py +0 -0
  32. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_types.py +0 -0
  33. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/__init__.py +0 -0
  34. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_compat.py +0 -0
  35. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_datetime_parse.py +0 -0
  36. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_json.py +0 -0
  37. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_logs.py +0 -0
  38. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_proxy.py +0 -0
  39. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_reflection.py +0 -0
  40. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_resources_proxy.py +0 -0
  41. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_streams.py +0 -0
  42. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_sync.py +0 -0
  43. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_transform.py +0 -0
  44. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_typing.py +0 -0
  45. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_utils.py +0 -0
  46. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/lib/.keep +0 -0
  47. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/py.typed +0 -0
  48. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/resources/__init__.py +0 -0
  49. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/resources/agents.py +0 -0
  50. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/resources/crawl.py +0 -0
  51. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/__init__.py +0 -0
  52. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/agent_get_response.py +0 -0
  53. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/agent_list_params.py +0 -0
  54. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/agent_list_response.py +0 -0
  55. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/client_map_params.py +0 -0
  56. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/client_search_params.py +0 -0
  57. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_list_params.py +0 -0
  58. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_list_response.py +0 -0
  59. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_status_response.py +0 -0
  60. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_terminate_response.py +0 -0
  61. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/map_response.py +0 -0
  62. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/search_response.py +0 -0
  63. {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimbleway/lib/.keep +0 -0
  64. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/__init__.py +0 -0
  65. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/__init__.py +0 -0
  66. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/test_agents.py +0 -0
  67. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/test_client.py +0 -0
  68. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/test_crawl.py +0 -0
  69. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/conftest.py +0 -0
  70. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/sample_file.txt +0 -0
  71. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_client.py +0 -0
  72. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_deepcopy.py +0 -0
  73. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_extract_files.py +0 -0
  74. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_files.py +0 -0
  75. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_models.py +0 -0
  76. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_qs.py +0 -0
  77. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_required_args.py +0 -0
  78. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_response.py +0 -0
  79. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_streaming.py +0 -0
  80. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_transform.py +0 -0
  81. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_datetime_parse.py +0 -0
  82. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_json.py +0 -0
  83. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_proxy.py +0 -0
  84. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_typing.py +0 -0
  85. {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/utils.py +0 -0
  86. {nimble_python-0.7.0 → nimble_python-0.8.0}/uv.lock +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.8.0"
3
+ }
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.0 (2026-02-17)
4
+
5
+ Full Changelog: [v0.7.0...v0.8.0](https://github.com/Nimbleway/nimble-python/compare/v0.7.0...v0.8.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([d89a46f](https://github.com/Nimbleway/nimble-python/commit/d89a46fdb87ac1bc68f4279f2b168c4dca4616e0))
10
+
3
11
  ## 0.7.0 (2026-02-15)
4
12
 
5
13
  Full Changelog: [v0.6.0...v0.7.0](https://github.com/Nimbleway/nimble-python/compare/v0.6.0...v0.7.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: nimble_python
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: The official Python library for the nimble API
5
5
  Project-URL: Homepage, https://github.com/Nimbleway/nimble-python
6
6
  Project-URL: Repository, https://github.com/Nimbleway/nimble-python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nimble_python"
3
- version = "0.7.0"
3
+ version = "0.8.0"
4
4
  description = "The official Python library for the nimble API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -478,7 +478,7 @@ class Nimble(SyncAPIClient):
478
478
  device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
479
479
  driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
480
480
  expected_status_codes: Iterable[int] | Omit = omit,
481
- formats: List[Literal["html", "markdown"]] | Omit = omit,
481
+ formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
482
482
  headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
483
483
  http2: bool | Omit = omit,
484
484
  is_xhr: bool | Omit = omit,
@@ -2605,7 +2605,7 @@ class AsyncNimble(AsyncAPIClient):
2605
2605
  device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
2606
2606
  driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
2607
2607
  expected_status_codes: Iterable[int] | Omit = omit,
2608
- formats: List[Literal["html", "markdown"]] | Omit = omit,
2608
+ formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
2609
2609
  headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
2610
2610
  http2: bool | Omit = omit,
2611
2611
  is_xhr: bool | Omit = omit,
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "nimble_python"
4
- __version__ = "0.7.0" # x-release-please-version
4
+ __version__ = "0.8.0" # x-release-please-version
@@ -343,7 +343,7 @@ class ClientExtractParams(TypedDict, total=False):
343
343
  expected_status_codes: Iterable[int]
344
344
  """Expected HTTP status codes for successful requests"""
345
345
 
346
- formats: List[Literal["html", "markdown"]]
346
+ formats: List[Literal["html", "markdown", "screenshot"]]
347
347
  """List of acceptable response formats in order of preference"""
348
348
 
349
349
  headers: Dict[str, Union[str, SequenceNotStr[str], None]]
@@ -253,7 +253,10 @@ class Data(BaseModel):
253
253
  """The list of redirects that occurred during the task."""
254
254
 
255
255
  screenshots: Optional[List[object]] = None
256
- """The screenshots from browser actions taken during the task."""
256
+ """
257
+ Screenshots taken during the task, from browser actions, or the screenshot
258
+ format.
259
+ """
257
260
 
258
261
 
259
262
  class Metadata(BaseModel):
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.7.0"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes