apify 2.7.1b11__tar.gz → 2.7.1b13__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.

Potentially problematic release.


This version of apify might be problematic. Click here for more details.

Files changed (232) hide show
  1. {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/update_new_issue.yaml +1 -1
  2. {apify-2.7.1b11 → apify-2.7.1b13}/CHANGELOG.md +25 -0
  3. {apify-2.7.1b11 → apify-2.7.1b13}/PKG-INFO +2 -2
  4. {apify-2.7.1b11 → apify-2.7.1b13}/pyproject.toml +2 -4
  5. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_charging.py +19 -0
  6. {apify-2.7.1b11 → apify-2.7.1b13}/uv.lock +43 -28
  7. {apify-2.7.1b11 → apify-2.7.1b13}/website/package-lock.json +4 -4
  8. {apify-2.7.1b11 → apify-2.7.1b13}/website/package.json +1 -1
  9. {apify-2.7.1b11 → apify-2.7.1b13}/.editorconfig +0 -0
  10. {apify-2.7.1b11 → apify-2.7.1b13}/.github/CODEOWNERS +0 -0
  11. {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/build_and_deploy_docs.yaml +0 -0
  12. {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/check_pr_title.yaml +0 -0
  13. {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/pre_release.yaml +0 -0
  14. {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/release.yaml +0 -0
  15. {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/run_code_checks.yaml +0 -0
  16. {apify-2.7.1b11 → apify-2.7.1b13}/.gitignore +0 -0
  17. {apify-2.7.1b11 → apify-2.7.1b13}/.markdownlint.yaml +0 -0
  18. {apify-2.7.1b11 → apify-2.7.1b13}/.pre-commit-config.yaml +0 -0
  19. {apify-2.7.1b11 → apify-2.7.1b13}/CONTRIBUTING.md +0 -0
  20. {apify-2.7.1b11 → apify-2.7.1b13}/LICENSE +0 -0
  21. {apify-2.7.1b11 → apify-2.7.1b13}/Makefile +0 -0
  22. {apify-2.7.1b11 → apify-2.7.1b13}/README.md +0 -0
  23. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/01_introduction.mdx +0 -0
  24. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/02_running_actors_locally.mdx +0 -0
  25. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/03_actor_structure.mdx +0 -0
  26. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/01_introduction.py +0 -0
  27. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/__init__.py +0 -0
  28. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/__main__.py +0 -0
  29. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/main.py +0 -0
  30. {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/py.typed +0 -0
  31. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/01_actor_lifecycle.mdx +0 -0
  32. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/02_actor_input.mdx +0 -0
  33. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/03_storages.mdx +0 -0
  34. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/04_actor_events.mdx +0 -0
  35. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/05_proxy_management.mdx +0 -0
  36. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/06_interacting_with_other_actors.mdx +0 -0
  37. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/07_webhooks.mdx +0 -0
  38. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/08_access_apify_api.mdx +0 -0
  39. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/09_running_webserver.mdx +0 -0
  40. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/10_logging.mdx +0 -0
  41. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/11_configuration.mdx +0 -0
  42. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/12_pay_per_event.mdx +0 -0
  43. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_context_manager.py +0 -0
  44. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_init_exit.py +0 -0
  45. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_reboot.py +0 -0
  46. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_status_message.py +0 -0
  47. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/02_input.py +0 -0
  48. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_dataset_exports.py +0 -0
  49. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_dataset_read_write.py +0 -0
  50. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_deleting_storages.py +0 -0
  51. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_kvs_iterating.py +0 -0
  52. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_kvs_public_url.py +0 -0
  53. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_kvs_read_write.py +0 -0
  54. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_opening_storages.py +0 -0
  55. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_rq.py +0 -0
  56. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/04_actor_events.py +0 -0
  57. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_apify_proxy.py +0 -0
  58. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_apify_proxy_config.py +0 -0
  59. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_custom_proxy.py +0 -0
  60. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_custom_proxy_function.py +0 -0
  61. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_proxy_actor_input.py +0 -0
  62. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_proxy_httpx.py +0 -0
  63. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_proxy_rotation.py +0 -0
  64. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_call.py +0 -0
  65. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_call_task.py +0 -0
  66. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_metamorph.py +0 -0
  67. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_start.py +0 -0
  68. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/07_webhook.py +0 -0
  69. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/07_webhook_preventing.py +0 -0
  70. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/08_actor_client.py +0 -0
  71. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/08_actor_new_client.py +0 -0
  72. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/09_webserver.py +0 -0
  73. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_log_config.py +0 -0
  74. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_logger_usage.py +0 -0
  75. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_redirect_log.py +0 -0
  76. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_redirect_log_existing_run.py +0 -0
  77. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/11_config.py +0 -0
  78. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/actor_charge.py +0 -0
  79. {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/conditional_actor_charge.py +0 -0
  80. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/01_beautifulsoup_httpx.mdx +0 -0
  81. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/02_parsel_impit.mdx +0 -0
  82. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/03_playwright.mdx +0 -0
  83. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/04_selenium.mdx +0 -0
  84. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/05_crawlee.mdx +0 -0
  85. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/06_scrapy.mdx +0 -0
  86. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/01_beautifulsoup_httpx.py +0 -0
  87. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/02_parsel_impit.py +0 -0
  88. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/03_playwright.py +0 -0
  89. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/04_selenium.py +0 -0
  90. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/05_crawlee_beautifulsoup.py +0 -0
  91. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/05_crawlee_parsel.py +0 -0
  92. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/05_crawlee_playwright.py +0 -0
  93. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/__init__.py +0 -0
  94. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/__main__.py +0 -0
  95. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/items.py +0 -0
  96. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/main.py +0 -0
  97. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/py.typed +0 -0
  98. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/settings.py +0 -0
  99. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
  100. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/spiders/py.typed +0 -0
  101. {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/spiders/title.py +0 -0
  102. {apify-2.7.1b11 → apify-2.7.1b13}/docs/04_upgrading/upgrading_to_v2.md +0 -0
  103. {apify-2.7.1b11 → apify-2.7.1b13}/docs/04_upgrading/upgrading_to_v3.md +0 -0
  104. {apify-2.7.1b11 → apify-2.7.1b13}/docs/pyproject.toml +0 -0
  105. {apify-2.7.1b11 → apify-2.7.1b13}/renovate.json +0 -0
  106. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/__init__.py +0 -0
  107. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_actor.py +0 -0
  108. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_configuration.py +0 -0
  109. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_consts.py +0 -0
  110. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_crypto.py +0 -0
  111. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_models.py +0 -0
  112. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_proxy_configuration.py +0 -0
  113. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_utils.py +0 -0
  114. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/__init__.py +0 -0
  115. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/_apify_event_manager.py +0 -0
  116. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/_types.py +0 -0
  117. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/py.typed +0 -0
  118. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/log.py +0 -0
  119. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/py.typed +0 -0
  120. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/request_loaders/__init__.py +0 -0
  121. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/request_loaders/_apify_request_list.py +0 -0
  122. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/request_loaders/py.typed +0 -0
  123. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/__init__.py +0 -0
  124. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/_actor_runner.py +0 -0
  125. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/_async_thread.py +0 -0
  126. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/_logging_config.py +0 -0
  127. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/extensions/__init__.py +0 -0
  128. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/extensions/_httpcache.py +0 -0
  129. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/middlewares/__init__.py +0 -0
  130. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
  131. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/middlewares/py.typed +0 -0
  132. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/pipelines/__init__.py +0 -0
  133. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
  134. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/pipelines/py.typed +0 -0
  135. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/py.typed +0 -0
  136. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/requests.py +0 -0
  137. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/scheduler.py +0 -0
  138. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/utils.py +0 -0
  139. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/__init__.py +0 -0
  140. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/__init__.py +0 -0
  141. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_dataset_client.py +0 -0
  142. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_key_value_store_client.py +0 -0
  143. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_models.py +0 -0
  144. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_request_queue_client.py +0 -0
  145. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_storage_client.py +0 -0
  146. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/py.typed +0 -0
  147. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_file_system/__init__.py +0 -0
  148. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_file_system/_key_value_store_client.py +0 -0
  149. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_file_system/_storage_client.py +0 -0
  150. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/py.typed +0 -0
  151. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storages/__init__.py +0 -0
  152. {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storages/py.typed +0 -0
  153. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/README.md +0 -0
  154. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/__init__.py +0 -0
  155. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/_utils.py +0 -0
  156. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/Dockerfile +0 -0
  157. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/requirements.txt +0 -0
  158. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/server.py +0 -0
  159. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/src/__init__.py +0 -0
  160. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/src/__main__.py +0 -0
  161. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/src/main.py +0 -0
  162. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/conftest.py +0 -0
  163. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_api_helpers.py +0 -0
  164. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_call_timeouts.py +0 -0
  165. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_charge.py +0 -0
  166. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
  167. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_dataset.py +0 -0
  168. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_events.py +0 -0
  169. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_key_value_store.py +0 -0
  170. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_lifecycle.py +0 -0
  171. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_log.py +0 -0
  172. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_request_queue.py +0 -0
  173. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_scrapy.py +0 -0
  174. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_crawlers_with_storages.py +0 -0
  175. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_fixtures.py +0 -0
  176. {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_request_queue.py +0 -0
  177. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/__init__.py +0 -0
  178. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/__init__.py +0 -0
  179. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
  180. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_dataset.py +0 -0
  181. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_env_helpers.py +0 -0
  182. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_helpers.py +0 -0
  183. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_key_value_store.py +0 -0
  184. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_lifecycle.py +0 -0
  185. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_log.py +0 -0
  186. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
  187. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_request_queue.py +0 -0
  188. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_configuration.py +0 -0
  189. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_request_list.py +0 -0
  190. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/conftest.py +0 -0
  191. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/events/__init__.py +0 -0
  192. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/events/test_apify_event_manager.py +0 -0
  193. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/__init__.py +0 -0
  194. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/extensions/__init__.py +0 -0
  195. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
  196. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/middlewares/__init__.py +0 -0
  197. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
  198. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/pipelines/__init__.py +0 -0
  199. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
  200. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/requests/__init__.py +0 -0
  201. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
  202. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
  203. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/utils/__init__.py +0 -0
  204. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
  205. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
  206. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/storage_clients/__init__.py +0 -0
  207. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/storage_clients/test_apify_request_queue_client.py +0 -0
  208. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/storage_clients/test_file_system.py +0 -0
  209. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/test_crypto.py +0 -0
  210. {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/test_proxy_configuration.py +0 -0
  211. {apify-2.7.1b11 → apify-2.7.1b13}/website/.eslintrc.json +0 -0
  212. {apify-2.7.1b11 → apify-2.7.1b13}/website/babel.config.js +0 -0
  213. {apify-2.7.1b11 → apify-2.7.1b13}/website/build_api_reference.sh +0 -0
  214. {apify-2.7.1b11 → apify-2.7.1b13}/website/docusaurus.config.js +0 -0
  215. {apify-2.7.1b11 → apify-2.7.1b13}/website/generate_module_shortcuts.py +0 -0
  216. {apify-2.7.1b11 → apify-2.7.1b13}/website/sidebars.js +0 -0
  217. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/ApiLink.jsx +0 -0
  218. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/Gradients.jsx +0 -0
  219. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/Highlights.jsx +0 -0
  220. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/Highlights.module.css +0 -0
  221. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/RunnableCodeBlock.jsx +0 -0
  222. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/RunnableCodeBlock.module.css +0 -0
  223. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/css/custom.css +0 -0
  224. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/pages/home_page_example.py +0 -0
  225. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/pages/index.js +0 -0
  226. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/pages/index.module.css +0 -0
  227. {apify-2.7.1b11 → apify-2.7.1b13}/website/src/theme/DocItem/Content/index.js +0 -0
  228. {apify-2.7.1b11 → apify-2.7.1b13}/website/static/.nojekyll +0 -0
  229. {apify-2.7.1b11 → apify-2.7.1b13}/website/static/img/docs-og.png +0 -0
  230. {apify-2.7.1b11 → apify-2.7.1b13}/website/static/img/guides/redirected_logs_example.webp +0 -0
  231. {apify-2.7.1b11 → apify-2.7.1b13}/website/tools/docs-prettier.config.js +0 -0
  232. {apify-2.7.1b11 → apify-2.7.1b13}/website/tools/utils/externalLink.js +0 -0
@@ -14,7 +14,7 @@ jobs:
14
14
 
15
15
  steps:
16
16
  # Add the "t-tooling" label to all new issues
17
- - uses: actions/github-script@v7
17
+ - uses: actions/github-script@v8
18
18
  with:
19
19
  script: |
20
20
  github.rest.issues.addLabels({
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
8
8
  ### 🚀 Features
9
9
 
10
10
  - Add deduplication to `add_batch_of_requests` ([#534](https://github.com/apify/apify-sdk-python/pull/534)) ([dd03c4d](https://github.com/apify/apify-sdk-python/commit/dd03c4d446f611492adf35f1b5738648ee5a66f7)) by [@Pijukatel](https://github.com/Pijukatel), closes [#514](https://github.com/apify/apify-sdk-python/issues/514)
11
+ - Add new methods to ChargingManager ([#580](https://github.com/apify/apify-sdk-python/pull/580)) ([54f7f8b](https://github.com/apify/apify-sdk-python/commit/54f7f8b29c5982be98b595dac11eceff915035c9)) by [@vdusek](https://github.com/vdusek)
11
12
 
12
13
  ### 🐛 Bug Fixes
13
14
 
@@ -64,6 +65,30 @@ All notable changes to this project will be documented in this file.
64
65
  - Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
65
66
 
66
67
 
68
+ ## [2.7.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.0) (2025-07-14)
69
+
70
+ ### 🚀 Features
71
+
72
+ - **crypto:** Decrypt secret objects ([#482](https://github.com/apify/apify-sdk-python/pull/482)) ([ce9daf7](https://github.com/apify/apify-sdk-python/commit/ce9daf7381212b8dc194e8a643e5ca0dedbc0078)) by [@MFori](https://github.com/MFori)
73
+
74
+ ### 🐛 Bug Fixes
75
+
76
+ - Sync `@docusaurus` theme version [internal] ([#500](https://github.com/apify/apify-sdk-python/pull/500)) ([a7485e7](https://github.com/apify/apify-sdk-python/commit/a7485e7d2276fde464ce862573d5b95e7d4d836a)) by [@katzino](https://github.com/katzino)
77
+ - Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
78
+
79
+
80
+ ## [2.7.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.0) (2025-07-14)
81
+
82
+ ### 🚀 Features
83
+
84
+ - **crypto:** Decrypt secret objects ([#482](https://github.com/apify/apify-sdk-python/pull/482)) ([ce9daf7](https://github.com/apify/apify-sdk-python/commit/ce9daf7381212b8dc194e8a643e5ca0dedbc0078)) by [@MFori](https://github.com/MFori)
85
+
86
+ ### 🐛 Bug Fixes
87
+
88
+ - Sync `@docusaurus` theme version [internal] ([#500](https://github.com/apify/apify-sdk-python/pull/500)) ([a7485e7](https://github.com/apify/apify-sdk-python/commit/a7485e7d2276fde464ce862573d5b95e7d4d836a)) by [@katzino](https://github.com/katzino)
89
+ - Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
90
+
91
+
67
92
 
68
93
  ## [2.7.3](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.3) (2025-08-11)
69
94
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apify
3
- Version: 2.7.1b11
3
+ Version: 2.7.1b13
4
4
  Summary: Apify SDK for Python
5
5
  Project-URL: Apify Homepage, https://apify.com
6
6
  Project-URL: Changelog, https://docs.apify.com/sdk/python/docs/changelog
@@ -231,7 +231,7 @@ Requires-Dist: cachetools>=5.5.0
231
231
  Requires-Dist: crawlee==1.0.0rc1
232
232
  Requires-Dist: cryptography>=42.0.0
233
233
  Requires-Dist: impit>=0.5.3
234
- Requires-Dist: lazy-object-proxy<1.11.0
234
+ Requires-Dist: lazy-object-proxy>=1.11.0
235
235
  Requires-Dist: more-itertools>=10.2.0
236
236
  Requires-Dist: typing-extensions>=4.1.0
237
237
  Requires-Dist: websockets>=14.0
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "apify"
7
- version = "2.7.1b11"
7
+ version = "2.7.1b13"
8
8
  description = "Apify SDK for Python"
9
9
  authors = [{ name = "Apify Technologies s.r.o.", email = "support@apify.com" }]
10
10
  license = { file = "LICENSE" }
@@ -39,10 +39,8 @@ dependencies = [
39
39
  "crawlee==1.0.0rc1",
40
40
  "cachetools>=5.5.0",
41
41
  "cryptography>=42.0.0",
42
- # TODO: ensure compatibility with the latest version of lazy-object-proxy
43
- # https://github.com/apify/apify-sdk-python/issues/460
44
42
  "impit>=0.5.3",
45
- "lazy-object-proxy<1.11.0",
43
+ "lazy-object-proxy>=1.11.0",
46
44
  "more_itertools>=10.2.0",
47
45
  "typing-extensions>=4.1.0",
48
46
  "websockets>=14.0",
@@ -64,6 +64,16 @@ class ChargingManager(Protocol):
64
64
  This can be used for instance when your code needs to support multiple pricing models in transition periods.
65
65
  """
66
66
 
67
+ def get_charged_event_count(self, event_name: str) -> int:
68
+ """Get the number of events with the given name that were charged so far.
69
+
70
+ Args:
71
+ event_name: Name of the inspected event.
72
+ """
73
+
74
+ def get_max_total_charge_usd(self) -> Decimal:
75
+ """Get the configured maximum total charge for this Actor run."""
76
+
67
77
 
68
78
  @docs_group('Charging')
69
79
  @dataclass(frozen=True)
@@ -309,6 +319,15 @@ class ChargingManagerImplementation(ChargingManager):
309
319
  },
310
320
  )
311
321
 
322
+ @ensure_context
323
+ def get_charged_event_count(self, event_name: str) -> int:
324
+ item = self._charging_state.get(event_name)
325
+ return item.charge_count if item is not None else 0
326
+
327
+ @ensure_context
328
+ def get_max_total_charge_usd(self) -> Decimal:
329
+ return self._max_total_charge_usd
330
+
312
331
 
313
332
  @dataclass
314
333
  class ChargingStateItem:
@@ -28,7 +28,7 @@ wheels = [
28
28
 
29
29
  [[package]]
30
30
  name = "apify"
31
- version = "2.7.1b11"
31
+ version = "2.7.1b13"
32
32
  source = { editable = "." }
33
33
  dependencies = [
34
34
  { name = "apify-client" },
@@ -79,7 +79,7 @@ requires-dist = [
79
79
  { name = "crawlee", specifier = "==1.0.0rc1" },
80
80
  { name = "cryptography", specifier = ">=42.0.0" },
81
81
  { name = "impit", specifier = ">=0.5.3" },
82
- { name = "lazy-object-proxy", specifier = "<1.11.0" },
82
+ { name = "lazy-object-proxy", specifier = ">=1.11.0" },
83
83
  { name = "more-itertools", specifier = ">=10.2.0" },
84
84
  { name = "scrapy", marker = "extra == 'scrapy'", specifier = ">=2.11.0" },
85
85
  { name = "typing-extensions", specifier = ">=4.1.0" },
@@ -913,32 +913,47 @@ wheels = [
913
913
 
914
914
  [[package]]
915
915
  name = "lazy-object-proxy"
916
- version = "1.10.0"
917
- source = { registry = "https://pypi.org/simple" }
918
- sdist = { url = "https://files.pythonhosted.org/packages/2c/f0/f02e2d150d581a294efded4020094a371bbab42423fe78625ac18854d89b/lazy-object-proxy-1.10.0.tar.gz", hash = "sha256:78247b6d45f43a52ef35c25b5581459e85117225408a4128a3daf8bf9648ac69", size = 43271, upload-time = "2023-12-15T15:11:41.75Z" }
919
- wheels = [
920
- { url = "https://files.pythonhosted.org/packages/8d/42/a96d9d153f6ea38b925494cb9b42cf4a9f98fd30cad3124fc22e9d04ec34/lazy_object_proxy-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:855e068b0358ab916454464a884779c7ffa312b8925c6f7401e952dcf3b89977", size = 27432, upload-time = "2023-12-15T15:10:44.599Z" },
921
- { url = "https://files.pythonhosted.org/packages/4a/0d/b325461e43dde8d7644e9b9e9dd57f2a4af472b588c51ccbc92778e60ea4/lazy_object_proxy-1.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ab7004cf2e59f7c2e4345604a3e6ea0d92ac44e1c2375527d56492014e690c3", size = 69133, upload-time = "2023-12-15T15:10:46.936Z" },
922
- { url = "https://files.pythonhosted.org/packages/8b/fc/83711d743fb5aaca5747bbf225fe3b5cbe085c7f6c115856b5cce80f3224/lazy_object_proxy-1.10.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc0d2fc424e54c70c4bc06787e4072c4f3b1aa2f897dfdc34ce1013cf3ceef05", size = 68272, upload-time = "2023-12-15T15:10:48.935Z" },
923
- { url = "https://files.pythonhosted.org/packages/8d/b5/ea47215abd4da45791664d7bbfe2976ca0de2c37af38b5e9e6cf89e0e65e/lazy_object_proxy-1.10.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e2adb09778797da09d2b5ebdbceebf7dd32e2c96f79da9052b2e87b6ea495895", size = 70891, upload-time = "2023-12-15T15:10:50.543Z" },
924
- { url = "https://files.pythonhosted.org/packages/8b/9b/908e12e5fa265ea1579261ff80f7b2136fd2ba254bc7f4f7e3dba83fd0f2/lazy_object_proxy-1.10.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b1f711e2c6dcd4edd372cf5dec5c5a30d23bba06ee012093267b3376c079ec83", size = 70451, upload-time = "2023-12-15T15:10:51.841Z" },
925
- { url = "https://files.pythonhosted.org/packages/16/ab/d9a47f2e70767af5ee311d71109be6ef2991c66c77bfa18e66707edd9f8c/lazy_object_proxy-1.10.0-cp310-cp310-win32.whl", hash = "sha256:76a095cfe6045c7d0ca77db9934e8f7b71b14645f0094ffcd842349ada5c5fb9", size = 25778, upload-time = "2023-12-15T15:10:53.707Z" },
926
- { url = "https://files.pythonhosted.org/packages/74/d6/0104e4154d2c30227eb54491dda8a4132be046b4cb37fb4ce915a5abc0d5/lazy_object_proxy-1.10.0-cp310-cp310-win_amd64.whl", hash = "sha256:b4f87d4ed9064b2628da63830986c3d2dca7501e6018347798313fcf028e2fd4", size = 27551, upload-time = "2023-12-15T15:10:54.991Z" },
927
- { url = "https://files.pythonhosted.org/packages/ff/e1/99a7ec68b892c9b8c6212617f54e7e9b0304d47edad8c0ff043ae3aeb1a9/lazy_object_proxy-1.10.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:fec03caabbc6b59ea4a638bee5fce7117be8e99a4103d9d5ad77f15d6f81020c", size = 27434, upload-time = "2023-12-15T15:10:56.157Z" },
928
- { url = "https://files.pythonhosted.org/packages/1a/76/6a41de4b44d1dcfe4c720d4606de0d7b69b6b450f0bdce16f2e1fb8abc89/lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02c83f957782cbbe8136bee26416686a6ae998c7b6191711a04da776dc9e47d4", size = 70687, upload-time = "2023-12-15T15:10:57.949Z" },
929
- { url = "https://files.pythonhosted.org/packages/1e/5d/eaa12126e8989c9bdd21d864cbba2b258cb9ee2f574ada1462a0004cfad8/lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:009e6bb1f1935a62889ddc8541514b6a9e1fcf302667dcb049a0be5c8f613e56", size = 69757, upload-time = "2023-12-15T15:10:59.937Z" },
930
- { url = "https://files.pythonhosted.org/packages/53/a9/6f22cfe9572929656988b72c0de266c5d10755369b575322725f67364c4e/lazy_object_proxy-1.10.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:75fc59fc450050b1b3c203c35020bc41bd2695ed692a392924c6ce180c6f1dc9", size = 73709, upload-time = "2023-12-15T15:11:02.161Z" },
931
- { url = "https://files.pythonhosted.org/packages/bd/e6/b10fd94710a99a6309f3ad61a4eb480944bbb17fcb41bd2d852fdbee57ee/lazy_object_proxy-1.10.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:782e2c9b2aab1708ffb07d4bf377d12901d7a1d99e5e410d648d892f8967ab1f", size = 73191, upload-time = "2023-12-15T15:11:03.511Z" },
932
- { url = "https://files.pythonhosted.org/packages/c9/78/a9b9d314da02fe66b632f2354e20e40fc3508befb450b5a17987a222b383/lazy_object_proxy-1.10.0-cp311-cp311-win32.whl", hash = "sha256:edb45bb8278574710e68a6b021599a10ce730d156e5b254941754a9cc0b17d03", size = 25773, upload-time = "2023-12-15T15:11:04.781Z" },
933
- { url = "https://files.pythonhosted.org/packages/94/e6/e2d3b0c9efe61f72dc327ce2355941f540e0b0d1f2b3490cbab6bab7d3ea/lazy_object_proxy-1.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:e271058822765ad5e3bca7f05f2ace0de58a3f4e62045a8c90a0dfd2f8ad8cc6", size = 27550, upload-time = "2023-12-15T15:11:05.915Z" },
934
- { url = "https://files.pythonhosted.org/packages/d0/5d/768a7f2ccebb29604def61842fd54f6f5f75c79e366ee8748dda84de0b13/lazy_object_proxy-1.10.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e98c8af98d5707dcdecc9ab0863c0ea6e88545d42ca7c3feffb6b4d1e370c7ba", size = 27560, upload-time = "2023-12-15T15:11:07.122Z" },
935
- { url = "https://files.pythonhosted.org/packages/b3/ce/f369815549dbfa4bebed541fa4e1561d69e4f268a1f6f77da886df182dab/lazy_object_proxy-1.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:952c81d415b9b80ea261d2372d2a4a2332a3890c2b83e0535f263ddfe43f0d43", size = 72403, upload-time = "2023-12-15T15:11:08.426Z" },
936
- { url = "https://files.pythonhosted.org/packages/44/46/3771e0a4315044aa7b67da892b2fb1f59dfcf0eaff2c8967b2a0a85d5896/lazy_object_proxy-1.10.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80b39d3a151309efc8cc48675918891b865bdf742a8616a337cb0090791a0de9", size = 72401, upload-time = "2023-12-15T15:11:09.78Z" },
937
- { url = "https://files.pythonhosted.org/packages/81/39/84ce4740718e1c700bd04d3457ac92b2e9ce76529911583e7a2bf4d96eb2/lazy_object_proxy-1.10.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e221060b701e2aa2ea991542900dd13907a5c90fa80e199dbf5a03359019e7a3", size = 75375, upload-time = "2023-12-15T15:11:12.382Z" },
938
- { url = "https://files.pythonhosted.org/packages/86/3b/d6b65da2b864822324745c0a73fe7fd86c67ccea54173682c3081d7adea8/lazy_object_proxy-1.10.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:92f09ff65ecff3108e56526f9e2481b8116c0b9e1425325e13245abfd79bdb1b", size = 75466, upload-time = "2023-12-15T15:11:14.746Z" },
939
- { url = "https://files.pythonhosted.org/packages/f5/33/467a093bf004a70022cb410c590d937134bba2faa17bf9dc42a48f49af35/lazy_object_proxy-1.10.0-cp312-cp312-win32.whl", hash = "sha256:3ad54b9ddbe20ae9f7c1b29e52f123120772b06dbb18ec6be9101369d63a4074", size = 25914, upload-time = "2023-12-15T15:11:16.987Z" },
940
- { url = "https://files.pythonhosted.org/packages/77/ce/7956dc5ac2f8b62291b798c8363c81810e22a9effe469629d297d087e350/lazy_object_proxy-1.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:127a789c75151db6af398b8972178afe6bda7d6f68730c057fbbc2e96b08d282", size = 27525, upload-time = "2023-12-15T15:11:18.335Z" },
941
- { url = "https://files.pythonhosted.org/packages/31/8b/94dc8d58704ab87b39faed6f2fc0090b9d90e2e2aa2bbec35c79f3d2a054/lazy_object_proxy-1.10.0-pp310.pp311.pp312.pp38.pp39-none-any.whl", hash = "sha256:80fa48bd89c8f2f456fc0765c11c23bf5af827febacd2f523ca5bc1893fcc09d", size = 16405, upload-time = "2023-12-15T15:11:40.453Z" },
916
+ version = "1.12.0"
917
+ source = { registry = "https://pypi.org/simple" }
918
+ sdist = { url = "https://files.pythonhosted.org/packages/08/a2/69df9c6ba6d316cfd81fe2381e464db3e6de5db45f8c43c6a23504abf8cb/lazy_object_proxy-1.12.0.tar.gz", hash = "sha256:1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61", size = 43681, upload-time = "2025-08-22T13:50:06.783Z" }
919
+ wheels = [
920
+ { url = "https://files.pythonhosted.org/packages/d6/2b/d5e8915038acbd6c6a9fcb8aaf923dc184222405d3710285a1fec6e262bc/lazy_object_proxy-1.12.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:61d5e3310a4aa5792c2b599a7a78ccf8687292c8eb09cf187cca8f09cf6a7519", size = 26658, upload-time = "2025-08-22T13:42:23.373Z" },
921
+ { url = "https://files.pythonhosted.org/packages/da/8f/91fc00eeea46ee88b9df67f7c5388e60993341d2a406243d620b2fdfde57/lazy_object_proxy-1.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c1ca33565f698ac1aece152a10f432415d1a2aa9a42dfe23e5ba2bc255ab91f6", size = 68412, upload-time = "2025-08-22T13:42:24.727Z" },
922
+ { url = "https://files.pythonhosted.org/packages/07/d2/b7189a0e095caedfea4d42e6b6949d2685c354263bdf18e19b21ca9b3cd6/lazy_object_proxy-1.12.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d01c7819a410f7c255b20799b65d36b414379a30c6f1684c7bd7eb6777338c1b", size = 67559, upload-time = "2025-08-22T13:42:25.875Z" },
923
+ { url = "https://files.pythonhosted.org/packages/a3/ad/b013840cc43971582ff1ceaf784d35d3a579650eb6cc348e5e6ed7e34d28/lazy_object_proxy-1.12.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:029d2b355076710505c9545aef5ab3f750d89779310e26ddf2b7b23f6ea03cd8", size = 66651, upload-time = "2025-08-22T13:42:27.427Z" },
924
+ { url = "https://files.pythonhosted.org/packages/7e/6f/b7368d301c15612fcc4cd00412b5d6ba55548bde09bdae71930e1a81f2ab/lazy_object_proxy-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc6e3614eca88b1c8a625fc0a47d0d745e7c3255b21dac0e30b3037c5e3deeb8", size = 66901, upload-time = "2025-08-22T13:42:28.585Z" },
925
+ { url = "https://files.pythonhosted.org/packages/61/1b/c6b1865445576b2fc5fa0fbcfce1c05fee77d8979fd1aa653dd0f179aefc/lazy_object_proxy-1.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:be5fe974e39ceb0d6c9db0663c0464669cf866b2851c73971409b9566e880eab", size = 26536, upload-time = "2025-08-22T13:42:29.636Z" },
926
+ { url = "https://files.pythonhosted.org/packages/01/b3/4684b1e128a87821e485f5a901b179790e6b5bc02f89b7ee19c23be36ef3/lazy_object_proxy-1.12.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1cf69cd1a6c7fe2dbcc3edaa017cf010f4192e53796538cc7d5e1fedbfa4bcff", size = 26656, upload-time = "2025-08-22T13:42:30.605Z" },
927
+ { url = "https://files.pythonhosted.org/packages/3a/03/1bdc21d9a6df9ff72d70b2ff17d8609321bea4b0d3cffd2cea92fb2ef738/lazy_object_proxy-1.12.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:efff4375a8c52f55a145dc8487a2108c2140f0bec4151ab4e1843e52eb9987ad", size = 68832, upload-time = "2025-08-22T13:42:31.675Z" },
928
+ { url = "https://files.pythonhosted.org/packages/3d/4b/5788e5e8bd01d19af71e50077ab020bc5cce67e935066cd65e1215a09ff9/lazy_object_proxy-1.12.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1192e8c2f1031a6ff453ee40213afa01ba765b3dc861302cd91dbdb2e2660b00", size = 69148, upload-time = "2025-08-22T13:42:32.876Z" },
929
+ { url = "https://files.pythonhosted.org/packages/79/0e/090bf070f7a0de44c61659cb7f74c2fe02309a77ca8c4b43adfe0b695f66/lazy_object_proxy-1.12.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:3605b632e82a1cbc32a1e5034278a64db555b3496e0795723ee697006b980508", size = 67800, upload-time = "2025-08-22T13:42:34.054Z" },
930
+ { url = "https://files.pythonhosted.org/packages/cf/d2/b320325adbb2d119156f7c506a5fbfa37fcab15c26d13cf789a90a6de04e/lazy_object_proxy-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a61095f5d9d1a743e1e20ec6d6db6c2ca511961777257ebd9b288951b23b44fa", size = 68085, upload-time = "2025-08-22T13:42:35.197Z" },
931
+ { url = "https://files.pythonhosted.org/packages/6a/48/4b718c937004bf71cd82af3713874656bcb8d0cc78600bf33bb9619adc6c/lazy_object_proxy-1.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:997b1d6e10ecc6fb6fe0f2c959791ae59599f41da61d652f6c903d1ee58b7370", size = 26535, upload-time = "2025-08-22T13:42:36.521Z" },
932
+ { url = "https://files.pythonhosted.org/packages/0d/1b/b5f5bd6bda26f1e15cd3232b223892e4498e34ec70a7f4f11c401ac969f1/lazy_object_proxy-1.12.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8ee0d6027b760a11cc18281e702c0309dd92da458a74b4c15025d7fc490deede", size = 26746, upload-time = "2025-08-22T13:42:37.572Z" },
933
+ { url = "https://files.pythonhosted.org/packages/55/64/314889b618075c2bfc19293ffa9153ce880ac6153aacfd0a52fcabf21a66/lazy_object_proxy-1.12.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:4ab2c584e3cc8be0dfca422e05ad30a9abe3555ce63e9ab7a559f62f8dbc6ff9", size = 71457, upload-time = "2025-08-22T13:42:38.743Z" },
934
+ { url = "https://files.pythonhosted.org/packages/11/53/857fc2827fc1e13fbdfc0ba2629a7d2579645a06192d5461809540b78913/lazy_object_proxy-1.12.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:14e348185adbd03ec17d051e169ec45686dcd840a3779c9d4c10aabe2ca6e1c0", size = 71036, upload-time = "2025-08-22T13:42:40.184Z" },
935
+ { url = "https://files.pythonhosted.org/packages/2b/24/e581ffed864cd33c1b445b5763d617448ebb880f48675fc9de0471a95cbc/lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:c4fcbe74fb85df8ba7825fa05eddca764138da752904b378f0ae5ab33a36c308", size = 69329, upload-time = "2025-08-22T13:42:41.311Z" },
936
+ { url = "https://files.pythonhosted.org/packages/78/be/15f8f5a0b0b2e668e756a152257d26370132c97f2f1943329b08f057eff0/lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:563d2ec8e4d4b68ee7848c5ab4d6057a6d703cb7963b342968bb8758dda33a23", size = 70690, upload-time = "2025-08-22T13:42:42.51Z" },
937
+ { url = "https://files.pythonhosted.org/packages/5d/aa/f02be9bbfb270e13ee608c2b28b8771f20a5f64356c6d9317b20043c6129/lazy_object_proxy-1.12.0-cp312-cp312-win_amd64.whl", hash = "sha256:53c7fd99eb156bbb82cbc5d5188891d8fdd805ba6c1e3b92b90092da2a837073", size = 26563, upload-time = "2025-08-22T13:42:43.685Z" },
938
+ { url = "https://files.pythonhosted.org/packages/f4/26/b74c791008841f8ad896c7f293415136c66cc27e7c7577de4ee68040c110/lazy_object_proxy-1.12.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:86fd61cb2ba249b9f436d789d1356deae69ad3231dc3c0f17293ac535162672e", size = 26745, upload-time = "2025-08-22T13:42:44.982Z" },
939
+ { url = "https://files.pythonhosted.org/packages/9b/52/641870d309e5d1fb1ea7d462a818ca727e43bfa431d8c34b173eb090348c/lazy_object_proxy-1.12.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:81d1852fb30fab81696f93db1b1e55a5d1ff7940838191062f5f56987d5fcc3e", size = 71537, upload-time = "2025-08-22T13:42:46.141Z" },
940
+ { url = "https://files.pythonhosted.org/packages/47/b6/919118e99d51c5e76e8bf5a27df406884921c0acf2c7b8a3b38d847ab3e9/lazy_object_proxy-1.12.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:be9045646d83f6c2664c1330904b245ae2371b5c57a3195e4028aedc9f999655", size = 71141, upload-time = "2025-08-22T13:42:47.375Z" },
941
+ { url = "https://files.pythonhosted.org/packages/e5/47/1d20e626567b41de085cf4d4fb3661a56c159feaa73c825917b3b4d4f806/lazy_object_proxy-1.12.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:67f07ab742f1adfb3966c40f630baaa7902be4222a17941f3d85fd1dae5565ff", size = 69449, upload-time = "2025-08-22T13:42:48.49Z" },
942
+ { url = "https://files.pythonhosted.org/packages/58/8d/25c20ff1a1a8426d9af2d0b6f29f6388005fc8cd10d6ee71f48bff86fdd0/lazy_object_proxy-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:75ba769017b944fcacbf6a80c18b2761a1795b03f8899acdad1f1c39db4409be", size = 70744, upload-time = "2025-08-22T13:42:49.608Z" },
943
+ { url = "https://files.pythonhosted.org/packages/c0/67/8ec9abe15c4f8a4bcc6e65160a2c667240d025cbb6591b879bea55625263/lazy_object_proxy-1.12.0-cp313-cp313-win_amd64.whl", hash = "sha256:7b22c2bbfb155706b928ac4d74c1a63ac8552a55ba7fff4445155523ea4067e1", size = 26568, upload-time = "2025-08-22T13:42:57.719Z" },
944
+ { url = "https://files.pythonhosted.org/packages/23/12/cd2235463f3469fd6c62d41d92b7f120e8134f76e52421413a0ad16d493e/lazy_object_proxy-1.12.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4a79b909aa16bde8ae606f06e6bbc9d3219d2e57fb3e0076e17879072b742c65", size = 27391, upload-time = "2025-08-22T13:42:50.62Z" },
945
+ { url = "https://files.pythonhosted.org/packages/60/9e/f1c53e39bbebad2e8609c67d0830cc275f694d0ea23d78e8f6db526c12d3/lazy_object_proxy-1.12.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:338ab2f132276203e404951205fe80c3fd59429b3a724e7b662b2eb539bb1be9", size = 80552, upload-time = "2025-08-22T13:42:51.731Z" },
946
+ { url = "https://files.pythonhosted.org/packages/4c/b6/6c513693448dcb317d9d8c91d91f47addc09553613379e504435b4cc8b3e/lazy_object_proxy-1.12.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8c40b3c9faee2e32bfce0df4ae63f4e73529766893258eca78548bac801c8f66", size = 82857, upload-time = "2025-08-22T13:42:53.225Z" },
947
+ { url = "https://files.pythonhosted.org/packages/12/1c/d9c4aaa4c75da11eb7c22c43d7c90a53b4fca0e27784a5ab207768debea7/lazy_object_proxy-1.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:717484c309df78cedf48396e420fa57fc8a2b1f06ea889df7248fdd156e58847", size = 80833, upload-time = "2025-08-22T13:42:54.391Z" },
948
+ { url = "https://files.pythonhosted.org/packages/0b/ae/29117275aac7d7d78ae4f5a4787f36ff33262499d486ac0bf3e0b97889f6/lazy_object_proxy-1.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:a6b7ea5ea1ffe15059eb44bcbcb258f97bcb40e139b88152c40d07b1a1dfc9ac", size = 79516, upload-time = "2025-08-22T13:42:55.812Z" },
949
+ { url = "https://files.pythonhosted.org/packages/19/40/b4e48b2c38c69392ae702ae7afa7b6551e0ca5d38263198b7c79de8b3bdf/lazy_object_proxy-1.12.0-cp313-cp313t-win_amd64.whl", hash = "sha256:08c465fb5cd23527512f9bd7b4c7ba6cec33e28aad36fbbe46bf7b858f9f3f7f", size = 27656, upload-time = "2025-08-22T13:42:56.793Z" },
950
+ { url = "https://files.pythonhosted.org/packages/ef/3a/277857b51ae419a1574557c0b12e0d06bf327b758ba94cafc664cb1e2f66/lazy_object_proxy-1.12.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c9defba70ab943f1df98a656247966d7729da2fe9c2d5d85346464bf320820a3", size = 26582, upload-time = "2025-08-22T13:49:49.366Z" },
951
+ { url = "https://files.pythonhosted.org/packages/1a/b6/c5e0fa43535bb9c87880e0ba037cdb1c50e01850b0831e80eb4f4762f270/lazy_object_proxy-1.12.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:6763941dbf97eea6b90f5b06eb4da9418cc088fce0e3883f5816090f9afcde4a", size = 71059, upload-time = "2025-08-22T13:49:50.488Z" },
952
+ { url = "https://files.pythonhosted.org/packages/06/8a/7dcad19c685963c652624702f1a968ff10220b16bfcc442257038216bf55/lazy_object_proxy-1.12.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fdc70d81235fc586b9e3d1aeef7d1553259b62ecaae9db2167a5d2550dcc391a", size = 71034, upload-time = "2025-08-22T13:49:54.224Z" },
953
+ { url = "https://files.pythonhosted.org/packages/12/ac/34cbfb433a10e28c7fd830f91c5a348462ba748413cbb950c7f259e67aa7/lazy_object_proxy-1.12.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0a83c6f7a6b2bfc11ef3ed67f8cbe99f8ff500b05655d8e7df9aab993a6abc95", size = 69529, upload-time = "2025-08-22T13:49:55.29Z" },
954
+ { url = "https://files.pythonhosted.org/packages/6f/6a/11ad7e349307c3ca4c0175db7a77d60ce42a41c60bcb11800aabd6a8acb8/lazy_object_proxy-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:256262384ebd2a77b023ad02fbcc9326282bcfd16484d5531154b02bc304f4c5", size = 70391, upload-time = "2025-08-22T13:49:56.35Z" },
955
+ { url = "https://files.pythonhosted.org/packages/59/97/9b410ed8fbc6e79c1ee8b13f8777a80137d4bc189caf2c6202358e66192c/lazy_object_proxy-1.12.0-cp314-cp314-win_amd64.whl", hash = "sha256:7601ec171c7e8584f8ff3f4e440aa2eebf93e854f04639263875b8c2971f819f", size = 26988, upload-time = "2025-08-22T13:49:57.302Z" },
956
+ { url = "https://files.pythonhosted.org/packages/41/a0/b91504515c1f9a299fc157967ffbd2f0321bce0516a3d5b89f6f4cad0355/lazy_object_proxy-1.12.0-pp39.pp310.pp311.graalpy311-none-any.whl", hash = "sha256:c3b2e0af1f7f77c4263759c4824316ce458fabe0fceadcd24ef8ca08b2d1e402", size = 15072, upload-time = "2025-08-22T13:50:05.498Z" },
942
957
  ]
943
958
 
944
959
  [[package]]
@@ -7,7 +7,7 @@
7
7
  "name": "apify-sdk-python",
8
8
  "dependencies": {
9
9
  "@apify/docs-theme": "^1.0.203",
10
- "@apify/docusaurus-plugin-typedoc-api": "^4.4.6",
10
+ "@apify/docusaurus-plugin-typedoc-api": "^4.4.8",
11
11
  "@docusaurus/core": "^3.8.1",
12
12
  "@docusaurus/faster": "^3.8.1",
13
13
  "@docusaurus/plugin-client-redirects": "^3.8.1",
@@ -1642,9 +1642,9 @@
1642
1642
  }
1643
1643
  },
1644
1644
  "node_modules/@apify/docusaurus-plugin-typedoc-api": {
1645
- "version": "4.4.7",
1646
- "resolved": "https://registry.npmjs.org/@apify/docusaurus-plugin-typedoc-api/-/docusaurus-plugin-typedoc-api-4.4.7.tgz",
1647
- "integrity": "sha512-xJMcRARQHYECg8xDOkJfCX6EZb4++doWCU2eWEHxtc4d4m38xMdRkh3RU78ovWgRwjkkAu/mfV7DY7aNaQebGA==",
1645
+ "version": "4.4.8",
1646
+ "resolved": "https://registry.npmjs.org/@apify/docusaurus-plugin-typedoc-api/-/docusaurus-plugin-typedoc-api-4.4.8.tgz",
1647
+ "integrity": "sha512-iAGPaFKXz5SBzhf+611bk41b2sBRXPPINQOegxd0tOXwGOopnkKfr0LAvJp1Hd1jZFrVJhjyDsVZ6HM7Wwh9zg==",
1648
1648
  "license": "MIT",
1649
1649
  "dependencies": {
1650
1650
  "@vscode/codicons": "^0.0.35",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@apify/docs-theme": "^1.0.203",
25
- "@apify/docusaurus-plugin-typedoc-api": "^4.4.6",
25
+ "@apify/docusaurus-plugin-typedoc-api": "^4.4.8",
26
26
  "@docusaurus/core": "^3.8.1",
27
27
  "@docusaurus/faster": "^3.8.1",
28
28
  "@docusaurus/plugin-client-redirects": "^3.8.1",
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