apify 2.5.1b17__tar.gz → 2.6.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.

Potentially problematic release.


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

Files changed (210) hide show
  1. {apify-2.5.1b17 → apify-2.6.0}/CHANGELOG.md +1 -3
  2. {apify-2.5.1b17 → apify-2.6.0}/PKG-INFO +1 -1
  3. {apify-2.5.1b17 → apify-2.6.0}/pyproject.toml +1 -1
  4. {apify-2.5.1b17 → apify-2.6.0}/uv.lock +37 -37
  5. {apify-2.5.1b17 → apify-2.6.0}/website/docusaurus.config.js +4 -0
  6. {apify-2.5.1b17 → apify-2.6.0}/website/package-lock.json +1330 -1609
  7. {apify-2.5.1b17 → apify-2.6.0}/.editorconfig +0 -0
  8. {apify-2.5.1b17 → apify-2.6.0}/.github/CODEOWNERS +0 -0
  9. {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/build_and_deploy_docs.yaml +0 -0
  10. {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/check_pr_title.yaml +0 -0
  11. {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/pre_release.yaml +0 -0
  12. {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/release.yaml +0 -0
  13. {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/run_code_checks.yaml +0 -0
  14. {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/update_new_issue.yaml +0 -0
  15. {apify-2.5.1b17 → apify-2.6.0}/.gitignore +0 -0
  16. {apify-2.5.1b17 → apify-2.6.0}/.markdownlint.yaml +0 -0
  17. {apify-2.5.1b17 → apify-2.6.0}/.pre-commit-config.yaml +0 -0
  18. {apify-2.5.1b17 → apify-2.6.0}/CONTRIBUTING.md +0 -0
  19. {apify-2.5.1b17 → apify-2.6.0}/LICENSE +0 -0
  20. {apify-2.5.1b17 → apify-2.6.0}/Makefile +0 -0
  21. {apify-2.5.1b17 → apify-2.6.0}/README.md +0 -0
  22. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/01_introduction.mdx +0 -0
  23. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/02_running_actors_locally.mdx +0 -0
  24. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/03_actor_structure.mdx +0 -0
  25. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/01_introduction.py +0 -0
  26. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/__init__.py +0 -0
  27. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/__main__.py +0 -0
  28. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/main.py +0 -0
  29. {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/py.typed +0 -0
  30. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
  31. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/02_crawlee.mdx +0 -0
  32. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/03_playwright.mdx +0 -0
  33. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/04_selenium.mdx +0 -0
  34. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/05_scrapy.mdx +0 -0
  35. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
  36. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
  37. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
  38. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/03_playwright.py +0 -0
  39. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/04_selenium.py +0 -0
  40. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
  41. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
  42. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
  43. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
  44. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
  45. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
  46. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
  47. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
  48. {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
  49. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
  50. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/02_actor_input.mdx +0 -0
  51. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/03_storages.mdx +0 -0
  52. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/04_actor_events.mdx +0 -0
  53. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/05_proxy_management.mdx +0 -0
  54. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
  55. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/07_webhooks.mdx +0 -0
  56. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/08_access_apify_api.mdx +0 -0
  57. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/09_running_webserver.mdx +0 -0
  58. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/10_logging.mdx +0 -0
  59. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/11_configuration.mdx +0 -0
  60. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/12_pay_per_event.mdx +0 -0
  61. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_context_manager.py +0 -0
  62. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_init_exit.py +0 -0
  63. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_reboot.py +0 -0
  64. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_status_message.py +0 -0
  65. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/02_input.py +0 -0
  66. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_dataset_exports.py +0 -0
  67. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
  68. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_deleting_storages.py +0 -0
  69. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
  70. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
  71. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
  72. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_opening_storages.py +0 -0
  73. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_rq.py +0 -0
  74. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/04_actor_events.py +0 -0
  75. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_apify_proxy.py +0 -0
  76. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
  77. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_custom_proxy.py +0 -0
  78. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
  79. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
  80. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
  81. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
  82. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_call.py +0 -0
  83. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
  84. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
  85. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_start.py +0 -0
  86. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/07_webhook.py +0 -0
  87. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
  88. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/08_actor_client.py +0 -0
  89. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/08_actor_new_client.py +0 -0
  90. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/09_webserver.py +0 -0
  91. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/10_log_config.py +0 -0
  92. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/10_logger_usage.py +0 -0
  93. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/11_config.py +0 -0
  94. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/actor_charge.py +0 -0
  95. {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
  96. {apify-2.5.1b17 → apify-2.6.0}/docs/04_upgrading/upgrading_to_v2.md +0 -0
  97. {apify-2.5.1b17 → apify-2.6.0}/docs/pyproject.toml +0 -0
  98. {apify-2.5.1b17 → apify-2.6.0}/renovate.json +0 -0
  99. {apify-2.5.1b17 → apify-2.6.0}/src/apify/__init__.py +0 -0
  100. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_actor.py +0 -0
  101. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_charging.py +0 -0
  102. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_configuration.py +0 -0
  103. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_consts.py +0 -0
  104. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_crypto.py +0 -0
  105. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_models.py +0 -0
  106. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_platform_event_manager.py +0 -0
  107. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_proxy_configuration.py +0 -0
  108. {apify-2.5.1b17 → apify-2.6.0}/src/apify/_utils.py +0 -0
  109. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/__init__.py +0 -0
  110. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
  111. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_dataset_client.py +0 -0
  112. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
  113. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
  114. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
  115. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
  116. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
  117. {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/py.typed +0 -0
  118. {apify-2.5.1b17 → apify-2.6.0}/src/apify/log.py +0 -0
  119. {apify-2.5.1b17 → apify-2.6.0}/src/apify/py.typed +0 -0
  120. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/__init__.py +0 -0
  121. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/_actor_runner.py +0 -0
  122. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/_async_thread.py +0 -0
  123. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/_logging_config.py +0 -0
  124. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/extensions/__init__.py +0 -0
  125. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/extensions/_httpcache.py +0 -0
  126. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/middlewares/__init__.py +0 -0
  127. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
  128. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/middlewares/py.typed +0 -0
  129. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/pipelines/__init__.py +0 -0
  130. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
  131. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/pipelines/py.typed +0 -0
  132. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/py.typed +0 -0
  133. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/requests.py +0 -0
  134. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/scheduler.py +0 -0
  135. {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/utils.py +0 -0
  136. {apify-2.5.1b17 → apify-2.6.0}/src/apify/storages/__init__.py +0 -0
  137. {apify-2.5.1b17 → apify-2.6.0}/src/apify/storages/_request_list.py +0 -0
  138. {apify-2.5.1b17 → apify-2.6.0}/src/apify/storages/py.typed +0 -0
  139. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/README.md +0 -0
  140. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/__init__.py +0 -0
  141. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/_utils.py +0 -0
  142. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/Dockerfile +0 -0
  143. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/requirements.txt +0 -0
  144. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/src/__init__.py +0 -0
  145. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/src/__main__.py +0 -0
  146. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/src/main.py +0 -0
  147. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/conftest.py +0 -0
  148. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_api_helpers.py +0 -0
  149. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_call_timeouts.py +0 -0
  150. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_charge.py +0 -0
  151. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
  152. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_dataset.py +0 -0
  153. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_events.py +0 -0
  154. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_key_value_store.py +0 -0
  155. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_lifecycle.py +0 -0
  156. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_log.py +0 -0
  157. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_request_queue.py +0 -0
  158. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_scrapy.py +0 -0
  159. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_fixtures.py +0 -0
  160. {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_request_queue.py +0 -0
  161. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/__init__.py +0 -0
  162. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/__init__.py +0 -0
  163. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
  164. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_dataset.py +0 -0
  165. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_env_helpers.py +0 -0
  166. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_helpers.py +0 -0
  167. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_key_value_store.py +0 -0
  168. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_lifecycle.py +0 -0
  169. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_log.py +0 -0
  170. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
  171. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_request_queue.py +0 -0
  172. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_configuration.py +0 -0
  173. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_request_list.py +0 -0
  174. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/conftest.py +0 -0
  175. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/__init__.py +0 -0
  176. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/extensions/__init__.py +0 -0
  177. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
  178. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/middlewares/__init__.py +0 -0
  179. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
  180. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/pipelines/__init__.py +0 -0
  181. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
  182. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/requests/__init__.py +0 -0
  183. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
  184. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
  185. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/utils/__init__.py +0 -0
  186. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
  187. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
  188. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/test_crypto.py +0 -0
  189. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/test_platform_event_manager.py +0 -0
  190. {apify-2.5.1b17 → apify-2.6.0}/tests/unit/test_proxy_configuration.py +0 -0
  191. {apify-2.5.1b17 → apify-2.6.0}/website/.eslintrc.json +0 -0
  192. {apify-2.5.1b17 → apify-2.6.0}/website/babel.config.js +0 -0
  193. {apify-2.5.1b17 → apify-2.6.0}/website/build_api_reference.sh +0 -0
  194. {apify-2.5.1b17 → apify-2.6.0}/website/generate_module_shortcuts.py +0 -0
  195. {apify-2.5.1b17 → apify-2.6.0}/website/package.json +0 -0
  196. {apify-2.5.1b17 → apify-2.6.0}/website/sidebars.js +0 -0
  197. {apify-2.5.1b17 → apify-2.6.0}/website/src/components/ApiLink.jsx +0 -0
  198. {apify-2.5.1b17 → apify-2.6.0}/website/src/components/Gradients.jsx +0 -0
  199. {apify-2.5.1b17 → apify-2.6.0}/website/src/components/Highlights.jsx +0 -0
  200. {apify-2.5.1b17 → apify-2.6.0}/website/src/components/Highlights.module.css +0 -0
  201. {apify-2.5.1b17 → apify-2.6.0}/website/src/components/RunnableCodeBlock.jsx +0 -0
  202. {apify-2.5.1b17 → apify-2.6.0}/website/src/components/RunnableCodeBlock.module.css +0 -0
  203. {apify-2.5.1b17 → apify-2.6.0}/website/src/css/custom.css +0 -0
  204. {apify-2.5.1b17 → apify-2.6.0}/website/src/pages/home_page_example.py +0 -0
  205. {apify-2.5.1b17 → apify-2.6.0}/website/src/pages/index.js +0 -0
  206. {apify-2.5.1b17 → apify-2.6.0}/website/src/pages/index.module.css +0 -0
  207. {apify-2.5.1b17 → apify-2.6.0}/website/static/.nojekyll +0 -0
  208. {apify-2.5.1b17 → apify-2.6.0}/website/static/img/docs-og.png +0 -0
  209. {apify-2.5.1b17 → apify-2.6.0}/website/tools/docs-prettier.config.js +0 -0
  210. {apify-2.5.1b17 → apify-2.6.0}/website/tools/utils/externalLink.js +0 -0
@@ -2,8 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- <!-- git-cliff-unreleased-start -->
6
- ## 2.5.1 - **not yet released**
5
+ ## [2.6.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.6.0) (2025-06-09)
7
6
 
8
7
  ### 🚀 Features
9
8
 
@@ -15,7 +14,6 @@ All notable changes to this project will be documented in this file.
15
14
  - Prefer proxy password from env var ([#468](https://github.com/apify/apify-sdk-python/pull/468)) ([1c4ad9b](https://github.com/apify/apify-sdk-python/commit/1c4ad9bcfbf6ac404f942d7d2d249b036c2e7f54)) by [@stepskop](https://github.com/stepskop)
16
15
 
17
16
 
18
- <!-- git-cliff-unreleased-end -->
19
17
  ## [2.5.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.5.0) (2025-03-27)
20
18
 
21
19
  ### 🚀 Features
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apify
3
- Version: 2.5.1b17
3
+ Version: 2.6.0
4
4
  Summary: Apify SDK for Python
5
5
  Project-URL: Homepage, https://docs.apify.com/sdk/python/
6
6
  Project-URL: Apify homepage, https://apify.com
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "apify"
7
- version = "2.5.1b17"
7
+ version = "2.6.0"
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" }
@@ -32,7 +32,7 @@ wheels = [
32
32
 
33
33
  [[package]]
34
34
  name = "apify"
35
- version = "2.5.1"
35
+ version = "2.6.0"
36
36
  source = { editable = "." }
37
37
  dependencies = [
38
38
  { name = "apify-client" },
@@ -630,7 +630,7 @@ toml = [
630
630
 
631
631
  [[package]]
632
632
  name = "crawlee"
633
- version = "0.6.9"
633
+ version = "0.6.10"
634
634
  source = { registry = "https://pypi.org/simple" }
635
635
  dependencies = [
636
636
  { name = "apify-fingerprint-datapoints" },
@@ -652,9 +652,9 @@ dependencies = [
652
652
  { name = "typing-extensions" },
653
653
  { name = "yarl" },
654
654
  ]
655
- sdist = { url = "https://files.pythonhosted.org/packages/3b/19/3b7cdb0d43bc7b208f12471a6d9bad80f13601da48cfed58062aa4c1b916/crawlee-0.6.9.tar.gz", hash = "sha256:9267d3c933a90ca80d0698f8406e457b4f421ef3b06ad0de96825c0242ea4fbd", size = 24132106, upload-time = "2025-05-02T09:15:04.417Z" }
655
+ sdist = { url = "https://files.pythonhosted.org/packages/ed/93/20033411bffaf199e44b759fc45be45fabc1d8c357bc4d0bb080713724dc/crawlee-0.6.10.tar.gz", hash = "sha256:a06e9aa19611868712df81ca4b7dc482633f921456bf3cf1a5432ce3836fd432", size = 24135107, upload-time = "2025-06-02T12:10:17.67Z" }
656
656
  wheels = [
657
- { url = "https://files.pythonhosted.org/packages/f0/a3/b83d0e0173e79e23c065d9f85f0176f45c48b9ddc6a894ea1dc64e9699d1/crawlee-0.6.9-py3-none-any.whl", hash = "sha256:0ed502d8a08284cb355e37991a377489eb44adf5c480031166206430d7fe551a", size = 259551, upload-time = "2025-05-02T09:15:01.038Z" },
657
+ { url = "https://files.pythonhosted.org/packages/5a/12/2c6c41438f24760ebe044d5e88eebb35c51178de9aec39b695d0845cbff7/crawlee-0.6.10-py3-none-any.whl", hash = "sha256:081565d0a3f11d21798ec11929f4b0c17e3ba7a84f33251c9b6b0e6457d05367", size = 260863, upload-time = "2025-06-02T12:10:14.994Z" },
658
658
  ]
659
659
 
660
660
  [[package]]
@@ -2107,32 +2107,32 @@ wheels = [
2107
2107
 
2108
2108
  [[package]]
2109
2109
  name = "ruff"
2110
- version = "0.11.11"
2111
- source = { registry = "https://pypi.org/simple" }
2112
- sdist = { url = "https://files.pythonhosted.org/packages/b2/53/ae4857030d59286924a8bdb30d213d6ff22d8f0957e738d0289990091dd8/ruff-0.11.11.tar.gz", hash = "sha256:7774173cc7c1980e6bf67569ebb7085989a78a103922fb83ef3dfe230cd0687d", size = 4186707, upload-time = "2025-05-22T19:19:34.363Z" }
2113
- wheels = [
2114
- { url = "https://files.pythonhosted.org/packages/b1/14/f2326676197bab099e2a24473158c21656fbf6a207c65f596ae15acb32b9/ruff-0.11.11-py3-none-linux_armv6l.whl", hash = "sha256:9924e5ae54125ed8958a4f7de320dab7380f6e9fa3195e3dc3b137c6842a0092", size = 10229049, upload-time = "2025-05-22T19:18:45.516Z" },
2115
- { url = "https://files.pythonhosted.org/packages/9a/f3/bff7c92dd66c959e711688b2e0768e486bbca46b2f35ac319bb6cce04447/ruff-0.11.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:c8a93276393d91e952f790148eb226658dd275cddfde96c6ca304873f11d2ae4", size = 11053601, upload-time = "2025-05-22T19:18:49.269Z" },
2116
- { url = "https://files.pythonhosted.org/packages/e2/38/8e1a3efd0ef9d8259346f986b77de0f62c7a5ff4a76563b6b39b68f793b9/ruff-0.11.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d6e333dbe2e6ae84cdedefa943dfd6434753ad321764fd937eef9d6b62022bcd", size = 10367421, upload-time = "2025-05-22T19:18:51.754Z" },
2117
- { url = "https://files.pythonhosted.org/packages/b4/50/557ad9dd4fb9d0bf524ec83a090a3932d284d1a8b48b5906b13b72800e5f/ruff-0.11.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7885d9a5e4c77b24e8c88aba8c80be9255fa22ab326019dac2356cff42089fc6", size = 10581980, upload-time = "2025-05-22T19:18:54.011Z" },
2118
- { url = "https://files.pythonhosted.org/packages/c4/b2/e2ed82d6e2739ece94f1bdbbd1d81b712d3cdaf69f0a1d1f1a116b33f9ad/ruff-0.11.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1b5ab797fcc09121ed82e9b12b6f27e34859e4227080a42d090881be888755d4", size = 10089241, upload-time = "2025-05-22T19:18:56.041Z" },
2119
- { url = "https://files.pythonhosted.org/packages/3d/9f/b4539f037a5302c450d7c695c82f80e98e48d0d667ecc250e6bdeb49b5c3/ruff-0.11.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e231ff3132c1119ece836487a02785f099a43992b95c2f62847d29bace3c75ac", size = 11699398, upload-time = "2025-05-22T19:18:58.248Z" },
2120
- { url = "https://files.pythonhosted.org/packages/61/fb/32e029d2c0b17df65e6eaa5ce7aea5fbeaed22dddd9fcfbbf5fe37c6e44e/ruff-0.11.11-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:a97c9babe1d4081037a90289986925726b802d180cca784ac8da2bbbc335f709", size = 12427955, upload-time = "2025-05-22T19:19:00.981Z" },
2121
- { url = "https://files.pythonhosted.org/packages/6e/e3/160488dbb11f18c8121cfd588e38095ba779ae208292765972f7732bfd95/ruff-0.11.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d8c4ddcbe8a19f59f57fd814b8b117d4fcea9bee7c0492e6cf5fdc22cfa563c8", size = 12069803, upload-time = "2025-05-22T19:19:03.258Z" },
2122
- { url = "https://files.pythonhosted.org/packages/ff/16/3b006a875f84b3d0bff24bef26b8b3591454903f6f754b3f0a318589dcc3/ruff-0.11.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6224076c344a7694c6fbbb70d4f2a7b730f6d47d2a9dc1e7f9d9bb583faf390b", size = 11242630, upload-time = "2025-05-22T19:19:05.871Z" },
2123
- { url = "https://files.pythonhosted.org/packages/65/0d/0338bb8ac0b97175c2d533e9c8cdc127166de7eb16d028a43c5ab9e75abd/ruff-0.11.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:882821fcdf7ae8db7a951df1903d9cb032bbe838852e5fc3c2b6c3ab54e39875", size = 11507310, upload-time = "2025-05-22T19:19:08.584Z" },
2124
- { url = "https://files.pythonhosted.org/packages/6f/bf/d7130eb26174ce9b02348b9f86d5874eafbf9f68e5152e15e8e0a392e4a3/ruff-0.11.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:dcec2d50756463d9df075a26a85a6affbc1b0148873da3997286caf1ce03cae1", size = 10441144, upload-time = "2025-05-22T19:19:13.621Z" },
2125
- { url = "https://files.pythonhosted.org/packages/b3/f3/4be2453b258c092ff7b1761987cf0749e70ca1340cd1bfb4def08a70e8d8/ruff-0.11.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:99c28505ecbaeb6594701a74e395b187ee083ee26478c1a795d35084d53ebd81", size = 10081987, upload-time = "2025-05-22T19:19:15.821Z" },
2126
- { url = "https://files.pythonhosted.org/packages/6c/6e/dfa4d2030c5b5c13db158219f2ec67bf333e8a7748dccf34cfa2a6ab9ebc/ruff-0.11.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:9263f9e5aa4ff1dec765e99810f1cc53f0c868c5329b69f13845f699fe74f639", size = 11073922, upload-time = "2025-05-22T19:19:18.104Z" },
2127
- { url = "https://files.pythonhosted.org/packages/ff/f4/f7b0b0c3d32b593a20ed8010fa2c1a01f2ce91e79dda6119fcc51d26c67b/ruff-0.11.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:64ac6f885e3ecb2fdbb71de2701d4e34526651f1e8503af8fb30d4915a3fe345", size = 11568537, upload-time = "2025-05-22T19:19:20.889Z" },
2128
- { url = "https://files.pythonhosted.org/packages/d2/46/0e892064d0adc18bcc81deed9aaa9942a27fd2cd9b1b7791111ce468c25f/ruff-0.11.11-py3-none-win32.whl", hash = "sha256:1adcb9a18802268aaa891ffb67b1c94cd70578f126637118e8099b8e4adcf112", size = 10536492, upload-time = "2025-05-22T19:19:23.642Z" },
2129
- { url = "https://files.pythonhosted.org/packages/1b/d9/232e79459850b9f327e9f1dc9c047a2a38a6f9689e1ec30024841fc4416c/ruff-0.11.11-py3-none-win_amd64.whl", hash = "sha256:748b4bb245f11e91a04a4ff0f96e386711df0a30412b9fe0c74d5bdc0e4a531f", size = 11612562, upload-time = "2025-05-22T19:19:27.013Z" },
2130
- { url = "https://files.pythonhosted.org/packages/ce/eb/09c132cff3cc30b2e7244191dcce69437352d6d6709c0adf374f3e6f476e/ruff-0.11.11-py3-none-win_arm64.whl", hash = "sha256:6c51f136c0364ab1b774767aa8b86331bd8e9d414e2d107db7a2189f35ea1f7b", size = 10735951, upload-time = "2025-05-22T19:19:30.043Z" },
2110
+ version = "0.11.12"
2111
+ source = { registry = "https://pypi.org/simple" }
2112
+ sdist = { url = "https://files.pythonhosted.org/packages/15/0a/92416b159ec00cdf11e5882a9d80d29bf84bba3dbebc51c4898bfbca1da6/ruff-0.11.12.tar.gz", hash = "sha256:43cf7f69c7d7c7d7513b9d59c5d8cafd704e05944f978614aa9faff6ac202603", size = 4202289, upload-time = "2025-05-29T13:31:40.037Z" }
2113
+ wheels = [
2114
+ { url = "https://files.pythonhosted.org/packages/60/cc/53eb79f012d15e136d40a8e8fc519ba8f55a057f60b29c2df34efd47c6e3/ruff-0.11.12-py3-none-linux_armv6l.whl", hash = "sha256:c7680aa2f0d4c4f43353d1e72123955c7a2159b8646cd43402de6d4a3a25d7cc", size = 10285597, upload-time = "2025-05-29T13:30:57.539Z" },
2115
+ { url = "https://files.pythonhosted.org/packages/e7/d7/73386e9fb0232b015a23f62fea7503f96e29c29e6c45461d4a73bac74df9/ruff-0.11.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2cad64843da9f134565c20bcc430642de897b8ea02e2e79e6e02a76b8dcad7c3", size = 11053154, upload-time = "2025-05-29T13:31:00.865Z" },
2116
+ { url = "https://files.pythonhosted.org/packages/4e/eb/3eae144c5114e92deb65a0cb2c72326c8469e14991e9bc3ec0349da1331c/ruff-0.11.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9b6886b524a1c659cee1758140138455d3c029783d1b9e643f3624a5ee0cb0aa", size = 10403048, upload-time = "2025-05-29T13:31:03.413Z" },
2117
+ { url = "https://files.pythonhosted.org/packages/29/64/20c54b20e58b1058db6689e94731f2a22e9f7abab74e1a758dfba058b6ca/ruff-0.11.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3cc3a3690aad6e86c1958d3ec3c38c4594b6ecec75c1f531e84160bd827b2012", size = 10597062, upload-time = "2025-05-29T13:31:05.539Z" },
2118
+ { url = "https://files.pythonhosted.org/packages/29/3a/79fa6a9a39422a400564ca7233a689a151f1039110f0bbbabcb38106883a/ruff-0.11.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f97fdbc2549f456c65b3b0048560d44ddd540db1f27c778a938371424b49fe4a", size = 10155152, upload-time = "2025-05-29T13:31:07.986Z" },
2119
+ { url = "https://files.pythonhosted.org/packages/e5/a4/22c2c97b2340aa968af3a39bc38045e78d36abd4ed3fa2bde91c31e712e3/ruff-0.11.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:74adf84960236961090e2d1348c1a67d940fd12e811a33fb3d107df61eef8fc7", size = 11723067, upload-time = "2025-05-29T13:31:10.57Z" },
2120
+ { url = "https://files.pythonhosted.org/packages/bc/cf/3e452fbd9597bcd8058856ecd42b22751749d07935793a1856d988154151/ruff-0.11.12-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:b56697e5b8bcf1d61293ccfe63873aba08fdbcbbba839fc046ec5926bdb25a3a", size = 12460807, upload-time = "2025-05-29T13:31:12.88Z" },
2121
+ { url = "https://files.pythonhosted.org/packages/2f/ec/8f170381a15e1eb7d93cb4feef8d17334d5a1eb33fee273aee5d1f8241a3/ruff-0.11.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d47afa45e7b0eaf5e5969c6b39cbd108be83910b5c74626247e366fd7a36a13", size = 12063261, upload-time = "2025-05-29T13:31:15.236Z" },
2122
+ { url = "https://files.pythonhosted.org/packages/0d/bf/57208f8c0a8153a14652a85f4116c0002148e83770d7a41f2e90b52d2b4e/ruff-0.11.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bf9603fe1bf949de8b09a2da896f05c01ed7a187f4a386cdba6760e7f61be", size = 11329601, upload-time = "2025-05-29T13:31:18.68Z" },
2123
+ { url = "https://files.pythonhosted.org/packages/c3/56/edf942f7fdac5888094d9ffa303f12096f1a93eb46570bcf5f14c0c70880/ruff-0.11.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:08033320e979df3b20dba567c62f69c45e01df708b0f9c83912d7abd3e0801cd", size = 11522186, upload-time = "2025-05-29T13:31:21.216Z" },
2124
+ { url = "https://files.pythonhosted.org/packages/ed/63/79ffef65246911ed7e2290aeece48739d9603b3a35f9529fec0fc6c26400/ruff-0.11.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:929b7706584f5bfd61d67d5070f399057d07c70585fa8c4491d78ada452d3bef", size = 10449032, upload-time = "2025-05-29T13:31:23.417Z" },
2125
+ { url = "https://files.pythonhosted.org/packages/88/19/8c9d4d8a1c2a3f5a1ea45a64b42593d50e28b8e038f1aafd65d6b43647f3/ruff-0.11.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7de4a73205dc5756b8e09ee3ed67c38312dce1aa28972b93150f5751199981b5", size = 10129370, upload-time = "2025-05-29T13:31:25.777Z" },
2126
+ { url = "https://files.pythonhosted.org/packages/bc/0f/2d15533eaa18f460530a857e1778900cd867ded67f16c85723569d54e410/ruff-0.11.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2635c2a90ac1b8ca9e93b70af59dfd1dd2026a40e2d6eebaa3efb0465dd9cf02", size = 11123529, upload-time = "2025-05-29T13:31:28.396Z" },
2127
+ { url = "https://files.pythonhosted.org/packages/4f/e2/4c2ac669534bdded835356813f48ea33cfb3a947dc47f270038364587088/ruff-0.11.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:d05d6a78a89166f03f03a198ecc9d18779076ad0eec476819467acb401028c0c", size = 11577642, upload-time = "2025-05-29T13:31:30.647Z" },
2128
+ { url = "https://files.pythonhosted.org/packages/a7/9b/c9ddf7f924d5617a1c94a93ba595f4b24cb5bc50e98b94433ab3f7ad27e5/ruff-0.11.12-py3-none-win32.whl", hash = "sha256:f5a07f49767c4be4772d161bfc049c1f242db0cfe1bd976e0f0886732a4765d6", size = 10475511, upload-time = "2025-05-29T13:31:32.917Z" },
2129
+ { url = "https://files.pythonhosted.org/packages/fd/d6/74fb6d3470c1aada019ffff33c0f9210af746cca0a4de19a1f10ce54968a/ruff-0.11.12-py3-none-win_amd64.whl", hash = "sha256:5a4d9f8030d8c3a45df201d7fb3ed38d0219bccd7955268e863ee4a115fa0832", size = 11523573, upload-time = "2025-05-29T13:31:35.782Z" },
2130
+ { url = "https://files.pythonhosted.org/packages/44/42/d58086ec20f52d2b0140752ae54b355ea2be2ed46f914231136dd1effcc7/ruff-0.11.12-py3-none-win_arm64.whl", hash = "sha256:65194e37853158d368e333ba282217941029a28ea90913c67e558c611d04daa5", size = 10697770, upload-time = "2025-05-29T13:31:38.009Z" },
2131
2131
  ]
2132
2132
 
2133
2133
  [[package]]
2134
2134
  name = "scrapy"
2135
- version = "2.13.0"
2135
+ version = "2.13.1"
2136
2136
  source = { registry = "https://pypi.org/simple" }
2137
2137
  dependencies = [
2138
2138
  { name = "cryptography" },
@@ -2154,9 +2154,9 @@ dependencies = [
2154
2154
  { name = "w3lib" },
2155
2155
  { name = "zope-interface" },
2156
2156
  ]
2157
- sdist = { url = "https://files.pythonhosted.org/packages/8a/db/6acda5c8c407dbb1a210a7a9732f86ed7eacb22bd500b589a13716e634cb/scrapy-2.13.0.tar.gz", hash = "sha256:9661629805ff0e43054cc1306d9b13236c6bb9565d8d8e303a332c8da045d90f", size = 1213803, upload-time = "2025-05-08T09:45:06.075Z" }
2157
+ sdist = { url = "https://files.pythonhosted.org/packages/fa/d3/2ffbadcb08cc99102925cd056ba670215e5aff193686cf125b97ef77981d/scrapy-2.13.1.tar.gz", hash = "sha256:3d6ba72da3ba387290074a7aca305aad6dd261c98ed4f6dd35db632925ca56a1", size = 1214392, upload-time = "2025-05-28T08:13:53.632Z" }
2158
2158
  wheels = [
2159
- { url = "https://files.pythonhosted.org/packages/ad/b1/f0add339f50c7eb19ff5ff2de2e3c7c3acd1be04ac8771c279c5ca3a3bd0/scrapy-2.13.0-py3-none-any.whl", hash = "sha256:8ebc28d14e7e603fa29f76d4144c0908398ff51e23b3389e17c62c339adc5ac6", size = 321762, upload-time = "2025-05-08T09:45:03.925Z" },
2159
+ { url = "https://files.pythonhosted.org/packages/62/83/bada8e6e61b18cda43c78b3ab072692edf3daf6cbafdb7e4a1cefef1188c/scrapy-2.13.1-py3-none-any.whl", hash = "sha256:7cb118f2f878d7eb817010500e349be28755b1b4a6f19c7be27450db843e1efc", size = 321760, upload-time = "2025-05-28T08:13:51.3Z" },
2160
2160
  ]
2161
2161
 
2162
2162
  [[package]]
@@ -2176,11 +2176,11 @@ wheels = [
2176
2176
 
2177
2177
  [[package]]
2178
2178
  name = "setuptools"
2179
- version = "80.8.0"
2179
+ version = "80.9.0"
2180
2180
  source = { registry = "https://pypi.org/simple" }
2181
- sdist = { url = "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz", hash = "sha256:49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257", size = 1319720, upload-time = "2025-05-20T14:02:53.503Z" }
2181
+ sdist = { url = "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c", size = 1319958, upload-time = "2025-05-27T00:56:51.443Z" }
2182
2182
  wheels = [
2183
- { url = "https://files.pythonhosted.org/packages/58/29/93c53c098d301132196c3238c312825324740851d77a8500a2462c0fd888/setuptools-80.8.0-py3-none-any.whl", hash = "sha256:95a60484590d24103af13b686121328cc2736bee85de8936383111e421b9edc0", size = 1201470, upload-time = "2025-05-20T14:02:51.348Z" },
2183
+ { url = "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", size = 1201486, upload-time = "2025-05-27T00:56:49.664Z" },
2184
2184
  ]
2185
2185
 
2186
2186
  [[package]]
@@ -2308,11 +2308,11 @@ wheels = [
2308
2308
 
2309
2309
  [[package]]
2310
2310
  name = "typing-extensions"
2311
- version = "4.13.2"
2311
+ version = "4.14.0"
2312
2312
  source = { registry = "https://pypi.org/simple" }
2313
- sdist = { url = "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef", size = 106967, upload-time = "2025-04-10T14:19:05.416Z" }
2313
+ sdist = { url = "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4", size = 107423, upload-time = "2025-06-02T14:52:11.399Z" }
2314
2314
  wheels = [
2315
- { url = "https://files.pythonhosted.org/packages/8b/54/b1ae86c0973cc6f0210b53d508ca3641fb6d0c56823f288d108bc7ab3cc8/typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c", size = 45806, upload-time = "2025-04-10T14:19:03.967Z" },
2315
+ { url = "https://files.pythonhosted.org/packages/69/e0/552843e0d356fbb5256d21449fa957fa4eff3bbc135a74a691ee70c7c5da/typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af", size = 43839, upload-time = "2025-06-02T14:52:10.026Z" },
2316
2316
  ]
2317
2317
 
2318
2318
  [[package]]
@@ -2678,11 +2678,11 @@ wheels = [
2678
2678
 
2679
2679
  [[package]]
2680
2680
  name = "zipp"
2681
- version = "3.21.0"
2681
+ version = "3.22.0"
2682
2682
  source = { registry = "https://pypi.org/simple" }
2683
- sdist = { url = "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz", hash = "sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4", size = 24545, upload-time = "2024-11-10T15:05:20.202Z" }
2683
+ sdist = { url = "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz", hash = "sha256:dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5", size = 25257, upload-time = "2025-05-26T14:46:32.217Z" }
2684
2684
  wheels = [
2685
- { url = "https://files.pythonhosted.org/packages/b7/1a/7e4798e9339adc931158c9d69ecc34f5e6791489d469f5e50ec15e35f458/zipp-3.21.0-py3-none-any.whl", hash = "sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931", size = 9630, upload-time = "2024-11-10T15:05:19.275Z" },
2685
+ { url = "https://files.pythonhosted.org/packages/ad/da/f64669af4cae46f17b90798a827519ce3737d31dbafad65d391e49643dc4/zipp-3.22.0-py3-none-any.whl", hash = "sha256:fe208f65f2aca48b81f9e6fd8cf7b8b32c26375266b009b413d45306b6148343", size = 9796, upload-time = "2025-05-26T14:46:30.775Z" },
2686
2686
  ]
2687
2687
 
2688
2688
  [[package]]
@@ -31,6 +31,10 @@ module.exports = {
31
31
  githubHost: 'github.com',
32
32
  future: {
33
33
  experimental_faster: true,
34
+ v4: {
35
+ removeLegacyPostBuildHeadAttribute: true,
36
+ useCssCascadeLayers: false, // this breaks styles on homepage and link colors everywhere
37
+ },
34
38
  },
35
39
  onBrokenLinks:
36
40
  /** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),