crawlee 1.1.1b8__tar.gz → 1.1.1b10__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 (702) hide show
  1. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/workflows/build_and_deploy_docs.yaml +5 -1
  2. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/PKG-INFO +1 -1
  3. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/pyproject.toml +1 -1
  4. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/uv.lock +140 -134
  5. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/package.json +1 -0
  6. crawlee-1.1.1b10/website/src/components/LLMButtons.jsx +510 -0
  7. crawlee-1.1.1b10/website/src/components/LLMButtons.module.css +151 -0
  8. crawlee-1.1.1b10/website/src/theme/DocItem/Content/index.js +35 -0
  9. crawlee-1.1.1b10/website/src/theme/DocItem/Content/styles.module.css +22 -0
  10. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/yarn.lock +226 -282
  11. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.editorconfig +0 -0
  12. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/CODEOWNERS +0 -0
  13. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/pull_request_template.md +0 -0
  14. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/workflows/check_pr_title.yaml +0 -0
  15. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/workflows/pre_release.yaml +0 -0
  16. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/workflows/release.yaml +0 -0
  17. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/workflows/run_code_checks.yaml +0 -0
  18. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/workflows/templates_e2e_tests.yaml +0 -0
  19. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.github/workflows/update_new_issue.yaml +0 -0
  20. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.gitignore +0 -0
  21. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.markdownlint.yaml +0 -0
  22. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/.pre-commit-config.yaml +0 -0
  23. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/CHANGELOG.md +0 -0
  24. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/CONTRIBUTING.md +0 -0
  25. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/LICENSE +0 -0
  26. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/Makefile +0 -0
  27. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/README.md +0 -0
  28. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/before_scroll.png +0 -0
  29. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/apify_platform.mdx +0 -0
  30. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/crawler_as_actor_example.py +0 -0
  31. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/get_public_url.py +0 -0
  32. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/log_with_config_example.py +0 -0
  33. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/proxy_advanced_example.py +0 -0
  34. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/proxy_example.py +0 -0
  35. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/code_examples/google/cloud_run_example.py +0 -0
  36. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/code_examples/google/google_example.py +0 -0
  37. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/google_cloud.mdx +0 -0
  38. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/deployment/google_cloud_run.mdx +0 -0
  39. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/add_data_to_dataset.mdx +0 -0
  40. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/beautifulsoup_crawler.mdx +0 -0
  41. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/capture_screenshot_using_playwright.mdx +0 -0
  42. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/capturing_page_snapshots_with_error_snapshotter.mdx +0 -0
  43. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/adaptive_playwright_crawler.py +0 -0
  44. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/add_data_to_dataset_bs.py +0 -0
  45. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/add_data_to_dataset_dataset.py +0 -0
  46. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/add_data_to_dataset_pw.py +0 -0
  47. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/beautifulsoup_crawler.py +0 -0
  48. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/beautifulsoup_crawler_keep_alive.py +0 -0
  49. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/beautifulsoup_crawler_stop.py +0 -0
  50. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/capture_screenshot_using_playwright.py +0 -0
  51. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/configure_json_logging.py +0 -0
  52. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_all_links_on_website_bs.py +0 -0
  53. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_all_links_on_website_pw.py +0 -0
  54. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_multiple_urls_bs.py +0 -0
  55. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_multiple_urls_pw.py +0 -0
  56. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_specific_links_on_website_bs.py +0 -0
  57. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_specific_links_on_website_pw.py +0 -0
  58. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_all_links.py +0 -0
  59. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_same_domain.py +0 -0
  60. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_same_hostname.py +0 -0
  61. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_same_origin.py +0 -0
  62. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/export_entire_dataset_to_file_csv.py +0 -0
  63. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/export_entire_dataset_to_file_json.py +0 -0
  64. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/extract_and_add_specific_links_on_website_bs.py +0 -0
  65. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/extract_and_add_specific_links_on_website_pw.py +0 -0
  66. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/fill_and_submit_web_form_crawler.py +0 -0
  67. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/fill_and_submit_web_form_request.py +0 -0
  68. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/parsel_crawler.py +0 -0
  69. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/parsel_crawler_with_error_snapshotter.py +0 -0
  70. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_block_requests.py +0 -0
  71. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler.py +0 -0
  72. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler_with_camoufox.py +0 -0
  73. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler_with_error_snapshotter.py +0 -0
  74. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler_with_fingerprint_generator.py +0 -0
  75. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/respect_robots_on_skipped_request.py +0 -0
  76. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/respect_robots_txt_file.py +0 -0
  77. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/resuming_paused_crawl.py +0 -0
  78. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/using_browser_profiles_chrome.py +0 -0
  79. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/using_browser_profiles_firefox.py +0 -0
  80. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/code_examples/using_sitemap_request_loader.py +0 -0
  81. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/crawl_all_links_on_website.mdx +0 -0
  82. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/crawl_multiple_urls.mdx +0 -0
  83. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/crawl_specific_links_on_website.mdx +0 -0
  84. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/crawl_website_with_relative_links.mdx +0 -0
  85. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/crawler_keep_alive.mdx +0 -0
  86. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/crawler_stop.mdx +0 -0
  87. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/export_entire_dataset_to_file.mdx +0 -0
  88. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/fill_and_submit_web_form.mdx +0 -0
  89. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/json_logging.mdx +0 -0
  90. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/parsel_crawler.mdx +0 -0
  91. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/playwright_crawler.mdx +0 -0
  92. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_adaptive.mdx +0 -0
  93. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_with_block_requests.mdx +0 -0
  94. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_with_camoufox.mdx +0 -0
  95. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_with_fingerprint_generator.mdx +0 -0
  96. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/respect_robots_txt_file.mdx +0 -0
  97. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/resuming_paused_crawl.mdx +0 -0
  98. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/using_browser_profile.mdx +0 -0
  99. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/examples/using_sitemap_request_loader.mdx +0 -0
  100. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/architecture_overview.mdx +0 -0
  101. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/avoid_blocking.mdx +0 -0
  102. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/avoid_blocking/default_fingerprint_generator_with_args.py +0 -0
  103. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/avoid_blocking/playwright_with_fingerprint_generator.py +0 -0
  104. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/creating_web_archive/manual_archiving_parsel_crawler.py +0 -0
  105. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/creating_web_archive/manual_archiving_playwright_crawler.py +0 -0
  106. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/creating_web_archive/simple_pw_through_proxy_pywb_server.py +0 -0
  107. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/error_handling/change_handle_error_status.py +0 -0
  108. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/error_handling/disable_retry.py +0 -0
  109. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/error_handling/handle_proxy_error.py +0 -0
  110. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/http_clients/parsel_curl_impersonate_example.py +0 -0
  111. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/http_clients/parsel_httpx_example.py +0 -0
  112. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/http_clients/parsel_impit_example.py +0 -0
  113. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/beautifulsoup_example.py +0 -0
  114. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/custom_crawler_example.py +0 -0
  115. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/http_example.py +0 -0
  116. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/parsel_example.py +0 -0
  117. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/login_crawler/http_login.py +0 -0
  118. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/login_crawler/playwright_login.py +0 -0
  119. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/browser_configuration_example.py +0 -0
  120. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/multiple_launch_example.py +0 -0
  121. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/plugin_browser_configuration_example.py +0 -0
  122. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/pre_navigation_hook_example.py +0 -0
  123. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/handler.py +0 -0
  124. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/init_beautifulsoup.py +0 -0
  125. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/init_parsel.py +0 -0
  126. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/init_prediction.py +0 -0
  127. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/pre_nav_hooks.py +0 -0
  128. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/__init__.py +0 -0
  129. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/browser_classes.py +0 -0
  130. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/stagehand_run.py +0 -0
  131. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/support_classes.py +0 -0
  132. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/inspecting_bs_example.py +0 -0
  133. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/inspecting_pw_example.py +0 -0
  134. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/integration_bs_example.py +0 -0
  135. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/integration_pw_example.py +0 -0
  136. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/quick_start_example.py +0 -0
  137. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/session_bs_example.py +0 -0
  138. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/session_pw_example.py +0 -0
  139. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/tiers_bs_example.py +0 -0
  140. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/tiers_pw_example.py +0 -0
  141. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_basic_example.py +0 -0
  142. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_basic_example_with_persist.py +0 -0
  143. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_tandem_example.py +0 -0
  144. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_tandem_example_explicit.py +0 -0
  145. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_basic_example.py +0 -0
  146. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_example_with_persist.py +0 -0
  147. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_tandem_example.py +0 -0
  148. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_tandem_example_explicit.py +0 -0
  149. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/adaptive_crawler_handlers.py +0 -0
  150. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/basic_request_handlers.py +0 -0
  151. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/custom_router_default_only.py +0 -0
  152. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/error_handler.py +0 -0
  153. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/failed_request_handler.py +0 -0
  154. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/http_pre_navigation.py +0 -0
  155. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/playwright_pre_navigation.py +0 -0
  156. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/simple_default_handler.py +0 -0
  157. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/running_in_web_server/__init__.py +0 -0
  158. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/running_in_web_server/crawler.py +0 -0
  159. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/running_in_web_server/server.py +0 -0
  160. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/scaling_crawlers/max_tasks_per_minute_example.py +0 -0
  161. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/scaling_crawlers/min_and_max_concurrency_example.py +0 -0
  162. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_conflicts.py +0 -0
  163. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_crawler_configuration.py +0 -0
  164. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_crawler_event_manager.py +0 -0
  165. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_crawler_storage_client.py +0 -0
  166. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_locator_configuration.py +0 -0
  167. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_locator_event_manager.py +0 -0
  168. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_locator_storage_client.py +0 -0
  169. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_storage_configuration.py +0 -0
  170. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_storage_storage_client.py +0 -0
  171. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/multi_sessions_http.py +0 -0
  172. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/one_session_http.py +0 -0
  173. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_basic.py +0 -0
  174. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_beautifulsoup.py +0 -0
  175. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_http.py +0 -0
  176. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_parsel.py +0 -0
  177. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_playwright.py +0 -0
  178. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_standalone.py +0 -0
  179. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/custom_storage_client_example.py +0 -0
  180. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/file_system_storage_client_basic_example.py +0 -0
  181. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/file_system_storage_client_configuration_example.py +0 -0
  182. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/memory_storage_client_basic_example.py +0 -0
  183. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/redis_storage_client_basic_example.py +0 -0
  184. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/redis_storage_client_configuration_example.py +0 -0
  185. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/registering_storage_clients_example.py +0 -0
  186. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/sql_storage_client_basic_example.py +0 -0
  187. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/sql_storage_client_configuration_example.py +0 -0
  188. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/cleaning_do_not_purge_example.py +0 -0
  189. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/cleaning_purge_explicitly_example.py +0 -0
  190. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/dataset_basic_example.py +0 -0
  191. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/dataset_with_crawler_example.py +0 -0
  192. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/dataset_with_crawler_explicit_example.py +0 -0
  193. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/helper_add_requests_example.py +0 -0
  194. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/helper_enqueue_links_example.py +0 -0
  195. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/kvs_basic_example.py +0 -0
  196. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/kvs_with_crawler_example.py +0 -0
  197. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/kvs_with_crawler_explicit_example.py +0 -0
  198. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/opening.py +0 -0
  199. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/rq_basic_example.py +0 -0
  200. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/rq_with_crawler_example.py +0 -0
  201. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/rq_with_crawler_explicit_example.py +0 -0
  202. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/code_examples/trace_and_monitor_crawlers/instrument_crawler.py +0 -0
  203. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/crawler_login.mdx +0 -0
  204. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/creating_web_archive.mdx +0 -0
  205. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/error_handling.mdx +0 -0
  206. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/http_clients.mdx +0 -0
  207. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/http_crawlers.mdx +0 -0
  208. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/playwright_crawler.mdx +0 -0
  209. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/playwright_crawler_adaptive.mdx +0 -0
  210. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/playwright_crawler_stagehand.mdx +0 -0
  211. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/proxy_management.mdx +0 -0
  212. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/request_loaders.mdx +0 -0
  213. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/request_router.mdx +0 -0
  214. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/running_in_web_server.mdx +0 -0
  215. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/scaling_crawlers.mdx +0 -0
  216. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/service_locator.mdx +0 -0
  217. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/session_management.mdx +0 -0
  218. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/storage_clients.mdx +0 -0
  219. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/storages.mdx +0 -0
  220. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/guides/trace_and_monitor_crawlers.mdx +0 -0
  221. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/01_setting_up.mdx +0 -0
  222. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/02_first_crawler.mdx +0 -0
  223. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/03_adding_more_urls.mdx +0 -0
  224. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/04_real_world_project.mdx +0 -0
  225. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/05_crawling.mdx +0 -0
  226. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/06_scraping.mdx +0 -0
  227. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/07_saving_data.mdx +0 -0
  228. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/08_refactoring.mdx +0 -0
  229. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/09_running_in_cloud.mdx +0 -0
  230. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/02_bs.py +0 -0
  231. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/02_bs_better.py +0 -0
  232. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/02_request_queue.py +0 -0
  233. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_enqueue_strategy.py +0 -0
  234. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_finding_new_links.py +0 -0
  235. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_globs.py +0 -0
  236. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_original_code.py +0 -0
  237. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_transform_request.py +0 -0
  238. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/04_sanity_check.py +0 -0
  239. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/05_crawling_detail.py +0 -0
  240. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/05_crawling_listing.py +0 -0
  241. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/06_scraping.py +0 -0
  242. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/07_final_code.py +0 -0
  243. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/07_first_code.py +0 -0
  244. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/08_main.py +0 -0
  245. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/08_routes.py +0 -0
  246. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/09_apify_sdk.py +0 -0
  247. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/__init__.py +0 -0
  248. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/code_examples/routes.py +0 -0
  249. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/introduction/index.mdx +0 -0
  250. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/pyproject.toml +0 -0
  251. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/quick-start/code_examples/beautifulsoup_crawler_example.py +0 -0
  252. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/quick-start/code_examples/parsel_crawler_example.py +0 -0
  253. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/quick-start/code_examples/playwright_crawler_example.py +0 -0
  254. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/quick-start/code_examples/playwright_crawler_headful_example.py +0 -0
  255. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/quick-start/index.mdx +0 -0
  256. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/upgrading/upgrading_to_v0x.md +0 -0
  257. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/docs/upgrading/upgrading_to_v1.md +0 -0
  258. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/renovate.json +0 -0
  259. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/__init__.py +0 -0
  260. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/__init__.py +0 -0
  261. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/_types.py +0 -0
  262. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/autoscaled_pool.py +0 -0
  263. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/py.typed +0 -0
  264. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/snapshotter.py +0 -0
  265. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/system_status.py +0 -0
  266. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_browserforge_workaround.py +0 -0
  267. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_cli.py +0 -0
  268. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_consts.py +0 -0
  269. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_log_config.py +0 -0
  270. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_request.py +0 -0
  271. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_service_locator.py +0 -0
  272. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_types.py +0 -0
  273. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/__init__.py +0 -0
  274. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/blocked.py +0 -0
  275. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/byte_size.py +0 -0
  276. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/console.py +0 -0
  277. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/context.py +0 -0
  278. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/crypto.py +0 -0
  279. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/docs.py +0 -0
  280. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/file.py +0 -0
  281. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/globs.py +0 -0
  282. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/html_to_text.py +0 -0
  283. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/models.py +0 -0
  284. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/raise_if_too_many_kwargs.py +0 -0
  285. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/recoverable_state.py +0 -0
  286. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/recurring_task.py +0 -0
  287. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/requests.py +0 -0
  288. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/robots.py +0 -0
  289. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/sitemap.py +0 -0
  290. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/system.py +0 -0
  291. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/time.py +0 -0
  292. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/try_import.py +0 -0
  293. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/urls.py +0 -0
  294. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/wait.py +0 -0
  295. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/_utils/web.py +0 -0
  296. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/__init__.py +0 -0
  297. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/_browser_controller.py +0 -0
  298. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/_browser_plugin.py +0 -0
  299. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/_browser_pool.py +0 -0
  300. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/_playwright_browser.py +0 -0
  301. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/_playwright_browser_controller.py +0 -0
  302. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/_playwright_browser_plugin.py +0 -0
  303. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/_types.py +0 -0
  304. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/browsers/py.typed +0 -0
  305. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/configuration.py +0 -0
  306. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/__init__.py +0 -0
  307. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/__init__.py +0 -0
  308. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/_abstract_http_crawler.py +0 -0
  309. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/_abstract_http_parser.py +0 -0
  310. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/_http_crawling_context.py +0 -0
  311. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/py.typed +0 -0
  312. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/__init__.py +0 -0
  313. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler.py +0 -0
  314. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler_statistics.py +0 -0
  315. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawling_context.py +0 -0
  316. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_rendering_type_predictor.py +0 -0
  317. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_result_comparator.py +0 -0
  318. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_utils.py +0 -0
  319. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/__init__.py +0 -0
  320. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_basic_crawler.py +0 -0
  321. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_basic_crawling_context.py +0 -0
  322. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_context_pipeline.py +0 -0
  323. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_logging_utils.py +0 -0
  324. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/py.typed +0 -0
  325. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/__init__.py +0 -0
  326. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawler.py +0 -0
  327. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawling_context.py +0 -0
  328. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_parser.py +0 -0
  329. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_utils.py +0 -0
  330. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/py.typed +0 -0
  331. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_http/__init__.py +0 -0
  332. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_http/_http_crawler.py +0 -0
  333. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_http/_http_parser.py +0 -0
  334. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/__init__.py +0 -0
  335. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_parsel_crawler.py +0 -0
  336. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_parsel_crawling_context.py +0 -0
  337. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_parsel_parser.py +0 -0
  338. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_utils.py +0 -0
  339. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/__init__.py +0 -0
  340. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_crawler.py +0 -0
  341. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_crawling_context.py +0 -0
  342. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_http_client.py +0 -0
  343. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_pre_nav_crawling_context.py +0 -0
  344. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_types.py +0 -0
  345. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_utils.py +0 -0
  346. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/_types.py +0 -0
  347. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/crawlers/py.typed +0 -0
  348. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/errors.py +0 -0
  349. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/events/__init__.py +0 -0
  350. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/events/_event_manager.py +0 -0
  351. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/events/_local_event_manager.py +0 -0
  352. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/events/_types.py +0 -0
  353. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/events/py.typed +0 -0
  354. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/__init__.py +0 -0
  355. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_browserforge_adapter.py +0 -0
  356. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_consts.py +0 -0
  357. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_fingerprint_generator.py +0 -0
  358. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_header_generator.py +0 -0
  359. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_types.py +0 -0
  360. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/py.typed +0 -0
  361. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/http_clients/__init__.py +0 -0
  362. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/http_clients/_base.py +0 -0
  363. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/http_clients/_curl_impersonate.py +0 -0
  364. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/http_clients/_httpx.py +0 -0
  365. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/http_clients/_impit.py +0 -0
  366. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/otel/__init__.py +0 -0
  367. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/otel/crawler_instrumentor.py +0 -0
  368. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/cookiecutter.json +0 -0
  369. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/hooks/post_gen_project.py +0 -0
  370. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/hooks/pre_gen_project.py +0 -0
  371. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main.py +0 -0
  372. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_beautifulsoup.py +0 -0
  373. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_parsel.py +0 -0
  374. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_playwright.py +0 -0
  375. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_playwright_camoufox.py +0 -0
  376. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_beautifulsoup.py +0 -0
  377. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_camoufox.py +0 -0
  378. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_parsel.py +0 -0
  379. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_playwright.py +0 -0
  380. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_playwright_camoufox.py +0 -0
  381. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/.dockerignore +0 -0
  382. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile +0 -0
  383. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/README.md +0 -0
  384. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/pyproject.toml +0 -0
  385. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/requirements.txt +0 -0
  386. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__init__.py +0 -0
  387. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__main__.py +0 -0
  388. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/main.py +0 -0
  389. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/routes.py +0 -0
  390. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/proxy_configuration.py +0 -0
  391. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/py.typed +0 -0
  392. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/request_loaders/__init__.py +0 -0
  393. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_list.py +0 -0
  394. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_loader.py +0 -0
  395. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_manager.py +0 -0
  396. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_manager_tandem.py +0 -0
  397. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_sitemap_request_loader.py +0 -0
  398. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/router.py +0 -0
  399. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/sessions/__init__.py +0 -0
  400. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/sessions/_cookies.py +0 -0
  401. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/sessions/_models.py +0 -0
  402. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/sessions/_session.py +0 -0
  403. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/sessions/_session_pool.py +0 -0
  404. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/sessions/py.typed +0 -0
  405. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/statistics/__init__.py +0 -0
  406. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/statistics/_error_snapshotter.py +0 -0
  407. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/statistics/_error_tracker.py +0 -0
  408. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/statistics/_models.py +0 -0
  409. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/statistics/_statistics.py +0 -0
  410. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/__init__.py +0 -0
  411. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/__init__.py +0 -0
  412. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_dataset_client.py +0 -0
  413. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_key_value_store_client.py +0 -0
  414. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_request_queue_client.py +0 -0
  415. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_storage_client.py +0 -0
  416. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/py.typed +0 -0
  417. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/__init__.py +0 -0
  418. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_dataset_client.py +0 -0
  419. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_key_value_store_client.py +0 -0
  420. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_request_queue_client.py +0 -0
  421. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_storage_client.py +0 -0
  422. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_utils.py +0 -0
  423. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/py.typed +0 -0
  424. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/__init__.py +0 -0
  425. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_dataset_client.py +0 -0
  426. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_key_value_store_client.py +0 -0
  427. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_request_queue_client.py +0 -0
  428. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_storage_client.py +0 -0
  429. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/py.typed +0 -0
  430. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/__init__.py +0 -0
  431. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_client_mixin.py +0 -0
  432. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_dataset_client.py +0 -0
  433. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_key_value_store_client.py +0 -0
  434. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_request_queue_client.py +0 -0
  435. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_storage_client.py +0 -0
  436. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_utils.py +0 -0
  437. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_bloom_add_requests.lua +0 -0
  438. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_fetch_request.lua +0 -0
  439. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_set_add_requests.lua +0 -0
  440. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/reclaim_stale_requests.lua +0 -0
  441. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/py.typed +0 -0
  442. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/__init__.py +0 -0
  443. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_client_mixin.py +0 -0
  444. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_dataset_client.py +0 -0
  445. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_db_models.py +0 -0
  446. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_key_value_store_client.py +0 -0
  447. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_request_queue_client.py +0 -0
  448. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_storage_client.py +0 -0
  449. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/py.typed +0 -0
  450. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/models.py +0 -0
  451. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storage_clients/py.typed +0 -0
  452. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/__init__.py +0 -0
  453. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/_base.py +0 -0
  454. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/_dataset.py +0 -0
  455. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/_key_value_store.py +0 -0
  456. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/_request_queue.py +0 -0
  457. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/_storage_instance_manager.py +0 -0
  458. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/_utils.py +0 -0
  459. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/src/crawlee/storages/py.typed +0 -0
  460. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/__init__.py +0 -0
  461. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/e2e/__init__.py +0 -0
  462. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/e2e/conftest.py +0 -0
  463. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/e2e/project_template/test_static_crawlers_templates.py +0 -0
  464. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/e2e/project_template/utils.py +0 -0
  465. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/README.md +0 -0
  466. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/__init__.py +0 -0
  467. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_autoscaling/test_autoscaled_pool.py +0 -0
  468. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_autoscaling/test_snapshotter.py +0 -0
  469. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_autoscaling/test_system_status.py +0 -0
  470. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_statistics/test_error_tracker.py +0 -0
  471. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_statistics/test_periodic_logging.py +0 -0
  472. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_statistics/test_persistence.py +0 -0
  473. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_statistics/test_request_processing_record.py +0 -0
  474. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_byte_size.py +0 -0
  475. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_console.py +0 -0
  476. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_crypto.py +0 -0
  477. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_file.py +0 -0
  478. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_globs.py +0 -0
  479. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_html_to_text.py +0 -0
  480. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_measure_time.py +0 -0
  481. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_raise_if_too_many_kwargs.py +0 -0
  482. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_recurring_task.py +0 -0
  483. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_requests.py +0 -0
  484. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_robots.py +0 -0
  485. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_sitemap.py +0 -0
  486. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_system.py +0 -0
  487. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_timedelata_ms.py +0 -0
  488. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/_utils/test_urls.py +0 -0
  489. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/browsers/test_browser_pool.py +0 -0
  490. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/browsers/test_playwright_browser.py +0 -0
  491. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/browsers/test_playwright_browser_controller.py +0 -0
  492. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/browsers/test_playwright_browser_plugin.py +0 -0
  493. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/conftest.py +0 -0
  494. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler.py +0 -0
  495. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler_statistics.py +0 -0
  496. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawling_context.py +0 -0
  497. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_predictor.py +0 -0
  498. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_basic/test_basic_crawler.py +0 -0
  499. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_basic/test_context_pipeline.py +0 -0
  500. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_beautifulsoup/test_beautifulsoup_crawler.py +0 -0
  501. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_http/test_http_crawler.py +0 -0
  502. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_parsel/test_parsel_crawler.py +0 -0
  503. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_playwright/test_playwright_crawler.py +0 -0
  504. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/crawlers/_playwright/test_utils.py +0 -0
  505. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/events/test_event_manager.py +0 -0
  506. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/events/test_local_event_manager.py +0 -0
  507. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/fingerprint_suite/test_adapters.py +0 -0
  508. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/fingerprint_suite/test_header_generator.py +0 -0
  509. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/http_clients/test_http_clients.py +0 -0
  510. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/http_clients/test_httpx.py +0 -0
  511. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/otel/test_crawler_instrumentor.py +0 -0
  512. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/proxy_configuration/test_new_proxy_info.py +0 -0
  513. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/proxy_configuration/test_tiers.py +0 -0
  514. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/request_loaders/test_request_list.py +0 -0
  515. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/request_loaders/test_sitemap_request_loader.py +0 -0
  516. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/server.py +0 -0
  517. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/server_endpoints.py +0 -0
  518. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/server_static/test.js +0 -0
  519. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/server_static/test.png +0 -0
  520. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/sessions/test_cookies.py +0 -0
  521. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/sessions/test_models.py +0 -0
  522. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/sessions/test_session.py +0 -0
  523. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/sessions/test_session_pool.py +0 -0
  524. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_file_system/test_fs_dataset_client.py +0 -0
  525. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_file_system/test_fs_kvs_client.py +0 -0
  526. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_file_system/test_fs_rq_client.py +0 -0
  527. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_memory/test_memory_dataset_client.py +0 -0
  528. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_memory/test_memory_kvs_client.py +0 -0
  529. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_memory/test_memory_rq_client.py +0 -0
  530. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_redis/test_redis_dataset_client.py +0 -0
  531. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_redis/test_redis_kvs_client.py +0 -0
  532. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_redis/test_redis_rq_client.py +0 -0
  533. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_sql/test_sql_dataset_client.py +0 -0
  534. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_sql/test_sql_kvs_client.py +0 -0
  535. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storage_clients/_sql/test_sql_rq_client.py +0 -0
  536. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storages/conftest.py +0 -0
  537. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storages/test_dataset.py +0 -0
  538. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storages/test_key_value_store.py +0 -0
  539. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storages/test_request_manager_tandem.py +0 -0
  540. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storages/test_request_queue.py +0 -0
  541. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/storages/test_storage_instance_manager.py +0 -0
  542. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/test_cli.py +0 -0
  543. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/test_configuration.py +0 -0
  544. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/test_log_config.py +0 -0
  545. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/test_router.py +0 -0
  546. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/tests/unit/test_service_locator.py +0 -0
  547. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/.eslintrc.json +0 -0
  548. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/.yarnrc.yml +0 -0
  549. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/babel.config.js +0 -0
  550. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/build_api_reference.sh +0 -0
  551. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/docusaurus.config.js +0 -0
  552. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/generate_module_shortcuts.py +0 -0
  553. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/patches/@docusaurus+core+3.4.0.patch +0 -0
  554. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/patches/@docusaurus+core+3.5.2.patch +0 -0
  555. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/roa-loader/index.js +0 -0
  556. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/roa-loader/package.json +0 -0
  557. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/sidebars.js +0 -0
  558. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/ApiLink.jsx +0 -0
  559. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Button.jsx +0 -0
  560. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Button.module.css +0 -0
  561. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/CopyButton.jsx +0 -0
  562. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/CopyButton.module.css +0 -0
  563. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Gradients.jsx +0 -0
  564. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Highlights.jsx +0 -0
  565. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Highlights.module.css +0 -0
  566. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCliExample.jsx +0 -0
  567. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCliExample.module.css +0 -0
  568. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCtaSection.jsx +0 -0
  569. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCtaSection.module.css +0 -0
  570. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageHeroSection.jsx +0 -0
  571. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageHeroSection.module.css +0 -0
  572. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageInfoWidget.jsx +0 -0
  573. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageInfoWidget.module.css +0 -0
  574. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageSwitch.jsx +0 -0
  575. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageSwitch.module.css +0 -0
  576. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/RiverSection.jsx +0 -0
  577. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/RiverSection.module.css +0 -0
  578. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/ThreeCardsWithIcon.jsx +0 -0
  579. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/ThreeCardsWithIcon.module.css +0 -0
  580. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/animated-crawlee-logo-dark.svg +0 -0
  581. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/Homepage/animated-crawlee-logo-light.svg +0 -0
  582. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/RunnableCodeBlock.jsx +0 -0
  583. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/components/RunnableCodeBlock.module.css +0 -0
  584. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/css/custom.css +0 -0
  585. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/pages/home_page_example.py +0 -0
  586. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/pages/index.js +0 -0
  587. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/pages/index.module.css +0 -0
  588. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/dark-mode-icon.svg +0 -0
  589. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/index.js +0 -0
  590. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/light-mode-icon.svg +0 -0
  591. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/styles.module.css +0 -0
  592. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/DocItem/Layout/index.js +0 -0
  593. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/DocItem/Layout/styles.module.css +0 -0
  594. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Footer/LinkItem/index.js +0 -0
  595. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Footer/LinkItem/index.module.css +0 -0
  596. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Footer/index.js +0 -0
  597. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Footer/index.module.css +0 -0
  598. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/MDXComponents/A.js +0 -0
  599. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/Content/index.js +0 -0
  600. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/Content/styles.module.css +0 -0
  601. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/Logo/index.js +0 -0
  602. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/Logo/index.module.css +0 -0
  603. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/Header/index.js +0 -0
  604. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/Header/index.module.css +0 -0
  605. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/Layout/index.js +0 -0
  606. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.js +0 -0
  607. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/index.js +0 -0
  608. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/src/theme/NavbarItem/ComponentTypes.js +0 -0
  609. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/.nojekyll +0 -0
  610. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/font/lota.woff +0 -0
  611. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/font/lota.woff2 +0 -0
  612. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/API.png +0 -0
  613. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/arrow_right.svg +0 -0
  614. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/auto-scaling-dark.webp +0 -0
  615. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/auto-scaling-light.webp +0 -0
  616. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/check.svg +0 -0
  617. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/chrome-scrape-dark.gif +0 -0
  618. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/chrome-scrape-light.gif +0 -0
  619. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/cloud_icon.svg +0 -0
  620. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/community-dark-icon.svg +0 -0
  621. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/community-light-icon.svg +0 -0
  622. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-dark-new.svg +0 -0
  623. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-dark.svg +0 -0
  624. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-javascript-dark.svg +0 -0
  625. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-javascript-light.svg +0 -0
  626. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-light-new.svg +0 -0
  627. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-light.svg +0 -0
  628. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-logo-monocolor.svg +0 -0
  629. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-logo.svg +0 -0
  630. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-python-dark.svg +0 -0
  631. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-python-light.svg +0 -0
  632. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/crawlee-python-og.png +0 -0
  633. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/defaults-dark-icon.svg +0 -0
  634. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/defaults-light-icon.svg +0 -0
  635. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/discord-brand-dark.svg +0 -0
  636. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/discord-brand.svg +0 -0
  637. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/docusaurus.svg +0 -0
  638. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/external-link.svg +0 -0
  639. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/favicon.ico +0 -0
  640. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/favorite-tools-dark.webp +0 -0
  641. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/favorite-tools-light.webp +0 -0
  642. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/features/auto-scaling.svg +0 -0
  643. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/features/automate-everything.svg +0 -0
  644. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/features/fingerprints.svg +0 -0
  645. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/features/node-requests.svg +0 -0
  646. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/features/runs-on-py.svg +0 -0
  647. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/features/storage.svg +0 -0
  648. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/features/works-everywhere.svg +0 -0
  649. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/00.jpg +0 -0
  650. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/01.jpg +0 -0
  651. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/02.jpg +0 -0
  652. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/03.jpg +0 -0
  653. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/getting-started/current-price.jpg +0 -0
  654. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/getting-started/scraping-practice.jpg +0 -0
  655. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/getting-started/select-an-element.jpg +0 -0
  656. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/getting-started/selected-element.jpg +0 -0
  657. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/getting-started/sku.jpg +0 -0
  658. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/getting-started/title.jpg +0 -0
  659. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/github-brand-dark.svg +0 -0
  660. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/github-brand.svg +0 -0
  661. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/guides/jaeger_otel_search_view_example.png +0 -0
  662. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/guides/jaeger_otel_trace_example.png +0 -0
  663. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/hearth copy.svg +0 -0
  664. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/hearth.svg +0 -0
  665. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/javascript_logo.svg +0 -0
  666. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/js_file.svg +0 -0
  667. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/logo-big.svg +0 -0
  668. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/logo-blur.png +0 -0
  669. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/logo-blur.svg +0 -0
  670. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/logo-zoom.svg +0 -0
  671. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/menu-arrows.svg +0 -0
  672. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/oss_logo.png +0 -0
  673. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/puppeteer-live-view-dashboard.png +0 -0
  674. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/puppeteer-live-view-detail.png +0 -0
  675. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/queue-dark-icon.svg +0 -0
  676. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/queue-light-icon.svg +0 -0
  677. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/resuming-paused-crawl/00.webp +0 -0
  678. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/resuming-paused-crawl/01.webp +0 -0
  679. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/robot.png +0 -0
  680. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/routing-dark-icon.svg +0 -0
  681. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/routing-light-icon.svg +0 -0
  682. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/scraping-utils-dark-icon.svg +0 -0
  683. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/scraping-utils-light-icon.svg +0 -0
  684. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/smart-proxy-dark.webp +0 -0
  685. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/smart-proxy-light.webp +0 -0
  686. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/source_code.png +0 -0
  687. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/system.svg +0 -0
  688. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/triangles_dark.svg +0 -0
  689. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/triangles_light.svg +0 -0
  690. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/workflow.svg +0 -0
  691. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/zero-setup-dark-icon.svg +0 -0
  692. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/img/zero-setup-light-icon.svg +0 -0
  693. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/js/custom.js +0 -0
  694. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/static/robots.txt +0 -0
  695. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tools/docs-prettier.config.js +0 -0
  696. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tools/utils/externalLink.js +0 -0
  697. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-dark.gif +0 -0
  698. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-dark.mp4 +0 -0
  699. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-light.gif +0 -0
  700. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-light.mp4 +0 -0
  701. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tools/website_gif/website_gif.mjs +0 -0
  702. {crawlee-1.1.1b8 → crawlee-1.1.1b10}/website/tsconfig.eslint.json +0 -0
@@ -67,6 +67,10 @@ jobs:
67
67
  uses: actions/deploy-pages@v4
68
68
 
69
69
  - name: Invalidate CloudFront cache
70
- run: gh workflow run invalidate.yaml --repo apify/apify-docs-private
70
+ run: |
71
+ gh workflow run invalidate-cloudfront.yml \
72
+ --repo apify/apify-docs-private \
73
+ --field deployment=crawlee-web
74
+ echo "✅ CloudFront cache invalidation workflow triggered successfully"
71
75
  env:
72
76
  GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crawlee
3
- Version: 1.1.1b8
3
+ Version: 1.1.1b10
4
4
  Summary: Crawlee for Python
5
5
  Project-URL: Apify Homepage, https://apify.com
6
6
  Project-URL: Changelog, https://crawlee.dev/python/docs/changelog
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "crawlee"
7
- version = "1.1.1b8"
7
+ version = "1.1.1b10"
8
8
  description = "Crawlee for Python"
9
9
  authors = [{ name = "Apify Technologies s.r.o.", email = "support@apify.com" }]
10
10
  license = { file = "LICENSE" }
@@ -39,17 +39,16 @@ wheels = [
39
39
 
40
40
  [[package]]
41
41
  name = "anyio"
42
- version = "4.11.0"
42
+ version = "4.12.0"
43
43
  source = { registry = "https://pypi.org/simple" }
44
44
  dependencies = [
45
45
  { name = "exceptiongroup", marker = "python_full_version < '3.11'" },
46
46
  { name = "idna" },
47
- { name = "sniffio" },
48
47
  { name = "typing-extensions", marker = "python_full_version < '3.13'" },
49
48
  ]
50
- sdist = { url = "https://files.pythonhosted.org/packages/c6/78/7d432127c41b50bccba979505f272c16cbcadcc33645d5fa3a738110ae75/anyio-4.11.0.tar.gz", hash = "sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4", size = 219094, upload-time = "2025-09-23T09:19:12.58Z" }
49
+ sdist = { url = "https://files.pythonhosted.org/packages/16/ce/8a777047513153587e5434fd752e89334ac33e379aa3497db860eeb60377/anyio-4.12.0.tar.gz", hash = "sha256:73c693b567b0c55130c104d0b43a9baf3aa6a31fc6110116509f27bf75e21ec0", size = 228266, upload-time = "2025-11-28T23:37:38.911Z" }
51
50
  wheels = [
52
- { url = "https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl", hash = "sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc", size = 109097, upload-time = "2025-09-23T09:19:10.601Z" },
51
+ { url = "https://files.pythonhosted.org/packages/7f/9c/36c5c37947ebfb8c7f22e0eb6e4d188ee2d53aa3880f3f2744fb894f0cb1/anyio-4.12.0-py3-none-any.whl", hash = "sha256:dad2376a628f98eeca4881fc56cd06affd18f659b17a747d3ff0307ced94b1bb", size = 113362, upload-time = "2025-11-28T23:36:57.897Z" },
53
52
  ]
54
53
 
55
54
  [[package]]
@@ -109,45 +108,61 @@ wheels = [
109
108
 
110
109
  [[package]]
111
110
  name = "asyncpg"
112
- version = "0.30.0"
111
+ version = "0.31.0"
113
112
  source = { registry = "https://pypi.org/simple" }
114
113
  dependencies = [
115
114
  { name = "async-timeout", marker = "python_full_version < '3.11'" },
116
115
  ]
117
- sdist = { url = "https://files.pythonhosted.org/packages/2f/4c/7c991e080e106d854809030d8584e15b2e996e26f16aee6d757e387bc17d/asyncpg-0.30.0.tar.gz", hash = "sha256:c551e9928ab6707602f44811817f82ba3c446e018bfe1d3abecc8ba5f3eac851", size = 957746, upload-time = "2024-10-20T00:30:41.127Z" }
118
- wheels = [
119
- { url = "https://files.pythonhosted.org/packages/bb/07/1650a8c30e3a5c625478fa8aafd89a8dd7d85999bf7169b16f54973ebf2c/asyncpg-0.30.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bfb4dd5ae0699bad2b233672c8fc5ccbd9ad24b89afded02341786887e37927e", size = 673143, upload-time = "2024-10-20T00:29:08.846Z" },
120
- { url = "https://files.pythonhosted.org/packages/a0/9a/568ff9b590d0954553c56806766914c149609b828c426c5118d4869111d3/asyncpg-0.30.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:dc1f62c792752a49f88b7e6f774c26077091b44caceb1983509edc18a2222ec0", size = 645035, upload-time = "2024-10-20T00:29:12.02Z" },
121
- { url = "https://files.pythonhosted.org/packages/de/11/6f2fa6c902f341ca10403743701ea952bca896fc5b07cc1f4705d2bb0593/asyncpg-0.30.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3152fef2e265c9c24eec4ee3d22b4f4d2703d30614b0b6753e9ed4115c8a146f", size = 2912384, upload-time = "2024-10-20T00:29:13.644Z" },
122
- { url = "https://files.pythonhosted.org/packages/83/83/44bd393919c504ffe4a82d0aed8ea0e55eb1571a1dea6a4922b723f0a03b/asyncpg-0.30.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c7255812ac85099a0e1ffb81b10dc477b9973345793776b128a23e60148dd1af", size = 2947526, upload-time = "2024-10-20T00:29:15.871Z" },
123
- { url = "https://files.pythonhosted.org/packages/08/85/e23dd3a2b55536eb0ded80c457b0693352262dc70426ef4d4a6fc994fa51/asyncpg-0.30.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:578445f09f45d1ad7abddbff2a3c7f7c291738fdae0abffbeb737d3fc3ab8b75", size = 2895390, upload-time = "2024-10-20T00:29:19.346Z" },
124
- { url = "https://files.pythonhosted.org/packages/9b/26/fa96c8f4877d47dc6c1864fef5500b446522365da3d3d0ee89a5cce71a3f/asyncpg-0.30.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c42f6bb65a277ce4d93f3fba46b91a265631c8df7250592dd4f11f8b0152150f", size = 3015630, upload-time = "2024-10-20T00:29:21.186Z" },
125
- { url = "https://files.pythonhosted.org/packages/34/00/814514eb9287614188a5179a8b6e588a3611ca47d41937af0f3a844b1b4b/asyncpg-0.30.0-cp310-cp310-win32.whl", hash = "sha256:aa403147d3e07a267ada2ae34dfc9324e67ccc4cdca35261c8c22792ba2b10cf", size = 568760, upload-time = "2024-10-20T00:29:22.769Z" },
126
- { url = "https://files.pythonhosted.org/packages/f0/28/869a7a279400f8b06dd237266fdd7220bc5f7c975348fea5d1e6909588e9/asyncpg-0.30.0-cp310-cp310-win_amd64.whl", hash = "sha256:fb622c94db4e13137c4c7f98834185049cc50ee01d8f657ef898b6407c7b9c50", size = 625764, upload-time = "2024-10-20T00:29:25.882Z" },
127
- { url = "https://files.pythonhosted.org/packages/4c/0e/f5d708add0d0b97446c402db7e8dd4c4183c13edaabe8a8500b411e7b495/asyncpg-0.30.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5e0511ad3dec5f6b4f7a9e063591d407eee66b88c14e2ea636f187da1dcfff6a", size = 674506, upload-time = "2024-10-20T00:29:27.988Z" },
128
- { url = "https://files.pythonhosted.org/packages/6a/a0/67ec9a75cb24a1d99f97b8437c8d56da40e6f6bd23b04e2f4ea5d5ad82ac/asyncpg-0.30.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:915aeb9f79316b43c3207363af12d0e6fd10776641a7de8a01212afd95bdf0ed", size = 645922, upload-time = "2024-10-20T00:29:29.391Z" },
129
- { url = "https://files.pythonhosted.org/packages/5c/d9/a7584f24174bd86ff1053b14bb841f9e714380c672f61c906eb01d8ec433/asyncpg-0.30.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c198a00cce9506fcd0bf219a799f38ac7a237745e1d27f0e1f66d3707c84a5a", size = 3079565, upload-time = "2024-10-20T00:29:30.832Z" },
130
- { url = "https://files.pythonhosted.org/packages/a0/d7/a4c0f9660e333114bdb04d1a9ac70db690dd4ae003f34f691139a5cbdae3/asyncpg-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3326e6d7381799e9735ca2ec9fd7be4d5fef5dcbc3cb555d8a463d8460607956", size = 3109962, upload-time = "2024-10-20T00:29:33.114Z" },
131
- { url = "https://files.pythonhosted.org/packages/3c/21/199fd16b5a981b1575923cbb5d9cf916fdc936b377e0423099f209e7e73d/asyncpg-0.30.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:51da377487e249e35bd0859661f6ee2b81db11ad1f4fc036194bc9cb2ead5056", size = 3064791, upload-time = "2024-10-20T00:29:34.677Z" },
132
- { url = "https://files.pythonhosted.org/packages/77/52/0004809b3427534a0c9139c08c87b515f1c77a8376a50ae29f001e53962f/asyncpg-0.30.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bc6d84136f9c4d24d358f3b02be4b6ba358abd09f80737d1ac7c444f36108454", size = 3188696, upload-time = "2024-10-20T00:29:36.389Z" },
133
- { url = "https://files.pythonhosted.org/packages/52/cb/fbad941cd466117be58b774a3f1cc9ecc659af625f028b163b1e646a55fe/asyncpg-0.30.0-cp311-cp311-win32.whl", hash = "sha256:574156480df14f64c2d76450a3f3aaaf26105869cad3865041156b38459e935d", size = 567358, upload-time = "2024-10-20T00:29:37.915Z" },
134
- { url = "https://files.pythonhosted.org/packages/3c/0a/0a32307cf166d50e1ad120d9b81a33a948a1a5463ebfa5a96cc5606c0863/asyncpg-0.30.0-cp311-cp311-win_amd64.whl", hash = "sha256:3356637f0bd830407b5597317b3cb3571387ae52ddc3bca6233682be88bbbc1f", size = 629375, upload-time = "2024-10-20T00:29:39.987Z" },
135
- { url = "https://files.pythonhosted.org/packages/4b/64/9d3e887bb7b01535fdbc45fbd5f0a8447539833b97ee69ecdbb7a79d0cb4/asyncpg-0.30.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c902a60b52e506d38d7e80e0dd5399f657220f24635fee368117b8b5fce1142e", size = 673162, upload-time = "2024-10-20T00:29:41.88Z" },
136
- { url = "https://files.pythonhosted.org/packages/6e/eb/8b236663f06984f212a087b3e849731f917ab80f84450e943900e8ca4052/asyncpg-0.30.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:aca1548e43bbb9f0f627a04666fedaca23db0a31a84136ad1f868cb15deb6e3a", size = 637025, upload-time = "2024-10-20T00:29:43.352Z" },
137
- { url = "https://files.pythonhosted.org/packages/cc/57/2dc240bb263d58786cfaa60920779af6e8d32da63ab9ffc09f8312bd7a14/asyncpg-0.30.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c2a2ef565400234a633da0eafdce27e843836256d40705d83ab7ec42074efb3", size = 3496243, upload-time = "2024-10-20T00:29:44.922Z" },
138
- { url = "https://files.pythonhosted.org/packages/f4/40/0ae9d061d278b10713ea9021ef6b703ec44698fe32178715a501ac696c6b/asyncpg-0.30.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1292b84ee06ac8a2ad8e51c7475aa309245874b61333d97411aab835c4a2f737", size = 3575059, upload-time = "2024-10-20T00:29:46.891Z" },
139
- { url = "https://files.pythonhosted.org/packages/c3/75/d6b895a35a2c6506952247640178e5f768eeb28b2e20299b6a6f1d743ba0/asyncpg-0.30.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0f5712350388d0cd0615caec629ad53c81e506b1abaaf8d14c93f54b35e3595a", size = 3473596, upload-time = "2024-10-20T00:29:49.201Z" },
140
- { url = "https://files.pythonhosted.org/packages/c8/e7/3693392d3e168ab0aebb2d361431375bd22ffc7b4a586a0fc060d519fae7/asyncpg-0.30.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:db9891e2d76e6f425746c5d2da01921e9a16b5a71a1c905b13f30e12a257c4af", size = 3641632, upload-time = "2024-10-20T00:29:50.768Z" },
141
- { url = "https://files.pythonhosted.org/packages/32/ea/15670cea95745bba3f0352341db55f506a820b21c619ee66b7d12ea7867d/asyncpg-0.30.0-cp312-cp312-win32.whl", hash = "sha256:68d71a1be3d83d0570049cd1654a9bdfe506e794ecc98ad0873304a9f35e411e", size = 560186, upload-time = "2024-10-20T00:29:52.394Z" },
142
- { url = "https://files.pythonhosted.org/packages/7e/6b/fe1fad5cee79ca5f5c27aed7bd95baee529c1bf8a387435c8ba4fe53d5c1/asyncpg-0.30.0-cp312-cp312-win_amd64.whl", hash = "sha256:9a0292c6af5c500523949155ec17b7fe01a00ace33b68a476d6b5059f9630305", size = 621064, upload-time = "2024-10-20T00:29:53.757Z" },
143
- { url = "https://files.pythonhosted.org/packages/3a/22/e20602e1218dc07692acf70d5b902be820168d6282e69ef0d3cb920dc36f/asyncpg-0.30.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:05b185ebb8083c8568ea8a40e896d5f7af4b8554b64d7719c0eaa1eb5a5c3a70", size = 670373, upload-time = "2024-10-20T00:29:55.165Z" },
144
- { url = "https://files.pythonhosted.org/packages/3d/b3/0cf269a9d647852a95c06eb00b815d0b95a4eb4b55aa2d6ba680971733b9/asyncpg-0.30.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c47806b1a8cbb0a0db896f4cd34d89942effe353a5035c62734ab13b9f938da3", size = 634745, upload-time = "2024-10-20T00:29:57.14Z" },
145
- { url = "https://files.pythonhosted.org/packages/8e/6d/a4f31bf358ce8491d2a31bfe0d7bcf25269e80481e49de4d8616c4295a34/asyncpg-0.30.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b6fde867a74e8c76c71e2f64f80c64c0f3163e687f1763cfaf21633ec24ec33", size = 3512103, upload-time = "2024-10-20T00:29:58.499Z" },
146
- { url = "https://files.pythonhosted.org/packages/96/19/139227a6e67f407b9c386cb594d9628c6c78c9024f26df87c912fabd4368/asyncpg-0.30.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46973045b567972128a27d40001124fbc821c87a6cade040cfcd4fa8a30bcdc4", size = 3592471, upload-time = "2024-10-20T00:30:00.354Z" },
147
- { url = "https://files.pythonhosted.org/packages/67/e4/ab3ca38f628f53f0fd28d3ff20edff1c975dd1cb22482e0061916b4b9a74/asyncpg-0.30.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9110df111cabc2ed81aad2f35394a00cadf4f2e0635603db6ebbd0fc896f46a4", size = 3496253, upload-time = "2024-10-20T00:30:02.794Z" },
148
- { url = "https://files.pythonhosted.org/packages/ef/5f/0bf65511d4eeac3a1f41c54034a492515a707c6edbc642174ae79034d3ba/asyncpg-0.30.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:04ff0785ae7eed6cc138e73fc67b8e51d54ee7a3ce9b63666ce55a0bf095f7ba", size = 3662720, upload-time = "2024-10-20T00:30:04.501Z" },
149
- { url = "https://files.pythonhosted.org/packages/e7/31/1513d5a6412b98052c3ed9158d783b1e09d0910f51fbe0e05f56cc370bc4/asyncpg-0.30.0-cp313-cp313-win32.whl", hash = "sha256:ae374585f51c2b444510cdf3595b97ece4f233fde739aa14b50e0d64e8a7a590", size = 560404, upload-time = "2024-10-20T00:30:06.537Z" },
150
- { url = "https://files.pythonhosted.org/packages/c8/a4/cec76b3389c4c5ff66301cd100fe88c318563ec8a520e0b2e792b5b84972/asyncpg-0.30.0-cp313-cp313-win_amd64.whl", hash = "sha256:f59b430b8e27557c3fb9869222559f7417ced18688375825f8f12302c34e915e", size = 621623, upload-time = "2024-10-20T00:30:09.024Z" },
116
+ sdist = { url = "https://files.pythonhosted.org/packages/fe/cc/d18065ce2380d80b1bcce927c24a2642efd38918e33fd724bc4bca904877/asyncpg-0.31.0.tar.gz", hash = "sha256:c989386c83940bfbd787180f2b1519415e2d3d6277a70d9d0f0145ac73500735", size = 993667, upload-time = "2025-11-24T23:27:00.812Z" }
117
+ wheels = [
118
+ { url = "https://files.pythonhosted.org/packages/c3/d9/507c80bdac2e95e5a525644af94b03fa7f9a44596a84bd48a6e80f854f92/asyncpg-0.31.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:831712dd3cf117eec68575a9b50da711893fd63ebe277fc155ecae1c6c9f0f61", size = 644865, upload-time = "2025-11-24T23:25:23.527Z" },
119
+ { url = "https://files.pythonhosted.org/packages/ea/03/f93b5e543f65c5f504e91405e8d21bb9e600548be95032951a754781a41d/asyncpg-0.31.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0b17c89312c2f4ccea222a3a6571f7df65d4ba2c0e803339bfc7bed46a96d3be", size = 639297, upload-time = "2025-11-24T23:25:25.192Z" },
120
+ { url = "https://files.pythonhosted.org/packages/e5/1e/de2177e57e03a06e697f6c1ddf2a9a7fcfdc236ce69966f54ffc830fd481/asyncpg-0.31.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3faa62f997db0c9add34504a68ac2c342cfee4d57a0c3062fcf0d86c7f9cb1e8", size = 2816679, upload-time = "2025-11-24T23:25:26.718Z" },
121
+ { url = "https://files.pythonhosted.org/packages/d0/98/1a853f6870ac7ad48383a948c8ff3c85dc278066a4d69fc9af7d3d4b1106/asyncpg-0.31.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8ea599d45c361dfbf398cb67da7fd052affa556a401482d3ff1ee99bd68808a1", size = 2867087, upload-time = "2025-11-24T23:25:28.399Z" },
122
+ { url = "https://files.pythonhosted.org/packages/11/29/7e76f2a51f2360a7c90d2cf6d0d9b210c8bb0ae342edebd16173611a55c2/asyncpg-0.31.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:795416369c3d284e1837461909f58418ad22b305f955e625a4b3a2521d80a5f3", size = 2747631, upload-time = "2025-11-24T23:25:30.154Z" },
123
+ { url = "https://files.pythonhosted.org/packages/5d/3f/716e10cb57c4f388248db46555e9226901688fbfabd0afb85b5e1d65d5a7/asyncpg-0.31.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:a8d758dac9d2e723e173d286ef5e574f0b350ec00e9186fce84d0fc5f6a8e6b8", size = 2855107, upload-time = "2025-11-24T23:25:31.888Z" },
124
+ { url = "https://files.pythonhosted.org/packages/7e/ec/3ebae9dfb23a1bd3f68acfd4f795983b65b413291c0e2b0d982d6ae6c920/asyncpg-0.31.0-cp310-cp310-win32.whl", hash = "sha256:2d076d42eb583601179efa246c5d7ae44614b4144bc1c7a683ad1222814ed095", size = 521990, upload-time = "2025-11-24T23:25:33.402Z" },
125
+ { url = "https://files.pythonhosted.org/packages/20/b4/9fbb4b0af4e36d96a61d026dd37acab3cf521a70290a09640b215da5ab7c/asyncpg-0.31.0-cp310-cp310-win_amd64.whl", hash = "sha256:9ea33213ac044171f4cac23740bed9a3805abae10e7025314cfbd725ec670540", size = 581629, upload-time = "2025-11-24T23:25:34.846Z" },
126
+ { url = "https://files.pythonhosted.org/packages/08/17/cc02bc49bc350623d050fa139e34ea512cd6e020562f2a7312a7bcae4bc9/asyncpg-0.31.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:eee690960e8ab85063ba93af2ce128c0f52fd655fdff9fdb1a28df01329f031d", size = 643159, upload-time = "2025-11-24T23:25:36.443Z" },
127
+ { url = "https://files.pythonhosted.org/packages/a4/62/4ded7d400a7b651adf06f49ea8f73100cca07c6df012119594d1e3447aa6/asyncpg-0.31.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2657204552b75f8288de08ca60faf4a99a65deef3a71d1467454123205a88fab", size = 638157, upload-time = "2025-11-24T23:25:37.89Z" },
128
+ { url = "https://files.pythonhosted.org/packages/d6/5b/4179538a9a72166a0bf60ad783b1ef16efb7960e4d7b9afe9f77a5551680/asyncpg-0.31.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a429e842a3a4b4ea240ea52d7fe3f82d5149853249306f7ff166cb9948faa46c", size = 2918051, upload-time = "2025-11-24T23:25:39.461Z" },
129
+ { url = "https://files.pythonhosted.org/packages/e6/35/c27719ae0536c5b6e61e4701391ffe435ef59539e9360959240d6e47c8c8/asyncpg-0.31.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c0807be46c32c963ae40d329b3a686356e417f674c976c07fa49f1b30303f109", size = 2972640, upload-time = "2025-11-24T23:25:41.512Z" },
130
+ { url = "https://files.pythonhosted.org/packages/43/f4/01ebb9207f29e645a64699b9ce0eefeff8e7a33494e1d29bb53736f7766b/asyncpg-0.31.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e5d5098f63beeae93512ee513d4c0c53dc12e9aa2b7a1af5a81cddf93fe4e4da", size = 2851050, upload-time = "2025-11-24T23:25:43.153Z" },
131
+ { url = "https://files.pythonhosted.org/packages/3e/f4/03ff1426acc87be0f4e8d40fa2bff5c3952bef0080062af9efc2212e3be8/asyncpg-0.31.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37fc6c00a814e18eef51833545d1891cac9aa69140598bb076b4cd29b3e010b9", size = 2962574, upload-time = "2025-11-24T23:25:44.942Z" },
132
+ { url = "https://files.pythonhosted.org/packages/c7/39/cc788dfca3d4060f9d93e67be396ceec458dfc429e26139059e58c2c244d/asyncpg-0.31.0-cp311-cp311-win32.whl", hash = "sha256:5a4af56edf82a701aece93190cc4e094d2df7d33f6e915c222fb09efbb5afc24", size = 521076, upload-time = "2025-11-24T23:25:46.486Z" },
133
+ { url = "https://files.pythonhosted.org/packages/28/fc/735af5384c029eb7f1ca60ccb8fa95521dbdaeef788edf4cecfc604c3cab/asyncpg-0.31.0-cp311-cp311-win_amd64.whl", hash = "sha256:480c4befbdf079c14c9ca43c8c5e1fe8b6296c96f1f927158d4f1e750aacc047", size = 584980, upload-time = "2025-11-24T23:25:47.938Z" },
134
+ { url = "https://files.pythonhosted.org/packages/2a/a6/59d0a146e61d20e18db7396583242e32e0f120693b67a8de43f1557033e2/asyncpg-0.31.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b44c31e1efc1c15188ef183f287c728e2046abb1d26af4d20858215d50d91fad", size = 662042, upload-time = "2025-11-24T23:25:49.578Z" },
135
+ { url = "https://files.pythonhosted.org/packages/36/01/ffaa189dcb63a2471720615e60185c3f6327716fdc0fc04334436fbb7c65/asyncpg-0.31.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0c89ccf741c067614c9b5fc7f1fc6f3b61ab05ae4aaa966e6fd6b93097c7d20d", size = 638504, upload-time = "2025-11-24T23:25:51.501Z" },
136
+ { url = "https://files.pythonhosted.org/packages/9f/62/3f699ba45d8bd24c5d65392190d19656d74ff0185f42e19d0bbd973bb371/asyncpg-0.31.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:12b3b2e39dc5470abd5e98c8d3373e4b1d1234d9fbdedf538798b2c13c64460a", size = 3426241, upload-time = "2025-11-24T23:25:53.278Z" },
137
+ { url = "https://files.pythonhosted.org/packages/8c/d1/a867c2150f9c6e7af6462637f613ba67f78a314b00db220cd26ff559d532/asyncpg-0.31.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:aad7a33913fb8bcb5454313377cc330fbb19a0cd5faa7272407d8a0c4257b671", size = 3520321, upload-time = "2025-11-24T23:25:54.982Z" },
138
+ { url = "https://files.pythonhosted.org/packages/7a/1a/cce4c3f246805ecd285a3591222a2611141f1669d002163abef999b60f98/asyncpg-0.31.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3df118d94f46d85b2e434fd62c84cb66d5834d5a890725fe625f498e72e4d5ec", size = 3316685, upload-time = "2025-11-24T23:25:57.43Z" },
139
+ { url = "https://files.pythonhosted.org/packages/40/ae/0fc961179e78cc579e138fad6eb580448ecae64908f95b8cb8ee2f241f67/asyncpg-0.31.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:bd5b6efff3c17c3202d4b37189969acf8927438a238c6257f66be3c426beba20", size = 3471858, upload-time = "2025-11-24T23:25:59.636Z" },
140
+ { url = "https://files.pythonhosted.org/packages/52/b2/b20e09670be031afa4cbfabd645caece7f85ec62d69c312239de568e058e/asyncpg-0.31.0-cp312-cp312-win32.whl", hash = "sha256:027eaa61361ec735926566f995d959ade4796f6a49d3bde17e5134b9964f9ba8", size = 527852, upload-time = "2025-11-24T23:26:01.084Z" },
141
+ { url = "https://files.pythonhosted.org/packages/b5/f0/f2ed1de154e15b107dc692262395b3c17fc34eafe2a78fc2115931561730/asyncpg-0.31.0-cp312-cp312-win_amd64.whl", hash = "sha256:72d6bdcbc93d608a1158f17932de2321f68b1a967a13e014998db87a72ed3186", size = 597175, upload-time = "2025-11-24T23:26:02.564Z" },
142
+ { url = "https://files.pythonhosted.org/packages/95/11/97b5c2af72a5d0b9bc3fa30cd4b9ce22284a9a943a150fdc768763caf035/asyncpg-0.31.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c204fab1b91e08b0f47e90a75d1b3c62174dab21f670ad6c5d0f243a228f015b", size = 661111, upload-time = "2025-11-24T23:26:04.467Z" },
143
+ { url = "https://files.pythonhosted.org/packages/1b/71/157d611c791a5e2d0423f09f027bd499935f0906e0c2a416ce712ba51ef3/asyncpg-0.31.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:54a64f91839ba59008eccf7aad2e93d6e3de688d796f35803235ea1c4898ae1e", size = 636928, upload-time = "2025-11-24T23:26:05.944Z" },
144
+ { url = "https://files.pythonhosted.org/packages/2e/fc/9e3486fb2bbe69d4a867c0b76d68542650a7ff1574ca40e84c3111bb0c6e/asyncpg-0.31.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c0e0822b1038dc7253b337b0f3f676cadc4ac31b126c5d42691c39691962e403", size = 3424067, upload-time = "2025-11-24T23:26:07.957Z" },
145
+ { url = "https://files.pythonhosted.org/packages/12/c6/8c9d076f73f07f995013c791e018a1cd5f31823c2a3187fc8581706aa00f/asyncpg-0.31.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bef056aa502ee34204c161c72ca1f3c274917596877f825968368b2c33f585f4", size = 3518156, upload-time = "2025-11-24T23:26:09.591Z" },
146
+ { url = "https://files.pythonhosted.org/packages/ae/3b/60683a0baf50fbc546499cfb53132cb6835b92b529a05f6a81471ab60d0c/asyncpg-0.31.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0bfbcc5b7ffcd9b75ab1558f00db2ae07db9c80637ad1b2469c43df79d7a5ae2", size = 3319636, upload-time = "2025-11-24T23:26:11.168Z" },
147
+ { url = "https://files.pythonhosted.org/packages/50/dc/8487df0f69bd398a61e1792b3cba0e47477f214eff085ba0efa7eac9ce87/asyncpg-0.31.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:22bc525ebbdc24d1261ecbf6f504998244d4e3be1721784b5f64664d61fbe602", size = 3472079, upload-time = "2025-11-24T23:26:13.164Z" },
148
+ { url = "https://files.pythonhosted.org/packages/13/a1/c5bbeeb8531c05c89135cb8b28575ac2fac618bcb60119ee9696c3faf71c/asyncpg-0.31.0-cp313-cp313-win32.whl", hash = "sha256:f890de5e1e4f7e14023619399a471ce4b71f5418cd67a51853b9910fdfa73696", size = 527606, upload-time = "2025-11-24T23:26:14.78Z" },
149
+ { url = "https://files.pythonhosted.org/packages/91/66/b25ccb84a246b470eb943b0107c07edcae51804912b824054b3413995a10/asyncpg-0.31.0-cp313-cp313-win_amd64.whl", hash = "sha256:dc5f2fa9916f292e5c5c8b2ac2813763bcd7f58e130055b4ad8a0531314201ab", size = 596569, upload-time = "2025-11-24T23:26:16.189Z" },
150
+ { url = "https://files.pythonhosted.org/packages/3c/36/e9450d62e84a13aea6580c83a47a437f26c7ca6fa0f0fd40b6670793ea30/asyncpg-0.31.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:f6b56b91bb0ffc328c4e3ed113136cddd9deefdf5f79ab448598b9772831df44", size = 660867, upload-time = "2025-11-24T23:26:17.631Z" },
151
+ { url = "https://files.pythonhosted.org/packages/82/4b/1d0a2b33b3102d210439338e1beea616a6122267c0df459ff0265cd5807a/asyncpg-0.31.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:334dec28cf20d7f5bb9e45b39546ddf247f8042a690bff9b9573d00086e69cb5", size = 638349, upload-time = "2025-11-24T23:26:19.689Z" },
152
+ { url = "https://files.pythonhosted.org/packages/41/aa/e7f7ac9a7974f08eff9183e392b2d62516f90412686532d27e196c0f0eeb/asyncpg-0.31.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:98cc158c53f46de7bb677fd20c417e264fc02b36d901cc2a43bd6cb0dc6dbfd2", size = 3410428, upload-time = "2025-11-24T23:26:21.275Z" },
153
+ { url = "https://files.pythonhosted.org/packages/6f/de/bf1b60de3dede5c2731e6788617a512bc0ebd9693eac297ee74086f101d7/asyncpg-0.31.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9322b563e2661a52e3cdbc93eed3be7748b289f792e0011cb2720d278b366ce2", size = 3471678, upload-time = "2025-11-24T23:26:23.627Z" },
154
+ { url = "https://files.pythonhosted.org/packages/46/78/fc3ade003e22d8bd53aaf8f75f4be48f0b460fa73738f0391b9c856a9147/asyncpg-0.31.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:19857a358fc811d82227449b7ca40afb46e75b33eb8897240c3839dd8b744218", size = 3313505, upload-time = "2025-11-24T23:26:25.235Z" },
155
+ { url = "https://files.pythonhosted.org/packages/bf/e9/73eb8a6789e927816f4705291be21f2225687bfa97321e40cd23055e903a/asyncpg-0.31.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:ba5f8886e850882ff2c2ace5732300e99193823e8107e2c53ef01c1ebfa1e85d", size = 3434744, upload-time = "2025-11-24T23:26:26.944Z" },
156
+ { url = "https://files.pythonhosted.org/packages/08/4b/f10b880534413c65c5b5862f79b8e81553a8f364e5238832ad4c0af71b7f/asyncpg-0.31.0-cp314-cp314-win32.whl", hash = "sha256:cea3a0b2a14f95834cee29432e4ddc399b95700eb1d51bbc5bfee8f31fa07b2b", size = 532251, upload-time = "2025-11-24T23:26:28.404Z" },
157
+ { url = "https://files.pythonhosted.org/packages/d3/2d/7aa40750b7a19efa5d66e67fc06008ca0f27ba1bd082e457ad82f59aba49/asyncpg-0.31.0-cp314-cp314-win_amd64.whl", hash = "sha256:04d19392716af6b029411a0264d92093b6e5e8285ae97a39957b9a9c14ea72be", size = 604901, upload-time = "2025-11-24T23:26:30.34Z" },
158
+ { url = "https://files.pythonhosted.org/packages/ce/fe/b9dfe349b83b9dee28cc42360d2c86b2cdce4cb551a2c2d27e156bcac84d/asyncpg-0.31.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:bdb957706da132e982cc6856bb2f7b740603472b54c3ebc77fe60ea3e57e1bd2", size = 702280, upload-time = "2025-11-24T23:26:32Z" },
159
+ { url = "https://files.pythonhosted.org/packages/6a/81/e6be6e37e560bd91e6c23ea8a6138a04fd057b08cf63d3c5055c98e81c1d/asyncpg-0.31.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6d11b198111a72f47154fa03b85799f9be63701e068b43f84ac25da0bda9cb31", size = 682931, upload-time = "2025-11-24T23:26:33.572Z" },
160
+ { url = "https://files.pythonhosted.org/packages/a6/45/6009040da85a1648dd5bc75b3b0a062081c483e75a1a29041ae63a0bf0dc/asyncpg-0.31.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:18c83b03bc0d1b23e6230f5bf8d4f217dc9bc08644ce0502a9d91dc9e634a9c7", size = 3581608, upload-time = "2025-11-24T23:26:35.638Z" },
161
+ { url = "https://files.pythonhosted.org/packages/7e/06/2e3d4d7608b0b2b3adbee0d0bd6a2d29ca0fc4d8a78f8277df04e2d1fd7b/asyncpg-0.31.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e009abc333464ff18b8f6fd146addffd9aaf63e79aa3bb40ab7a4c332d0c5e9e", size = 3498738, upload-time = "2025-11-24T23:26:37.275Z" },
162
+ { url = "https://files.pythonhosted.org/packages/7d/aa/7d75ede780033141c51d83577ea23236ba7d3a23593929b32b49db8ed36e/asyncpg-0.31.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:3b1fbcb0e396a5ca435a8826a87e5c2c2cc0c8c68eb6fadf82168056b0e53a8c", size = 3401026, upload-time = "2025-11-24T23:26:39.423Z" },
163
+ { url = "https://files.pythonhosted.org/packages/ba/7a/15e37d45e7f7c94facc1e9148c0e455e8f33c08f0b8a0b1deb2c5171771b/asyncpg-0.31.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:8df714dba348efcc162d2adf02d213e5fab1bd9f557e1305633e851a61814a7a", size = 3429426, upload-time = "2025-11-24T23:26:41.032Z" },
164
+ { url = "https://files.pythonhosted.org/packages/13/d5/71437c5f6ae5f307828710efbe62163974e71237d5d46ebd2869ea052d10/asyncpg-0.31.0-cp314-cp314t-win32.whl", hash = "sha256:1b41f1afb1033f2b44f3234993b15096ddc9cd71b21a42dbd87fc6a57b43d65d", size = 614495, upload-time = "2025-11-24T23:26:42.659Z" },
165
+ { url = "https://files.pythonhosted.org/packages/3c/d7/8fb3044eaef08a310acfe23dae9a8e2e07d305edc29a53497e52bc76eca7/asyncpg-0.31.0-cp314-cp314t-win_amd64.whl", hash = "sha256:bd4107bb7cdd0e9e65fae66a62afd3a249663b844fa34d479f6d5b3bef9c04c3", size = 706062, upload-time = "2025-11-24T23:26:44.086Z" },
151
166
  ]
152
167
 
153
168
  [[package]]
@@ -161,15 +176,15 @@ wheels = [
161
176
 
162
177
  [[package]]
163
178
  name = "beautifulsoup4"
164
- version = "4.14.2"
179
+ version = "4.14.3"
165
180
  source = { registry = "https://pypi.org/simple" }
166
181
  dependencies = [
167
182
  { name = "soupsieve" },
168
183
  { name = "typing-extensions" },
169
184
  ]
170
- sdist = { url = "https://files.pythonhosted.org/packages/77/e9/df2358efd7659577435e2177bfa69cba6c33216681af51a707193dec162a/beautifulsoup4-4.14.2.tar.gz", hash = "sha256:2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e", size = 625822, upload-time = "2025-09-29T10:05:42.613Z" }
185
+ sdist = { url = "https://files.pythonhosted.org/packages/c3/b0/1c6a16426d389813b48d95e26898aff79abbde42ad353958ad95cc8c9b21/beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86", size = 627737, upload-time = "2025-11-30T15:08:26.084Z" }
171
186
  wheels = [
172
- { url = "https://files.pythonhosted.org/packages/94/fe/3aed5d0be4d404d12d36ab97e2f1791424d9ca39c2f754a6285d59a3b01d/beautifulsoup4-4.14.2-py3-none-any.whl", hash = "sha256:5ef6fa3a8cbece8488d66985560f97ed091e22bbc4e9c2338508a9d5de6d4515", size = 106392, upload-time = "2025-09-29T10:05:43.771Z" },
187
+ { url = "https://files.pythonhosted.org/packages/1a/39/47f9197bdd44df24d67ac8893641e16f386c984a0619ef2ee4c51fbbc019/beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb", size = 107721, upload-time = "2025-11-30T15:08:24.087Z" },
173
188
  ]
174
189
 
175
190
  [package.optional-dependencies]
@@ -691,7 +706,7 @@ toml = [
691
706
 
692
707
  [[package]]
693
708
  name = "crawlee"
694
- version = "1.1.1b8"
709
+ version = "1.1.1b10"
695
710
  source = { editable = "." }
696
711
  dependencies = [
697
712
  { name = "cachetools" },
@@ -1470,57 +1485,57 @@ wheels = [
1470
1485
 
1471
1486
  [[package]]
1472
1487
  name = "impit"
1473
- version = "0.9.2"
1474
- source = { registry = "https://pypi.org/simple" }
1475
- sdist = { url = "https://files.pythonhosted.org/packages/2b/79/16ec2c3196203903e22fe0ef5f393050cb96d8df1ae7a2bfff32d8bab806/impit-0.9.2.tar.gz", hash = "sha256:44a5c53cd3249db9a74837a41ca7f4eae4e25abc5f499a8538f32c17054d607f", size = 120812, upload-time = "2025-11-13T12:38:38.157Z" }
1476
- wheels = [
1477
- { url = "https://files.pythonhosted.org/packages/8e/b3/58d8061c7542f728338ae8a06006be258762ee09b430dd5009e20f4049e3/impit-0.9.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:6cc02125368b3096231f706e8d3d55388efa7e1c6390c9d97f192feb7194d3de", size = 3991225, upload-time = "2025-11-13T12:37:03.364Z" },
1478
- { url = "https://files.pythonhosted.org/packages/8c/4e/4e5ce29723689c17dd25df8e1fb20e82cf2ac74abafb24d6ac59b9e3745c/impit-0.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:82f255cb52e143b46a8cf170ee8e36f69ee7c06841a5b3cff0098a9eb3d1b447", size = 3835190, upload-time = "2025-11-13T12:37:06.341Z" },
1479
- { url = "https://files.pythonhosted.org/packages/95/c1/4b6fa3f2f70c3b9f4f5b46e321897cbce97f1f83f52f68ccc1c1b71aae3c/impit-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca3afe72f18e2b69736ccf70f7c23cd5f64e34cb56c935290f0557a43e17114f", size = 6246777, upload-time = "2025-11-13T12:37:08.557Z" },
1480
- { url = "https://files.pythonhosted.org/packages/f3/a2/4e8e330f8f745c711bc3fa24c18d79dc96279b6337d00012bd15d56db964/impit-0.9.2-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:83d1ae19b7713f5a9d7efc3fcfc09ab2a931a0baaebcd77fd4f861fa5fd059ab", size = 6290080, upload-time = "2025-11-13T12:37:10.463Z" },
1481
- { url = "https://files.pythonhosted.org/packages/23/09/ced53edc1fb7dfd4ef373e7c27766ea2953c3374fe4bf3b6a9491af491c3/impit-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:a5dd8d4ce288fa8570063f528e84480a2377ae77ed9449ac3b44f2c386b3e342", size = 6676765, upload-time = "2025-11-13T12:37:12.78Z" },
1482
- { url = "https://files.pythonhosted.org/packages/ea/2b/499ddf98bc0e9e3ff371a588bcb1c68f4b467d4f1a08e59efbf71a8b9d96/impit-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5c8011b6a4bb0537c02257d0db3123c242b72ec12f13e545170f06fff7e031e0", size = 6471542, upload-time = "2025-11-13T12:37:14.449Z" },
1483
- { url = "https://files.pythonhosted.org/packages/f7/3b/014755f9a71eaff4ffc4891c3e4e8815809fd09ca38794c1a60511137b61/impit-0.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:c686347e6cfb6e6e70d8e4e28bfcc1210bbab2c56dc18a80d1eaa7052a17621e", size = 4028641, upload-time = "2025-11-13T12:37:16.208Z" },
1484
- { url = "https://files.pythonhosted.org/packages/c2/31/e81d27ff639d56ec3a64f0d0607752a8d1b6c1cfdaebb1649c6871fecc3a/impit-0.9.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:8d7bd73f13f763a85ad1742492a0fc6774aaaa6faebab626beebaead3c904aca", size = 3991142, upload-time = "2025-11-13T12:37:18.384Z" },
1485
- { url = "https://files.pythonhosted.org/packages/10/6f/b3fcb749abce066aac475e53a1cdc88901592192bf9064cf7175831c5cb8/impit-0.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:885a90e428904a6220ab2931ede244c331703b868e9373f7281c5c971f38b3c1", size = 3835419, upload-time = "2025-11-13T12:37:20.138Z" },
1486
- { url = "https://files.pythonhosted.org/packages/6f/2c/5602053d5801cc266033548dc0379e33e90b682eb9af4cebff334fbbdae4/impit-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ad0addce9aff32201759855eccf8a388194303d01798278a5f35d2aab5019ea", size = 6246908, upload-time = "2025-11-13T12:37:22.387Z" },
1487
- { url = "https://files.pythonhosted.org/packages/ba/64/e80318c0764dd04c23c6d10a02fc5d6bd18fc94690df7875e72f2a5da963/impit-0.9.2-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:a83bbfc9eae1715ba996f20529bbb3932ad6a240e4e851e2f6b99498c07aa06d", size = 6290352, upload-time = "2025-11-13T12:37:24.871Z" },
1488
- { url = "https://files.pythonhosted.org/packages/c3/25/0d9a1e77f3d1e85bd4a3449a85708b0ae078f17520997f144467c0e65e29/impit-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:873910774a5d79d61fbfa16e11331814e15a8f3f28cf064bb960fe68bcf3259c", size = 6676670, upload-time = "2025-11-13T12:37:26.699Z" },
1489
- { url = "https://files.pythonhosted.org/packages/7c/c1/d1153569c688bf9f15c0af31d9b65993cc4fa10bd40348c2086744f809e2/impit-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:57555c709181872f0130f633a46b2ccaffb7a2e523e528520435d7be3a5a5f74", size = 6471926, upload-time = "2025-11-13T12:37:28.52Z" },
1490
- { url = "https://files.pythonhosted.org/packages/dc/de/69216be23ed129937454fb3c217cd9b337773894cffe8fa4f9e1aab0ab12/impit-0.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:eec68e07ef922076839c8521f495bf725d308c4a8d7640a2537a3f0c3c4e5acb", size = 4028630, upload-time = "2025-11-13T12:37:30.374Z" },
1491
- { url = "https://files.pythonhosted.org/packages/64/c2/567157ee1b23e080b4366cd7c6e5c107866c29d99c8059261223f1e14d13/impit-0.9.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:722659d06986f37a22798c0168d1033418b348d911ff89d7743568d447e0a09c", size = 3991115, upload-time = "2025-11-13T12:37:31.98Z" },
1492
- { url = "https://files.pythonhosted.org/packages/a0/67/d6d4385cbcaf3a570cd2f6d0059b26191323e85e099f3bccd989348b5653/impit-0.9.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4ce350668b1ab00a7cf480f80b907d74c2ab1246d9d2e0d97a4d7fffbf5c6d1f", size = 3835124, upload-time = "2025-11-13T12:37:33.668Z" },
1493
- { url = "https://files.pythonhosted.org/packages/c2/77/0ddcb658dc98ca3a47bed57b592d0c63cd28fb20c54270f3a148dda48659/impit-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1649a5577e103d687afdc53823cdcf07bc20515b63edd0ac9f9efb52ada3f636", size = 6246122, upload-time = "2025-11-13T12:37:35.443Z" },
1494
- { url = "https://files.pythonhosted.org/packages/d6/9c/73fb88e17c8711426466f03d66f431a416a34a85ab72a035f3157938177c/impit-0.9.2-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:3fb44214f0af2ea063698d98204948cfb07436e6e34df66a34773e42cccbc3e5", size = 6287475, upload-time = "2025-11-13T12:37:38.738Z" },
1495
- { url = "https://files.pythonhosted.org/packages/65/74/a1f9e9a051333b7fd86e653524e8a291bf606ddf99a9247c987dbe83a1f8/impit-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:f0b7b2a591c1be10175a05964f38cb38e4dde16efaf06f9950a8cdf5a6ae0e90", size = 6675306, upload-time = "2025-11-13T12:37:40.661Z" },
1496
- { url = "https://files.pythonhosted.org/packages/1d/99/19333801b74f9ef441c2f964d3c92ab5c0bfd60c3820df7cbb9b794561b9/impit-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7eaa56e723a7991f576295015597acf840b4a463735bf33020be343d259d5102", size = 6469715, upload-time = "2025-11-13T12:37:42.399Z" },
1497
- { url = "https://files.pythonhosted.org/packages/b7/96/f326192bd7f797d39be5015cb94826e2e07f7bc167b67972c528a267a229/impit-0.9.2-cp312-cp312-win_amd64.whl", hash = "sha256:1b6135588ecece9d3fb5f619c9046d91d02f57eaec7af1e6b9a82f24f1d0312c", size = 4027522, upload-time = "2025-11-13T12:37:44.294Z" },
1498
- { url = "https://files.pythonhosted.org/packages/02/05/cd1becaeb829683e11b6b3dbaf596d23382c4cf7a619997576cb56f431bb/impit-0.9.2-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:93cd5a86590f5ff39e5b89e2a3cd1b8221f561b3550b5f1c3f323453030c5a2c", size = 3991297, upload-time = "2025-11-13T12:37:46.063Z" },
1499
- { url = "https://files.pythonhosted.org/packages/7f/be/260f2438e9484fbcb0fc406dce6495ca902eae0e7cebd3843931aa329a8d/impit-0.9.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cbd3ab4d96c3f61021013e260a823002fb6dafd0e22bdef1233fe0eedf032dab", size = 3834782, upload-time = "2025-11-13T12:37:48.198Z" },
1500
- { url = "https://files.pythonhosted.org/packages/3d/b0/3a2ac701f582b522400db6c9d68710a110d2f540432b759c90db5311329f/impit-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81a5cf718955d212c0deabae955ff4d2fc7f83fe16260e038ca9e81eac9422f9", size = 6246003, upload-time = "2025-11-13T12:37:50.098Z" },
1501
- { url = "https://files.pythonhosted.org/packages/30/9f/0115e6c77f5e286d9c82064fcb328a2f33659f5dd2c7b6e23dfbe1dbce5d/impit-0.9.2-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:0adb4b93e8e4a16e6908e4029ef288e8fe0cfb7301c02214e42a4db738382403", size = 6287240, upload-time = "2025-11-13T12:37:52.468Z" },
1502
- { url = "https://files.pythonhosted.org/packages/2f/9c/497f79b53446d26e1b34b6ed3a4df4b54eee109bea66a31f10e6d302ec98/impit-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f432f68f38c9518d3e1201537f50293ea0885b547865f923650a0153f457f98e", size = 6674987, upload-time = "2025-11-13T12:37:54.384Z" },
1503
- { url = "https://files.pythonhosted.org/packages/e9/54/7820093ce4dc8f2ad53835a72923d4f4feef9908f9f416bf753d0a2234b9/impit-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9f7a950096f1f86d1c151c7e4ccae164022842f231e6417a2c2ee9f171441a83", size = 6469660, upload-time = "2025-11-13T12:37:56.657Z" },
1504
- { url = "https://files.pythonhosted.org/packages/e3/29/2ca410ab64ffaefb021628890e86adde2debe1068a76e8c4decb8ebbc980/impit-0.9.2-cp313-cp313-win_amd64.whl", hash = "sha256:c34c8cf74e6d5159dbb15bda60549c8a4e4032ab711cb87ec41b750c669f6d97", size = 4027360, upload-time = "2025-11-13T12:37:58.381Z" },
1505
- { url = "https://files.pythonhosted.org/packages/53/97/7c2ab66cae45cdffaf6b7f8450e6306e9281dc406f9123048387f164eedb/impit-0.9.2-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:00ceef344fd68f466e509aba2933a9022072b9abcc1bd5498a47632821704a9a", size = 3991810, upload-time = "2025-11-13T12:38:00.056Z" },
1506
- { url = "https://files.pythonhosted.org/packages/10/30/c32a0f2eaa9896750061f99a6a5793cfd9e84a5eefdaab3aef234eaa3676/impit-0.9.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:ede6d58d5e7014f77b58812ec9f9438666af412c7eb61e703e7389d682318e56", size = 3834402, upload-time = "2025-11-13T12:38:01.815Z" },
1507
- { url = "https://files.pythonhosted.org/packages/f1/67/99acdb7cd53b0a15290274eeccb2eda160228136f8da7bc1f95ee1d39b5c/impit-0.9.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:767e29edf4ac3daecf44df1b02aabcc1f2b0da829e2726f3e8321857b342e950", size = 6247126, upload-time = "2025-11-13T12:38:03.595Z" },
1508
- { url = "https://files.pythonhosted.org/packages/28/4c/df190f78a2cbf9de19189995a27b4fe52bb4abc6373c82c0df430c28d929/impit-0.9.2-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:0a8598d82d0016eebe59682daf9cf8e269da07430f0f5bd8d695a9a7de9cfeb2", size = 6287948, upload-time = "2025-11-13T12:38:05.416Z" },
1509
- { url = "https://files.pythonhosted.org/packages/3e/a0/30d9465c9e3c186af932d4052ac230659e0ffde8a53e1d0d6c3fe83531d5/impit-0.9.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:094ce3cf6459a1b3320a939f277e907d65cb7bdc2d528892c2b5fcba9d4de581", size = 6675277, upload-time = "2025-11-13T12:38:07.242Z" },
1510
- { url = "https://files.pythonhosted.org/packages/45/ac/38f51a562c1825405570619fc9bc0c42c1fe60d5f6daffd49e081862caaf/impit-0.9.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4c715ea3f8a9c22be9979eb31b04af4a3547ae4e462a0274ab72adcf40759b57", size = 6471865, upload-time = "2025-11-13T12:38:09.133Z" },
1511
- { url = "https://files.pythonhosted.org/packages/b6/dd/351b13f4befb9fe617548d1db2dd68e557b98b6078c205a80e0ab20ace6b/impit-0.9.2-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:2f93c8b57ca158f28fdcdb7f0078ef8f8168ac3bc7f4c41e3fe9bd4bc71ec6ce", size = 3991453, upload-time = "2025-11-13T12:38:10.892Z" },
1512
- { url = "https://files.pythonhosted.org/packages/c5/b1/141c68d7841d971d57fdf2ed343c93fe9215f2c302211be4ee2c0a549f56/impit-0.9.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:cf34fa668826dce78500463a1a4bdeb546e9d1ef47e54a4316ae45b4a8d53c48", size = 3835043, upload-time = "2025-11-13T12:38:12.577Z" },
1513
- { url = "https://files.pythonhosted.org/packages/14/0e/fc6d590e0dde4b9a209ef341ec31e5fc3543b5aa0d42ac2fedeccfa6d7ec/impit-0.9.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e46a7db3deef50af2be076f27132265f990cc28c0bddb1dfd96d635dd8be0ec6", size = 6246422, upload-time = "2025-11-13T12:38:14.217Z" },
1514
- { url = "https://files.pythonhosted.org/packages/72/0b/1dea47dd3854a33db18c4ae1351873ce9ca129da44dfe274a183b6cf86b9/impit-0.9.2-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:ddb75d8cba25d78425fb6bcf221b85f3157c30c0f64f09edad793931088d26ca", size = 6287592, upload-time = "2025-11-13T12:38:16.758Z" },
1515
- { url = "https://files.pythonhosted.org/packages/ef/76/9482825de5df8e715da619f41df66fa8d686bd16d32ef412b54192b76a50/impit-0.9.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:82859a03559a099bf84483a9dde7ea5948e755b3c17c7f59ab14a1f0583da1d1", size = 6674917, upload-time = "2025-11-13T12:38:18.597Z" },
1516
- { url = "https://files.pythonhosted.org/packages/6d/16/76d8c11a2b7334e555c4648ad2e396b4775c15e32690d2895569e8f93f80/impit-0.9.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:54ecf7b354a1b13ca443c79eafa639974f7c7a18605ab60dffe3766f7f8c79b6", size = 6470741, upload-time = "2025-11-13T12:38:20.518Z" },
1517
- { url = "https://files.pythonhosted.org/packages/a7/50/635ba7e2c30181a70be2cb8008e639e61412bd41b4a6f59f816a43daf641/impit-0.9.2-cp314-cp314-win_amd64.whl", hash = "sha256:19141cbacce57f21e18080ace46a93bd1d001d9daa2d76af7b2b8cea86dd4ab4", size = 4027679, upload-time = "2025-11-13T12:38:24.42Z" },
1518
- { url = "https://files.pythonhosted.org/packages/98/30/aa428f474d8aba8e7dcbb4ab8576cad680492668033f7d3fd755d852c5b2/impit-0.9.2-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:4e2641302397aed662a2196f00dda1c27f593608fee7694b2897a0d682acc96a", size = 3991936, upload-time = "2025-11-13T12:38:27.246Z" },
1519
- { url = "https://files.pythonhosted.org/packages/02/ac/076981c58a99c0428be636730bd38eb651d8dcc59c2be162aceeee34f0b7/impit-0.9.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:f199d9e6565bfece4baa36c59af81047363ea57b64fe2fad6a8b7edb89409d8f", size = 3835028, upload-time = "2025-11-13T12:38:28.889Z" },
1520
- { url = "https://files.pythonhosted.org/packages/51/a9/ed39228cd90bd85cdac2caa10e3d8578fa6c35912dad7daf4f6229b06883/impit-0.9.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3955c20375f4fc139e778f2f2b66cfa8107e3db94ce8c228604e0ddc6bf4058b", size = 6247214, upload-time = "2025-11-13T12:38:31.077Z" },
1521
- { url = "https://files.pythonhosted.org/packages/09/31/dbedba5fe47223d952b07fc290e7d4ce5f4862d2ba02758193ffb208c2c6/impit-0.9.2-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:2078cfab35c4b1da00b94c88a5cf5ecb3cb5cdc920cbfa9fa5316d6898b6fd80", size = 6287482, upload-time = "2025-11-13T12:38:32.922Z" },
1522
- { url = "https://files.pythonhosted.org/packages/55/b1/f258fa57a09d375ba6a68c59f4e5a472014793e7b161bc09155fdbca4718/impit-0.9.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:6031a0701b59972ab8c391fd077ce25f74834a05902d5af910c4002c0e99b7dc", size = 6674670, upload-time = "2025-11-13T12:38:34.755Z" },
1523
- { url = "https://files.pythonhosted.org/packages/42/bc/82c2ca9f9d0136c35e277d704386bf2245ae86fe404a49160782dfc826f3/impit-0.9.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:98150759dd9fdb4805175292c67e3dfb03da0352de21c398857582f6cb93984d", size = 6472170, upload-time = "2025-11-13T12:38:36.481Z" },
1488
+ version = "0.9.3"
1489
+ source = { registry = "https://pypi.org/simple" }
1490
+ sdist = { url = "https://files.pythonhosted.org/packages/21/90/3a532e477ad99f85d3a3eff909b83e6e74c895b4618771b6017a70955719/impit-0.9.3.tar.gz", hash = "sha256:09ce214caf91b2bede23babc9101ab2277623ab1c9cabe4c117ce3eb012e8b38", size = 127799, upload-time = "2025-11-26T16:06:45.691Z" }
1491
+ wheels = [
1492
+ { url = "https://files.pythonhosted.org/packages/c6/26/fbc4129d777ed6dfa77c991fd4cb371c3fe6bbd15587e641009a02543f5c/impit-0.9.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:70b283365eacccfb7b38d2d24262b3ad8a770db13de1ad926c7678b259c9e31a", size = 3995602, upload-time = "2025-11-26T16:05:21.368Z" },
1493
+ { url = "https://files.pythonhosted.org/packages/56/84/24f8490c3be1aae5295318aa0d5426c870e62ca91b9fa550a3fce82451cd/impit-0.9.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0d4a41551a6bae3c3b70e55714e3de4b3f6075f59b9fc52dcb28d00cf1eab045", size = 3838765, upload-time = "2025-11-26T16:05:23.028Z" },
1494
+ { url = "https://files.pythonhosted.org/packages/da/47/8c4e63779b1de139247ba22b4c87b442bb010a321dc0425289db0fa56337/impit-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba989879936491a907bf71709fa5f6b273f90f9920d825a46a0a3251eefd3fae", size = 6251453, upload-time = "2025-11-26T16:05:24.783Z" },
1495
+ { url = "https://files.pythonhosted.org/packages/4d/d3/60f4a2a71bb16045dd2f68ff9a2fefbcfc1ce28b11d6100bea1928bac3da/impit-0.9.3-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:4f6a66c68fe65ee91033c3a7c898437229568a9b9f69b48d33c752c7ec9b27f4", size = 6293901, upload-time = "2025-11-26T16:05:26.937Z" },
1496
+ { url = "https://files.pythonhosted.org/packages/98/59/40265d1e076f8f51e0e7814926186aab8fac91a99869961a4364cb30091e/impit-0.9.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:002db7d6502188ff01fd7c0730ebeceaebd4b5e97e316b8a127ee7dfbe4a03ff", size = 6680904, upload-time = "2025-11-26T16:05:28.982Z" },
1497
+ { url = "https://files.pythonhosted.org/packages/9f/62/0e3b7cfbf573355473f555642f7293c60263852ebad7c9d6a9b6813c4af6/impit-0.9.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:aefa9f506913135ad293701cce3c85e5690be5fe4989fed1b79540702d28054e", size = 6476189, upload-time = "2025-11-26T16:05:31.097Z" },
1498
+ { url = "https://files.pythonhosted.org/packages/a9/25/4a09c2a9887fab1ab267d3d29ed86940f7f20287fea37b52717d747032ad/impit-0.9.3-cp310-cp310-win_amd64.whl", hash = "sha256:7222fdfc2f6d56ce90012aab2aa763c362c995c339ae316d658e4927ec993763", size = 4032342, upload-time = "2025-11-26T16:05:32.938Z" },
1499
+ { url = "https://files.pythonhosted.org/packages/2b/c9/038ce257b4c3a4cbef0a9f98eb226c10cc403a0d23566723b89330acefb5/impit-0.9.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d5da115887102985231787a27715e4c6f1fea4e5cca81cd320aff5b0a4c07d9e", size = 3995745, upload-time = "2025-11-26T16:05:34.629Z" },
1500
+ { url = "https://files.pythonhosted.org/packages/3b/03/4d9f8ed0625b9dc4a9593058ded7748de968881f77d8870882a552abda97/impit-0.9.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d2229607a7010c7318dcc8e3efa410ee65147a4e8ea6881e0603efcbc31c73b7", size = 3839085, upload-time = "2025-11-26T16:05:36.653Z" },
1501
+ { url = "https://files.pythonhosted.org/packages/68/4d/6893387520f950fa156f9009f8e4349a2fd1cdf0d354d6384a5dc45a13fc/impit-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72caaf74f809911ae98f19d90e9a8c17e8fee08e8f5055bd39eb5c7482a0b91b", size = 6251275, upload-time = "2025-11-26T16:05:38.459Z" },
1502
+ { url = "https://files.pythonhosted.org/packages/06/28/635613364f37518dfb2fbcbaf834dd9aa8587122a42069b84cfb7539840d/impit-0.9.3-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:cacde67cbd34379c0b631a98d6424f375e3072aea2c8cc51774240447edc3672", size = 6293959, upload-time = "2025-11-26T16:05:40.484Z" },
1503
+ { url = "https://files.pythonhosted.org/packages/a5/00/37eedba207b43b24ea09c0238abfb2b03990db126d371e54d778e1de1183/impit-0.9.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:51c9a727af8ce35bcff647b512610d01b6e3058f72da40705274df828bba93ef", size = 6680892, upload-time = "2025-11-26T16:05:42.126Z" },
1504
+ { url = "https://files.pythonhosted.org/packages/1f/65/e5549fef4daa0f5787eef3ecd22208a745dc9f87252dd8872420a1608026/impit-0.9.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:36719bf526f52b5c54f550808070ecc9c4adbaac93c3bcc1e81fd4bd5b8d5456", size = 6475959, upload-time = "2025-11-26T16:05:44.864Z" },
1505
+ { url = "https://files.pythonhosted.org/packages/ff/eb/cfcf181bd506c69d1677186109698d0c905ab510eee483dd70c1aa144898/impit-0.9.3-cp311-cp311-win_amd64.whl", hash = "sha256:c984f0ce9b6a903b30d5a7f8e44024d4cfc120509287d8df728efc2777aa24ba", size = 4031916, upload-time = "2025-11-26T16:05:46.464Z" },
1506
+ { url = "https://files.pythonhosted.org/packages/70/43/5215044e1aa0b976829e557c3c2c2c0c082f0980d346a25e8e5141fd991f/impit-0.9.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:bc4fd905537437020b888be3cb7cbe4596d9068608b98f5aa0b4c53352ab69a5", size = 3995655, upload-time = "2025-11-26T16:05:48.049Z" },
1507
+ { url = "https://files.pythonhosted.org/packages/d5/d3/6ef755b6965247b42e32a90617b70496de9d35e2059972965eb171d31829/impit-0.9.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e6bb918255087a96f4237c3b9e5a89f33f624a17fa6020b5e5033e4e84c0d3d5", size = 3837198, upload-time = "2025-11-26T16:05:50.005Z" },
1508
+ { url = "https://files.pythonhosted.org/packages/48/bb/13d89706dbafe64052c255e43bbfb208c1d17ec5372ac77511d5b8cd41e4/impit-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b194599f5a9030535ff3c706effe2060158472904494d1fe0186919eff24a0b6", size = 6250265, upload-time = "2025-11-26T16:05:51.542Z" },
1509
+ { url = "https://files.pythonhosted.org/packages/a6/e8/226524804efe3b47e02e013793bfb01223e31800e9c4e6b3a3afe356eb54/impit-0.9.3-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:876de3df3ea5f3ffae02bbd1ad050c1af2ff869e740064cd4b9f9e1cfc55eaed", size = 6291534, upload-time = "2025-11-26T16:05:53.558Z" },
1510
+ { url = "https://files.pythonhosted.org/packages/8e/71/a940ceb3c7a9244d085b4bfae800f10bb1a17c9ff1faa726c34e5e81cb1f/impit-0.9.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8a5a147ce7ee02c0be77fd5eee92f7667e9b552313907f4d7b2d98e51c8fb8b0", size = 6679691, upload-time = "2025-11-26T16:05:55.594Z" },
1511
+ { url = "https://files.pythonhosted.org/packages/34/2b/79f89b76ad5826be40a8e1b014e6279fc37e687d4fa52d59300d878be640/impit-0.9.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6f485f658ffff83912b825968eea790d33cf969007a94e185eacada9ce3eb99b", size = 6474577, upload-time = "2025-11-26T16:05:57.561Z" },
1512
+ { url = "https://files.pythonhosted.org/packages/56/bf/d46eaeb7fdc6bb6e8f097e6503dbc73c87b62de130a1d1a14b69f77aca59/impit-0.9.3-cp312-cp312-win_amd64.whl", hash = "sha256:f086b3ec2eb866be2a6cdf20abf095224663888ed1667f97ac90066bb260fb56", size = 4030853, upload-time = "2025-11-26T16:05:59.282Z" },
1513
+ { url = "https://files.pythonhosted.org/packages/a8/50/232509b594e6f0a8761fc8636991318990bf36d86d3e7cef95c9c4625878/impit-0.9.3-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:66f7e1be944d4f0497e13557ca0e88bf0155764fda9be55020150902449c2784", size = 3995679, upload-time = "2025-11-26T16:06:01.085Z" },
1514
+ { url = "https://files.pythonhosted.org/packages/d6/8b/c57f11375e0bb33fcb4c4f32fe2f8cab15867059a0d586b986248a99adb3/impit-0.9.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:8a49e1995ce1bd4f0519e0615a20cbb74d56ace283063cd3a5e39dfd48cc9325", size = 3837741, upload-time = "2025-11-26T16:06:03.072Z" },
1515
+ { url = "https://files.pythonhosted.org/packages/1e/75/2857716cbdfc6cec8dc6f5ef6ec05316767cbe30f27e4dcdd6fd5f50afbb/impit-0.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9a7b05d7c1a91b256e7e628405b0b9542668ca63d0c9dad88414d8c905c56521", size = 6250416, upload-time = "2025-11-26T16:06:04.734Z" },
1516
+ { url = "https://files.pythonhosted.org/packages/68/c9/8b2dabd50434b93a2be7e5ffe5476aaed3cfc2d9d8af8b731349149984d1/impit-0.9.3-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:5722aa8e55056984dc9ded8c6a8ab5805e744adbaa34bcc3d9621b98b87d9664", size = 6291089, upload-time = "2025-11-26T16:06:06.438Z" },
1517
+ { url = "https://files.pythonhosted.org/packages/0d/7f/114570045c614ad84720b9210d9d8019c64072c8162db636d2019f73c612/impit-0.9.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1c80f08286e399cbbe23396b4d825e86a9c61fe3283cec9670bc71dc0f08a81b", size = 6679904, upload-time = "2025-11-26T16:06:08.116Z" },
1518
+ { url = "https://files.pythonhosted.org/packages/79/cf/34734215b279029365a32ef3d75c83daa579c02e089da9ceff36a8edb1c9/impit-0.9.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:08a8a92f56f3ef8956b27f981221413749c22859d0da79448ab86c4a119bc19b", size = 6474808, upload-time = "2025-11-26T16:06:09.856Z" },
1519
+ { url = "https://files.pythonhosted.org/packages/c7/23/6f55fc213d9976dff03bcdc2da8c47c3dde363d8231b2750d27991be48e5/impit-0.9.3-cp313-cp313-win_amd64.whl", hash = "sha256:d35ad8c630cc5a4de0b0b3315e76b5e445ec5af5361e990e0758244eeb709ee0", size = 4031012, upload-time = "2025-11-26T16:06:11.486Z" },
1520
+ { url = "https://files.pythonhosted.org/packages/92/ce/e7a95984c920fbabacd2e7774c3d7730ca1ec0576c90f8f69234367f1387/impit-0.9.3-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:ca877bf6b4f180a7f086b8e56772b0cef31e7d63005f5b3884afa58fca270cc6", size = 3996280, upload-time = "2025-11-26T16:06:13.117Z" },
1521
+ { url = "https://files.pythonhosted.org/packages/6b/03/fd99e0b7a29589119e6ffcc41f4b2fd8ec3bdcd296fc832e6f7a581baa5c/impit-0.9.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:385eb7132266c7e84bb43a130459b5274d0eeed3f8c50a07a300ef453ad863e3", size = 3838732, upload-time = "2025-11-26T16:06:14.869Z" },
1522
+ { url = "https://files.pythonhosted.org/packages/e7/38/1f04b98c249d396928798020219cf413396adef4a366ba71888150d34f58/impit-0.9.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6361ffdc0c121b86d48578f007935fdd99663a08d7a59422dbd782b5a60e8028", size = 6251602, upload-time = "2025-11-26T16:06:16.549Z" },
1523
+ { url = "https://files.pythonhosted.org/packages/38/5f/52ab85171725a937a13bf2167ab4c2e8ff4a0f03858ed09e244cb62fa804/impit-0.9.3-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:71b002596349dd726529658244e2ff09d3168085dfe1ac44a1206fb10af7b9cb", size = 6291733, upload-time = "2025-11-26T16:06:18.075Z" },
1524
+ { url = "https://files.pythonhosted.org/packages/74/38/d4ade47bb236a7f6a41a309798171dbb59fece346414449311051731c2f1/impit-0.9.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:0ca675706174b0b6927a60406cab13f2f381b2c5429956568eb4da7f91943570", size = 6679556, upload-time = "2025-11-26T16:06:20.204Z" },
1525
+ { url = "https://files.pythonhosted.org/packages/8b/2d/573d5c16531410940945b0157bc256a6ee413e5f8ee0aa1de574ccb51aac/impit-0.9.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ff1c93640c2e64b07efc1450ce168b1aade889a898814d70166e271b0c649ba5", size = 6476272, upload-time = "2025-11-26T16:06:22.06Z" },
1526
+ { url = "https://files.pythonhosted.org/packages/58/40/8d1984107316370454714906073422edfd4008ac0f1d879bf2c4db30d7ed/impit-0.9.3-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:81f3df8312fe9e70149355cee5cee77003e3c8e57db839fe250b497e0f4fff9b", size = 3995884, upload-time = "2025-11-26T16:06:23.733Z" },
1527
+ { url = "https://files.pythonhosted.org/packages/b2/41/d32f732b32f130a47d31afb0acc03bb1f23987a6527e88b1755fa537d235/impit-0.9.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3df7894d4fc8ebf239fc891a71226b45c6df3b602c51aa58dbfb95ddfe6ff739", size = 3838513, upload-time = "2025-11-26T16:06:25.517Z" },
1528
+ { url = "https://files.pythonhosted.org/packages/8a/ed/4490a880eb88f305b09c4b86fa2ac16f4c7473b1640e560b173f82281834/impit-0.9.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92f264c035cbbda56e3378aa54c5ac9d68acd011d95d6737edcbe441c2c101ac", size = 6250826, upload-time = "2025-11-26T16:06:27.068Z" },
1529
+ { url = "https://files.pythonhosted.org/packages/e6/f4/c1951f15f0ea49d2b4eb2886582f81cec1c7b123a6b224446813811e06b7/impit-0.9.3-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:1cd6135b92990b9a84b85552ee5337ea1269a24f1fb565bf42e9f5d4b468970c", size = 6291265, upload-time = "2025-11-26T16:06:28.932Z" },
1530
+ { url = "https://files.pythonhosted.org/packages/80/f0/7c33e3b07ca3299e862465e86cdef044bdee67abc896d71b8bc6a6c906bb/impit-0.9.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4f41cf5fb45bcda5ebeedc9a6b932dac392bfd5fb62663f865b479332d1b3372", size = 6679250, upload-time = "2025-11-26T16:06:30.795Z" },
1531
+ { url = "https://files.pythonhosted.org/packages/d0/9c/ff0c8cdff1547a32314d78cf1d914fd96d90ef1e6dc3071c5cbb48e88482/impit-0.9.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:441268dabb59db87b51336e50bbdc5de57fecfb01dd7846d0db80860ffe5032b", size = 6475061, upload-time = "2025-11-26T16:06:32.451Z" },
1532
+ { url = "https://files.pythonhosted.org/packages/54/e4/f8a0c6dd68032427e571d2bf4159da6fa1533a22f188e5791d175666bb60/impit-0.9.3-cp314-cp314-win_amd64.whl", hash = "sha256:d1b629600b1085f7c90ff84cb11cef039cef7add738b9d6de6dd6323f8fe7b40", size = 4031250, upload-time = "2025-11-26T16:06:34.052Z" },
1533
+ { url = "https://files.pythonhosted.org/packages/7a/3f/4d6f39232f162610c19ef5db48358c1bfe3e92ecbc284f7b0253638783b4/impit-0.9.3-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:db90cb820688d83b5e6792dcf4dc65edb4c73c42a7bd42bce947c0390945e17b", size = 3996498, upload-time = "2025-11-26T16:06:35.629Z" },
1534
+ { url = "https://files.pythonhosted.org/packages/cf/50/4ccccc8da63a2294c3e6ec6c244e05897225fc11353c8d1163fbe9919b9f/impit-0.9.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:aa2618defeebebc68efc56ff4f95ad3829f3d2babbbe0c50893b0b3018941e7f", size = 3837907, upload-time = "2025-11-26T16:06:37.592Z" },
1535
+ { url = "https://files.pythonhosted.org/packages/37/7f/3b5a9ac527a89f01fa0fd4e2fa797e05c1940159cb2dba877a8245f5ff68/impit-0.9.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ac59ffa8977d9a49e2a30a8c8b35d1be57444edf6dc7374fea4559301b6b18a2", size = 6251494, upload-time = "2025-11-26T16:06:39.192Z" },
1536
+ { url = "https://files.pythonhosted.org/packages/07/e8/2cc33487229d660aebae8f253c28852efb787a20022e7d4d9e953a21ba5f/impit-0.9.3-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:875eb71999f913fdf8d0c51f2c93422784988f1d5763e9fbbf08a0252e4d210c", size = 6291587, upload-time = "2025-11-26T16:06:40.892Z" },
1537
+ { url = "https://files.pythonhosted.org/packages/07/a6/5a4496c12b60e503b09ec2f7560752f04c48ff35abdd3aabfd8413d6cb54/impit-0.9.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:08fcdcafad1667925383154d22e7633deab3008246b3c064f6d46a08b14aa5cf", size = 6679277, upload-time = "2025-11-26T16:06:42.558Z" },
1538
+ { url = "https://files.pythonhosted.org/packages/fe/ff/ba31bb3e0fa715251f3c9f344644a77a0a2294b0a8d3409ff53920c59fba/impit-0.9.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3b5383d7d0c3ea3fedf53416646da1570e1c0377037a8b294ca23cea14fe1c86", size = 6476703, upload-time = "2025-11-26T16:06:44.232Z" },
1524
1539
  ]
1525
1540
 
1526
1541
  [[package]]
@@ -2767,7 +2782,7 @@ wheels = [
2767
2782
 
2768
2783
  [[package]]
2769
2784
  name = "pydantic"
2770
- version = "2.12.4"
2785
+ version = "2.12.5"
2771
2786
  source = { registry = "https://pypi.org/simple" }
2772
2787
  dependencies = [
2773
2788
  { name = "annotated-types" },
@@ -2775,9 +2790,9 @@ dependencies = [
2775
2790
  { name = "typing-extensions" },
2776
2791
  { name = "typing-inspection" },
2777
2792
  ]
2778
- sdist = { url = "https://files.pythonhosted.org/packages/96/ad/a17bc283d7d81837c061c49e3eaa27a45991759a1b7eae1031921c6bd924/pydantic-2.12.4.tar.gz", hash = "sha256:0f8cb9555000a4b5b617f66bfd2566264c4984b27589d3b845685983e8ea85ac", size = 821038, upload-time = "2025-11-05T10:50:08.59Z" }
2793
+ sdist = { url = "https://files.pythonhosted.org/packages/69/44/36f1a6e523abc58ae5f928898e4aca2e0ea509b5aa6f6f392a5d882be928/pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49", size = 821591, upload-time = "2025-11-26T15:11:46.471Z" }
2779
2794
  wheels = [
2780
- { url = "https://files.pythonhosted.org/packages/82/2f/e68750da9b04856e2a7ec56fc6f034a5a79775e9b9a81882252789873798/pydantic-2.12.4-py3-none-any.whl", hash = "sha256:92d3d202a745d46f9be6df459ac5a064fdaa3c1c4cd8adcfa332ccf3c05f871e", size = 463400, upload-time = "2025-11-05T10:50:06.732Z" },
2795
+ { url = "https://files.pythonhosted.org/packages/5a/87/b70ad306ebb6f9b585f114d0ac2137d792b48be34d732d60e597c2f8465a/pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d", size = 463580, upload-time = "2025-11-26T15:11:44.605Z" },
2781
2796
  ]
2782
2797
 
2783
2798
  [[package]]
@@ -2960,11 +2975,11 @@ wheels = [
2960
2975
 
2961
2976
  [[package]]
2962
2977
  name = "pyprobables"
2963
- version = "0.6.1"
2978
+ version = "0.6.2"
2964
2979
  source = { registry = "https://pypi.org/simple" }
2965
- sdist = { url = "https://files.pythonhosted.org/packages/79/dd/f2ed41047a0745f42c03da6c1730c11b17d7739f4c218df0e26ce506c52e/pyprobables-0.6.1.tar.gz", hash = "sha256:64b4d165d51beff05e716c01231c8a5503297844e58adee8771e5e7af130321d", size = 36043, upload-time = "2024-12-20T22:06:17.437Z" }
2980
+ sdist = { url = "https://files.pythonhosted.org/packages/72/90/963f3dff6081688b08d4a9dbf21f4e1d7f29e5d0b86faa604754a4bc8a47/pyprobables-0.6.2.tar.gz", hash = "sha256:9a1ddce3c59e89bf8fb918b507adb72b4f526e897f7129d75f786b38e8c254f5", size = 36861, upload-time = "2025-11-30T00:43:46.572Z" }
2966
2981
  wheels = [
2967
- { url = "https://files.pythonhosted.org/packages/57/f0/1c11cc56aeedfa9e61f3b34aeba18628a9b956153aed3df015aff5520ea7/pyprobables-0.6.1-py3-none-any.whl", hash = "sha256:090d0c973f9e160f15927e8eb911dabf126285a7a1ecd478b7a9e04149e28392", size = 42421, upload-time = "2024-12-20T22:06:15.948Z" },
2982
+ { url = "https://files.pythonhosted.org/packages/9e/fc/6fcf939e5e876882cabed5c2e1c5777bbf0689a27e7dc7f527d0867c95f2/pyprobables-0.6.2-py3-none-any.whl", hash = "sha256:bc16ae9a847a85eff2dd82fedc2dff953aa41ac2c128905ee6d9233d945b006d", size = 42490, upload-time = "2025-11-30T00:43:45.353Z" },
2968
2983
  ]
2969
2984
 
2970
2985
  [[package]]
@@ -3212,28 +3227,28 @@ wheels = [
3212
3227
 
3213
3228
  [[package]]
3214
3229
  name = "ruff"
3215
- version = "0.14.6"
3216
- source = { registry = "https://pypi.org/simple" }
3217
- sdist = { url = "https://files.pythonhosted.org/packages/52/f0/62b5a1a723fe183650109407fa56abb433b00aa1c0b9ba555f9c4efec2c6/ruff-0.14.6.tar.gz", hash = "sha256:6f0c742ca6a7783a736b867a263b9a7a80a45ce9bee391eeda296895f1b4e1cc", size = 5669501, upload-time = "2025-11-21T14:26:17.903Z" }
3218
- wheels = [
3219
- { url = "https://files.pythonhosted.org/packages/67/d2/7dd544116d107fffb24a0064d41a5d2ed1c9d6372d142f9ba108c8e39207/ruff-0.14.6-py3-none-linux_armv6l.whl", hash = "sha256:d724ac2f1c240dbd01a2ae98db5d1d9a5e1d9e96eba999d1c48e30062df578a3", size = 13326119, upload-time = "2025-11-21T14:25:24.2Z" },
3220
- { url = "https://files.pythonhosted.org/packages/36/6a/ad66d0a3315d6327ed6b01f759d83df3c4d5f86c30462121024361137b6a/ruff-0.14.6-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9f7539ea257aa4d07b7ce87aed580e485c40143f2473ff2f2b75aee003186004", size = 13526007, upload-time = "2025-11-21T14:25:26.906Z" },
3221
- { url = "https://files.pythonhosted.org/packages/a3/9d/dae6db96df28e0a15dea8e986ee393af70fc97fd57669808728080529c37/ruff-0.14.6-py3-none-macosx_11_0_arm64.whl", hash = "sha256:7f6007e55b90a2a7e93083ba48a9f23c3158c433591c33ee2e99a49b889c6332", size = 12676572, upload-time = "2025-11-21T14:25:29.826Z" },
3222
- { url = "https://files.pythonhosted.org/packages/76/a4/f319e87759949062cfee1b26245048e92e2acce900ad3a909285f9db1859/ruff-0.14.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a8e7b9d73d8728b68f632aa8e824ef041d068d231d8dbc7808532d3629a6bef", size = 13140745, upload-time = "2025-11-21T14:25:32.788Z" },
3223
- { url = "https://files.pythonhosted.org/packages/95/d3/248c1efc71a0a8ed4e8e10b4b2266845d7dfc7a0ab64354afe049eaa1310/ruff-0.14.6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d50d45d4553a3ebcbd33e7c5e0fe6ca4aafd9a9122492de357205c2c48f00775", size = 13076486, upload-time = "2025-11-21T14:25:35.601Z" },
3224
- { url = "https://files.pythonhosted.org/packages/a5/19/b68d4563fe50eba4b8c92aa842149bb56dd24d198389c0ed12e7faff4f7d/ruff-0.14.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:118548dd121f8a21bfa8ab2c5b80e5b4aed67ead4b7567790962554f38e598ce", size = 13727563, upload-time = "2025-11-21T14:25:38.514Z" },
3225
- { url = "https://files.pythonhosted.org/packages/47/ac/943169436832d4b0e867235abbdb57ce3a82367b47e0280fa7b4eabb7593/ruff-0.14.6-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:57256efafbfefcb8748df9d1d766062f62b20150691021f8ab79e2d919f7c11f", size = 15199755, upload-time = "2025-11-21T14:25:41.516Z" },
3226
- { url = "https://files.pythonhosted.org/packages/c9/b9/288bb2399860a36d4bb0541cb66cce3c0f4156aaff009dc8499be0c24bf2/ruff-0.14.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ff18134841e5c68f8e5df1999a64429a02d5549036b394fafbe410f886e1989d", size = 14850608, upload-time = "2025-11-21T14:25:44.428Z" },
3227
- { url = "https://files.pythonhosted.org/packages/ee/b1/a0d549dd4364e240f37e7d2907e97ee80587480d98c7799d2d8dc7a2f605/ruff-0.14.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:29c4b7ec1e66a105d5c27bd57fa93203637d66a26d10ca9809dc7fc18ec58440", size = 14118754, upload-time = "2025-11-21T14:25:47.214Z" },
3228
- { url = "https://files.pythonhosted.org/packages/13/ac/9b9fe63716af8bdfddfacd0882bc1586f29985d3b988b3c62ddce2e202c3/ruff-0.14.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:167843a6f78680746d7e226f255d920aeed5e4ad9c03258094a2d49d3028b105", size = 13949214, upload-time = "2025-11-21T14:25:50.002Z" },
3229
- { url = "https://files.pythonhosted.org/packages/12/27/4dad6c6a77fede9560b7df6802b1b697e97e49ceabe1f12baf3ea20862e9/ruff-0.14.6-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:16a33af621c9c523b1ae006b1b99b159bf5ac7e4b1f20b85b2572455018e0821", size = 14106112, upload-time = "2025-11-21T14:25:52.841Z" },
3230
- { url = "https://files.pythonhosted.org/packages/6a/db/23e322d7177873eaedea59a7932ca5084ec5b7e20cb30f341ab594130a71/ruff-0.14.6-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1432ab6e1ae2dc565a7eea707d3b03a0c234ef401482a6f1621bc1f427c2ff55", size = 13035010, upload-time = "2025-11-21T14:25:55.536Z" },
3231
- { url = "https://files.pythonhosted.org/packages/a8/9c/20e21d4d69dbb35e6a1df7691e02f363423658a20a2afacf2a2c011800dc/ruff-0.14.6-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:4c55cfbbe7abb61eb914bfd20683d14cdfb38a6d56c6c66efa55ec6570ee4e71", size = 13054082, upload-time = "2025-11-21T14:25:58.625Z" },
3232
- { url = "https://files.pythonhosted.org/packages/66/25/906ee6a0464c3125c8d673c589771a974965c2be1a1e28b5c3b96cb6ef88/ruff-0.14.6-py3-none-musllinux_1_2_i686.whl", hash = "sha256:efea3c0f21901a685fff4befda6d61a1bf4cb43de16da87e8226a281d614350b", size = 13303354, upload-time = "2025-11-21T14:26:01.816Z" },
3233
- { url = "https://files.pythonhosted.org/packages/4c/58/60577569e198d56922b7ead07b465f559002b7b11d53f40937e95067ca1c/ruff-0.14.6-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:344d97172576d75dc6afc0e9243376dbe1668559c72de1864439c4fc95f78185", size = 14054487, upload-time = "2025-11-21T14:26:05.058Z" },
3234
- { url = "https://files.pythonhosted.org/packages/67/0b/8e4e0639e4cc12547f41cb771b0b44ec8225b6b6a93393176d75fe6f7d40/ruff-0.14.6-py3-none-win32.whl", hash = "sha256:00169c0c8b85396516fdd9ce3446c7ca20c2a8f90a77aa945ba6b8f2bfe99e85", size = 13013361, upload-time = "2025-11-21T14:26:08.152Z" },
3235
- { url = "https://files.pythonhosted.org/packages/fb/02/82240553b77fd1341f80ebb3eaae43ba011c7a91b4224a9f317d8e6591af/ruff-0.14.6-py3-none-win_amd64.whl", hash = "sha256:390e6480c5e3659f8a4c8d6a0373027820419ac14fa0d2713bd8e6c3e125b8b9", size = 14432087, upload-time = "2025-11-21T14:26:10.891Z" },
3236
- { url = "https://files.pythonhosted.org/packages/a5/1f/93f9b0fad9470e4c829a5bb678da4012f0c710d09331b860ee555216f4ea/ruff-0.14.6-py3-none-win_arm64.whl", hash = "sha256:d43c81fbeae52cfa8728d8766bbf46ee4298c888072105815b392da70ca836b2", size = 13520930, upload-time = "2025-11-21T14:26:13.951Z" },
3230
+ version = "0.14.7"
3231
+ source = { registry = "https://pypi.org/simple" }
3232
+ sdist = { url = "https://files.pythonhosted.org/packages/b7/5b/dd7406afa6c95e3d8fa9d652b6d6dd17dd4a6bf63cb477014e8ccd3dcd46/ruff-0.14.7.tar.gz", hash = "sha256:3417deb75d23bd14a722b57b0a1435561db65f0ad97435b4cf9f85ffcef34ae5", size = 5727324, upload-time = "2025-11-28T20:55:10.525Z" }
3233
+ wheels = [
3234
+ { url = "https://files.pythonhosted.org/packages/8c/b1/7ea5647aaf90106f6d102230e5df874613da43d1089864da1553b899ba5e/ruff-0.14.7-py3-none-linux_armv6l.whl", hash = "sha256:b9d5cb5a176c7236892ad7224bc1e63902e4842c460a0b5210701b13e3de4fca", size = 13414475, upload-time = "2025-11-28T20:54:54.569Z" },
3235
+ { url = "https://files.pythonhosted.org/packages/af/19/fddb4cd532299db9cdaf0efdc20f5c573ce9952a11cb532d3b859d6d9871/ruff-0.14.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3f64fe375aefaf36ca7d7250292141e39b4cea8250427482ae779a2aa5d90015", size = 13634613, upload-time = "2025-11-28T20:55:17.54Z" },
3236
+ { url = "https://files.pythonhosted.org/packages/40/2b/469a66e821d4f3de0440676ed3e04b8e2a1dc7575cf6fa3ba6d55e3c8557/ruff-0.14.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:93e83bd3a9e1a3bda64cb771c0d47cda0e0d148165013ae2d3554d718632d554", size = 12765458, upload-time = "2025-11-28T20:55:26.128Z" },
3237
+ { url = "https://files.pythonhosted.org/packages/f1/05/0b001f734fe550bcfde4ce845948ac620ff908ab7241a39a1b39bb3c5f49/ruff-0.14.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3838948e3facc59a6070795de2ae16e5786861850f78d5914a03f12659e88f94", size = 13236412, upload-time = "2025-11-28T20:55:28.602Z" },
3238
+ { url = "https://files.pythonhosted.org/packages/11/36/8ed15d243f011b4e5da75cd56d6131c6766f55334d14ba31cce5461f28aa/ruff-0.14.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:24c8487194d38b6d71cd0fd17a5b6715cda29f59baca1defe1e3a03240f851d1", size = 13182949, upload-time = "2025-11-28T20:55:33.265Z" },
3239
+ { url = "https://files.pythonhosted.org/packages/3b/cf/fcb0b5a195455729834f2a6eadfe2e4519d8ca08c74f6d2b564a4f18f553/ruff-0.14.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:79c73db6833f058a4be8ffe4a0913b6d4ad41f6324745179bd2aa09275b01d0b", size = 13816470, upload-time = "2025-11-28T20:55:08.203Z" },
3240
+ { url = "https://files.pythonhosted.org/packages/7f/5d/34a4748577ff7a5ed2f2471456740f02e86d1568a18c9faccfc73bd9ca3f/ruff-0.14.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:12eb7014fccff10fc62d15c79d8a6be4d0c2d60fe3f8e4d169a0d2def75f5dad", size = 15289621, upload-time = "2025-11-28T20:55:30.837Z" },
3241
+ { url = "https://files.pythonhosted.org/packages/53/53/0a9385f047a858ba133d96f3f8e3c9c66a31cc7c4b445368ef88ebeac209/ruff-0.14.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c623bbdc902de7ff715a93fa3bb377a4e42dd696937bf95669118773dbf0c50", size = 14975817, upload-time = "2025-11-28T20:55:24.107Z" },
3242
+ { url = "https://files.pythonhosted.org/packages/a8/d7/2f1c32af54c3b46e7fadbf8006d8b9bcfbea535c316b0bd8813d6fb25e5d/ruff-0.14.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f53accc02ed2d200fa621593cdb3c1ae06aa9b2c3cae70bc96f72f0000ae97a9", size = 14284549, upload-time = "2025-11-28T20:55:06.08Z" },
3243
+ { url = "https://files.pythonhosted.org/packages/92/05/434ddd86becd64629c25fb6b4ce7637dd52a45cc4a4415a3008fe61c27b9/ruff-0.14.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:281f0e61a23fcdcffca210591f0f53aafaa15f9025b5b3f9706879aaa8683bc4", size = 14071389, upload-time = "2025-11-28T20:55:35.617Z" },
3244
+ { url = "https://files.pythonhosted.org/packages/ff/50/fdf89d4d80f7f9d4f420d26089a79b3bb1538fe44586b148451bc2ba8d9c/ruff-0.14.7-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:dbbaa5e14148965b91cb090236931182ee522a5fac9bc5575bafc5c07b9f9682", size = 14202679, upload-time = "2025-11-28T20:55:01.472Z" },
3245
+ { url = "https://files.pythonhosted.org/packages/77/54/87b34988984555425ce967f08a36df0ebd339bb5d9d0e92a47e41151eafc/ruff-0.14.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1464b6e54880c0fe2f2d6eaefb6db15373331414eddf89d6b903767ae2458143", size = 13147677, upload-time = "2025-11-28T20:55:19.933Z" },
3246
+ { url = "https://files.pythonhosted.org/packages/67/29/f55e4d44edfe053918a16a3299e758e1c18eef216b7a7092550d7a9ec51c/ruff-0.14.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:f217ed871e4621ea6128460df57b19ce0580606c23aeab50f5de425d05226784", size = 13151392, upload-time = "2025-11-28T20:55:21.967Z" },
3247
+ { url = "https://files.pythonhosted.org/packages/36/69/47aae6dbd4f1d9b4f7085f4d9dcc84e04561ee7ad067bf52e0f9b02e3209/ruff-0.14.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6be02e849440ed3602d2eb478ff7ff07d53e3758f7948a2a598829660988619e", size = 13412230, upload-time = "2025-11-28T20:55:12.749Z" },
3248
+ { url = "https://files.pythonhosted.org/packages/b7/4b/6e96cb6ba297f2ba502a231cd732ed7c3de98b1a896671b932a5eefa3804/ruff-0.14.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:19a0f116ee5e2b468dfe80c41c84e2bbd6b74f7b719bee86c2ecde0a34563bcc", size = 14195397, upload-time = "2025-11-28T20:54:56.896Z" },
3249
+ { url = "https://files.pythonhosted.org/packages/69/82/251d5f1aa4dcad30aed491b4657cecd9fb4274214da6960ffec144c260f7/ruff-0.14.7-py3-none-win32.whl", hash = "sha256:e33052c9199b347c8937937163b9b149ef6ab2e4bb37b042e593da2e6f6cccfa", size = 13126751, upload-time = "2025-11-28T20:55:03.47Z" },
3250
+ { url = "https://files.pythonhosted.org/packages/a8/b5/d0b7d145963136b564806f6584647af45ab98946660d399ec4da79cae036/ruff-0.14.7-py3-none-win_amd64.whl", hash = "sha256:e17a20ad0d3fad47a326d773a042b924d3ac31c6ca6deb6c72e9e6b5f661a7c6", size = 14531726, upload-time = "2025-11-28T20:54:59.121Z" },
3251
+ { url = "https://files.pythonhosted.org/packages/1d/d2/1637f4360ada6a368d3265bf39f2cf737a0aaab15ab520fc005903e883f8/ruff-0.14.7-py3-none-win_arm64.whl", hash = "sha256:be4d653d3bea1b19742fcc6502354e32f65cd61ff2fbdb365803ef2c2aec6228", size = 13609215, upload-time = "2025-11-28T20:55:15.375Z" },
3237
3252
  ]
3238
3253
 
3239
3254
  [[package]]
@@ -3455,15 +3470,6 @@ wheels = [
3455
3470
  { url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050, upload-time = "2024-12-04T17:35:26.475Z" },
3456
3471
  ]
3457
3472
 
3458
- [[package]]
3459
- name = "sniffio"
3460
- version = "1.3.1"
3461
- source = { registry = "https://pypi.org/simple" }
3462
- sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372, upload-time = "2024-02-25T23:20:04.057Z" }
3463
- wheels = [
3464
- { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235, upload-time = "2024-02-25T23:20:01.196Z" },
3465
- ]
3466
-
3467
3473
  [[package]]
3468
3474
  name = "sortedcontainers"
3469
3475
  version = "2.4.0"
@@ -3694,11 +3700,11 @@ wheels = [
3694
3700
 
3695
3701
  [[package]]
3696
3702
  name = "types-psutil"
3697
- version = "7.1.1.20251122"
3703
+ version = "7.1.3.20251130"
3698
3704
  source = { registry = "https://pypi.org/simple" }
3699
- sdist = { url = "https://files.pythonhosted.org/packages/6b/84/32d880ed39782da897d6c3c50e64aeb77352c7bec20fa3e2ce84a6ca9623/types_psutil-7.1.1.20251122.tar.gz", hash = "sha256:cdb39c30a81ce6e433aa672922d59b78c4c6a9c64cd9936f1f6894d26c82ae0f", size = 22275, upload-time = "2025-11-22T02:57:15.807Z" }
3705
+ sdist = { url = "https://files.pythonhosted.org/packages/3d/0e/4c0c52099a8b4901d3e8eb5ac12ece32331b96bf87690377fb6c90f85475/types_psutil-7.1.3.20251130.tar.gz", hash = "sha256:7f42e7a7845a93397e430b48a8074a35410d7a436695fd3375ec9b687d8d95f8", size = 24467, upload-time = "2025-11-30T03:18:14.469Z" }
3700
3706
  wheels = [
3701
- { url = "https://files.pythonhosted.org/packages/77/8d/3cab9f5c549b40c945eb022c981ca71ee4a65ced8790f2adaf2f531d3d13/types_psutil-7.1.1.20251122-py3-none-any.whl", hash = "sha256:9a5d074b472dee08c97891c986549f6ef4f0896fbdd6cdc0686c6663721995fe", size = 25503, upload-time = "2025-11-22T02:57:14.664Z" },
3707
+ { url = "https://files.pythonhosted.org/packages/81/9d/353588c1fe06fa267a088a920eaebb0ac5b67f863dba0bff7c7deb4113a2/types_psutil-7.1.3.20251130-py3-none-any.whl", hash = "sha256:e9ccfaa63a1342810dab06c2e40696c843e6f422137868d335ad282b93e468e3", size = 31251, upload-time = "2025-11-30T03:18:13.359Z" },
3702
3708
  ]
3703
3709
 
3704
3710
  [[package]]