crawlee 1.0.5b5__tar.gz → 1.0.5b6__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.
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/PKG-INFO +1 -1
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/pyproject.toml +1 -1
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler.py +3 -3
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_http/test_http_crawler.py +2 -2
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/uv.lock +121 -121
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/package.json +4 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/yarn.lock +345 -325
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.editorconfig +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/CODEOWNERS +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/pull_request_template.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/workflows/check_pr_title.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/workflows/pre_release.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/workflows/release.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/workflows/run_code_checks.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/workflows/templates_e2e_tests.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.github/workflows/update_new_issue.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.gitignore +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.markdownlint.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/.pre-commit-config.yaml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/CHANGELOG.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/CONTRIBUTING.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/LICENSE +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/Makefile +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/README.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/apify_platform.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/code_examples/apify/crawler_as_actor_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/code_examples/apify/get_public_url.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/code_examples/apify/log_with_config_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/code_examples/apify/proxy_advanced_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/code_examples/apify/proxy_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/code_examples/google/cloud_run_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/code_examples/google/google_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/google_cloud.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/deployment/google_cloud_run.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/add_data_to_dataset.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/beautifulsoup_crawler.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/capture_screenshot_using_playwright.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/capturing_page_snapshots_with_error_snapshotter.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/adaptive_playwright_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/add_data_to_dataset_bs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/add_data_to_dataset_dataset.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/add_data_to_dataset_pw.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/beautifulsoup_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/beautifulsoup_crawler_keep_alive.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/beautifulsoup_crawler_stop.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/capture_screenshot_using_playwright.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/configure_json_logging.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_all_links_on_website_bs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_all_links_on_website_pw.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_multiple_urls_bs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_multiple_urls_pw.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_specific_links_on_website_bs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_specific_links_on_website_pw.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_website_with_relative_links_all_links.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_website_with_relative_links_same_domain.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_website_with_relative_links_same_hostname.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/crawl_website_with_relative_links_same_origin.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/export_entire_dataset_to_file_csv.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/export_entire_dataset_to_file_json.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/extract_and_add_specific_links_on_website_bs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/extract_and_add_specific_links_on_website_pw.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/fill_and_submit_web_form_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/fill_and_submit_web_form_request.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/parsel_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/parsel_crawler_with_error_snapshotter.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/playwright_block_requests.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/playwright_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/playwright_crawler_with_camoufox.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/playwright_crawler_with_error_snapshotter.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/playwright_crawler_with_fingerprint_generator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/respect_robots_on_skipped_request.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/respect_robots_txt_file.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/resuming_paused_crawl.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/using_browser_profiles_chrome.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/code_examples/using_browser_profiles_firefox.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/crawl_all_links_on_website.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/crawl_multiple_urls.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/crawl_specific_links_on_website.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/crawl_website_with_relative_links.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/crawler_keep_alive.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/crawler_stop.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/export_entire_dataset_to_file.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/fill_and_submit_web_form.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/json_logging.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/parsel_crawler.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/playwright_crawler.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/playwright_crawler_adaptive.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/playwright_crawler_with_block_requests.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/playwright_crawler_with_camoufox.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/playwright_crawler_with_fingerprint_generator.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/respect_robots_txt_file.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/resuming_paused_crawl.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/examples/using_browser_profile.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/architecture_overview.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/avoid_blocking.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/avoid_blocking/default_fingerprint_generator_with_args.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/avoid_blocking/playwright_with_fingerprint_generator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/creating_web_archive/manual_archiving_parsel_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/creating_web_archive/manual_archiving_playwright_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/creating_web_archive/simple_pw_through_proxy_pywb_server.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/error_handling/change_handle_error_status.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/error_handling/disable_retry.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/error_handling/handle_proxy_error.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/http_clients/parsel_curl_impersonate_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/http_clients/parsel_httpx_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/http_clients/parsel_impit_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/http_crawlers/beautifulsoup_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/http_crawlers/custom_crawler_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/http_crawlers/http_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/http_crawlers/parsel_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/login_crawler/http_login.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/login_crawler/playwright_login.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler/browser_configuration_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler/multiple_launch_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler/plugin_browser_configuration_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler/pre_navigation_hook_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_adaptive/handler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_adaptive/init_beautifulsoup.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_adaptive/init_parsel.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_adaptive/init_prediction.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_adaptive/pre_nav_hooks.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_stagehand/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_stagehand/browser_classes.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_stagehand/stagehand_run.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/playwright_crawler_stagehand/support_classes.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/inspecting_bs_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/inspecting_pw_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/integration_bs_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/integration_pw_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/quick_start_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/session_bs_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/session_pw_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/tiers_bs_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/proxy_management/tiers_pw_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/rl_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/rl_basic_example_with_persist.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/rl_tandem_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/rl_tandem_example_explicit.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/sitemap_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/sitemap_example_with_persist.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/sitemap_tandem_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_loaders/sitemap_tandem_example_explicit.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/adaptive_crawler_handlers.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/basic_request_handlers.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/custom_router_default_only.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/error_handler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/failed_request_handler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/http_pre_navigation.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/playwright_pre_navigation.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/request_router/simple_default_handler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/running_in_web_server/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/running_in_web_server/crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/running_in_web_server/server.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/scaling_crawlers/max_tasks_per_minute_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/scaling_crawlers/min_and_max_concurrency_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_conflicts.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_crawler_configuration.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_crawler_event_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_crawler_storage_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_locator_configuration.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_locator_event_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_locator_storage_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_storage_configuration.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/service_locator/service_storage_storage_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/multi_sessions_http.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/one_session_http.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/sm_basic.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/sm_beautifulsoup.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/sm_http.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/sm_parsel.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/sm_playwright.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/session_management/sm_standalone.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storage_clients/custom_storage_client_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storage_clients/file_system_storage_client_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storage_clients/file_system_storage_client_configuration_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storage_clients/memory_storage_client_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storage_clients/registering_storage_clients_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storage_clients/sql_storage_client_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storage_clients/sql_storage_client_configuration_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/cleaning_do_not_purge_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/cleaning_purge_explicitly_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/dataset_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/dataset_with_crawler_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/dataset_with_crawler_explicit_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/helper_add_requests_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/helper_enqueue_links_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/kvs_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/kvs_with_crawler_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/kvs_with_crawler_explicit_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/opening.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/rq_basic_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/rq_with_crawler_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/storages/rq_with_crawler_explicit_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/code_examples/trace_and_monitor_crawlers/instrument_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/crawler_login.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/creating_web_archive.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/error_handling.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/http_clients.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/http_crawlers.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/playwright_crawler.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/playwright_crawler_adaptive.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/playwright_crawler_stagehand.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/proxy_management.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/request_loaders.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/request_router.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/running_in_web_server.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/scaling_crawlers.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/service_locator.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/session_management.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/storage_clients.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/storages.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/guides/trace_and_monitor_crawlers.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/01_setting_up.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/02_first_crawler.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/03_adding_more_urls.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/04_real_world_project.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/05_crawling.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/06_scraping.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/07_saving_data.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/08_refactoring.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/09_running_in_cloud.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/02_bs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/02_bs_better.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/02_request_queue.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/03_enqueue_strategy.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/03_finding_new_links.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/03_globs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/03_original_code.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/03_transform_request.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/04_sanity_check.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/05_crawling_detail.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/05_crawling_listing.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/06_scraping.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/07_final_code.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/07_first_code.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/08_main.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/08_routes.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/09_apify_sdk.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/code_examples/routes.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/introduction/index.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/pyproject.toml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/quick-start/code_examples/beautifulsoup_crawler_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/quick-start/code_examples/parsel_crawler_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/quick-start/code_examples/playwright_crawler_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/quick-start/code_examples/playwright_crawler_headful_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/quick-start/index.mdx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/upgrading/upgrading_to_v0x.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/docs/upgrading/upgrading_to_v1.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/renovate.json +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_autoscaling/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_autoscaling/_types.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_autoscaling/autoscaled_pool.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_autoscaling/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_autoscaling/snapshotter.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_autoscaling/system_status.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_browserforge_workaround.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_cli.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_consts.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_log_config.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_request.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_service_locator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_types.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/blocked.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/byte_size.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/console.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/crypto.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/docs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/file.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/globs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/html_to_text.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/models.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/raise_if_too_many_kwargs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/recoverable_state.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/recurring_task.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/requests.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/robots.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/sitemap.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/system.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/time.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/try_import.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/urls.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/wait.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/_utils/web.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/_browser_controller.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/_browser_plugin.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/_browser_pool.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/_playwright_browser.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/_playwright_browser_controller.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/_playwright_browser_plugin.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/_types.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/browsers/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/configuration.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_abstract_http/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_abstract_http/_abstract_http_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_abstract_http/_abstract_http_parser.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_abstract_http/_http_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_abstract_http/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_adaptive_playwright/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler_statistics.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_adaptive_playwright/_rendering_type_predictor.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_adaptive_playwright/_result_comparator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_adaptive_playwright/_utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_basic/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_basic/_basic_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_basic/_basic_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_basic/_context_pipeline.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_basic/_logging_utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_basic/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_beautifulsoup/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_parser.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_beautifulsoup/_utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_beautifulsoup/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_http/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_http/_http_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_http/_http_parser.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_parsel/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_parsel/_parsel_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_parsel/_parsel_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_parsel/_parsel_parser.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_parsel/_utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_playwright/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_playwright/_playwright_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_playwright/_playwright_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_playwright/_playwright_http_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_playwright/_playwright_pre_nav_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_playwright/_types.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_playwright/_utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/_types.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/crawlers/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/errors.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/events/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/events/_event_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/events/_local_event_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/events/_types.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/events/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/fingerprint_suite/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/fingerprint_suite/_browserforge_adapter.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/fingerprint_suite/_consts.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/fingerprint_suite/_fingerprint_generator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/fingerprint_suite/_header_generator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/fingerprint_suite/_types.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/fingerprint_suite/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/http_clients/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/http_clients/_base.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/http_clients/_curl_impersonate.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/http_clients/_httpx.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/http_clients/_impit.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/otel/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/otel/crawler_instrumentor.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/cookiecutter.json +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/hooks/post_gen_project.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/hooks/pre_gen_project.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/main.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/main_beautifulsoup.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/main_parsel.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/main_playwright.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/main_playwright_camoufox.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/routes_beautifulsoup.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/routes_camoufox.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/routes_parsel.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/routes_playwright.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/templates/routes_playwright_camoufox.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/.dockerignore +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/README.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/pyproject.toml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/requirements.txt +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__main__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/main.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/routes.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/proxy_configuration.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/request_loaders/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/request_loaders/_request_list.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/request_loaders/_request_loader.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/request_loaders/_request_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/request_loaders/_request_manager_tandem.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/request_loaders/_sitemap_request_loader.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/router.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/sessions/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/sessions/_cookies.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/sessions/_models.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/sessions/_session.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/sessions/_session_pool.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/sessions/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/statistics/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/statistics/_error_snapshotter.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/statistics/_error_tracker.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/statistics/_models.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/statistics/_statistics.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_base/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_base/_dataset_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_base/_key_value_store_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_base/_request_queue_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_base/_storage_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_base/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_file_system/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_file_system/_dataset_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_file_system/_request_queue_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_file_system/_storage_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_file_system/_utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_file_system/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_memory/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_memory/_dataset_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_memory/_key_value_store_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_memory/_request_queue_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_memory/_storage_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_memory/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/_client_mixin.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/_dataset_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/_db_models.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/_key_value_store_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/_request_queue_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/_storage_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/_sql/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/models.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storage_clients/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/_base.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/_dataset.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/_key_value_store.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/_request_queue.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/_storage_instance_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/_utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/src/crawlee/storages/py.typed +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/e2e/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/e2e/conftest.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/e2e/project_template/test_static_crawlers_templates.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/e2e/project_template/utils.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/README.md +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/__init__.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_autoscaling/test_autoscaled_pool.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_autoscaling/test_snapshotter.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_autoscaling/test_system_status.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_statistics/test_error_tracker.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_statistics/test_periodic_logging.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_statistics/test_persistence.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_statistics/test_request_processing_record.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_byte_size.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_console.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_crypto.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_file.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_globs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_html_to_text.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_measure_time.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_raise_if_too_many_kwargs.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_recurring_task.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_requests.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_robots.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_sitemap.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_system.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_timedelata_ms.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/_utils/test_urls.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/browsers/test_browser_pool.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/browsers/test_playwright_browser.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/browsers/test_playwright_browser_controller.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/browsers/test_playwright_browser_plugin.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/conftest.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler_statistics.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawling_context.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_adaptive_playwright/test_predictor.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_basic/test_basic_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_basic/test_context_pipeline.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_beautifulsoup/test_beautifulsoup_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_parsel/test_parsel_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/crawlers/_playwright/test_playwright_crawler.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/events/test_event_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/events/test_local_event_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/fingerprint_suite/test_adapters.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/fingerprint_suite/test_header_generator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/http_clients/test_http_clients.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/http_clients/test_httpx.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/otel/test_crawler_instrumentor.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/proxy_configuration/test_new_proxy_info.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/proxy_configuration/test_tiers.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/request_loaders/test_request_list.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/request_loaders/test_sitemap_request_loader.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/server.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/server_endpoints.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/sessions/test_cookies.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/sessions/test_models.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/sessions/test_session.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/sessions/test_session_pool.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_file_system/test_fs_dataset_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_file_system/test_fs_kvs_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_file_system/test_fs_rq_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_memory/test_memory_dataset_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_memory/test_memory_kvs_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_memory/test_memory_rq_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_sql/test_sql_dataset_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_sql/test_sql_kvs_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storage_clients/_sql/test_sql_rq_client.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storages/conftest.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storages/test_dataset.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storages/test_key_value_store.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storages/test_request_manager_tandem.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storages/test_request_queue.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/storages/test_storage_instance_manager.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/test_cli.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/test_configuration.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/test_log_config.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/test_router.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/tests/unit/test_service_locator.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/.eslintrc.json +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/.yarnrc.yml +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/babel.config.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/build_api_reference.sh +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/docusaurus.config.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/generate_module_shortcuts.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/patches/@docusaurus+core+3.4.0.patch +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/patches/@docusaurus+core+3.5.2.patch +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/roa-loader/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/roa-loader/package.json +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/sidebars.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/ApiLink.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Button.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Button.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/CopyButton.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/CopyButton.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Gradients.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Highlights.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Highlights.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/HomepageCliExample.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/HomepageCliExample.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/HomepageCtaSection.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/HomepageCtaSection.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/HomepageHeroSection.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/HomepageHeroSection.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/LanguageInfoWidget.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/LanguageInfoWidget.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/LanguageSwitch.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/LanguageSwitch.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/RiverSection.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/RiverSection.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/ThreeCardsWithIcon.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/ThreeCardsWithIcon.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/animated-crawlee-logo-dark.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/Homepage/animated-crawlee-logo-light.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/css/custom.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/pages/home_page_example.py +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/pages/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/pages/index.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/ColorModeToggle/dark-mode-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/ColorModeToggle/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/ColorModeToggle/light-mode-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/ColorModeToggle/styles.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/DocItem/Layout/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/DocItem/Layout/styles.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Footer/LinkItem/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Footer/LinkItem/index.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Footer/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Footer/index.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/MDXComponents/A.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/Content/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/Content/styles.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/Logo/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/Logo/index.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/MobileSidebar/Header/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/MobileSidebar/Header/index.module.css +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/MobileSidebar/Layout/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/Navbar/MobileSidebar/index.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/src/theme/NavbarItem/ComponentTypes.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/.nojekyll +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/font/lota.woff +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/font/lota.woff2 +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/API.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/apify_logo.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/apify_og_SDK.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/apify_sdk.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/apify_sdk_white.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/arrow_right.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/auto-scaling-dark.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/auto-scaling-light.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/check.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/chrome-scrape-dark.gif +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/chrome-scrape-light.gif +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/cloud_icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/community-dark-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/community-light-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-dark-new.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-dark.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-javascript-dark.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-javascript-light.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-light-new.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-light.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-logo-monocolor.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-logo.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-python-dark.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-python-light.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/crawlee-python-og.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/defaults-dark-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/defaults-light-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/discord-brand-dark.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/discord-brand.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/docusaurus.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/external-link.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/favicon.ico +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/favorite-tools-dark.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/favorite-tools-light.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/features/auto-scaling.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/features/automate-everything.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/features/fingerprints.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/features/node-requests.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/features/runs-on-py.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/features/storage.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/features/works-everywhere.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/fill-and-submit-web-form/00.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/fill-and-submit-web-form/01.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/fill-and-submit-web-form/02.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/fill-and-submit-web-form/03.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/getting-started/current-price.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/getting-started/scraping-practice.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/getting-started/select-an-element.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/getting-started/selected-element.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/getting-started/sku.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/getting-started/title.jpg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/github-brand-dark.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/github-brand.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/guides/jaeger_otel_search_view_example.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/guides/jaeger_otel_trace_example.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/hearth copy.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/hearth.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/javascript_logo.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/js_file.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/logo-big.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/logo-blur.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/logo-blur.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/logo-zoom.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/menu-arrows.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/oss_logo.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/puppeteer-live-view-dashboard.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/puppeteer-live-view-detail.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/queue-dark-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/queue-light-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/resuming-paused-crawl/00.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/resuming-paused-crawl/01.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/robot.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/routing-dark-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/routing-light-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/scraping-utils-dark-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/scraping-utils-light-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/smart-proxy-dark.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/smart-proxy-light.webp +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/source_code.png +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/system.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/triangles_dark.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/triangles_light.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/workflow.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/zero-setup-dark-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/img/zero-setup-light-icon.svg +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/js/custom.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/static/robots.txt +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tools/docs-prettier.config.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tools/utils/externalLink.js +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tools/website_gif/chrome-scrape-dark.gif +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tools/website_gif/chrome-scrape-dark.mp4 +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tools/website_gif/chrome-scrape-light.gif +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tools/website_gif/chrome-scrape-light.mp4 +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tools/website_gif/website_gif.mjs +0 -0
- {crawlee-1.0.5b5 → crawlee-1.0.5b6}/website/tsconfig.eslint.json +0 -0
|
@@ -292,7 +292,7 @@ async def test_playwright_only_hook(test_urls: list[str]) -> None:
|
|
|
292
292
|
|
|
293
293
|
await crawler.run(test_urls[:1])
|
|
294
294
|
|
|
295
|
-
# Default behavior. Hook is called
|
|
295
|
+
# Default behavior. Hook is called every time, both static sub crawler and playwright sub crawler.
|
|
296
296
|
pre_nav_hook_common.assert_has_calls([call(test_urls[0]), call(test_urls[0])])
|
|
297
297
|
# Hook is called only by playwright sub crawler.
|
|
298
298
|
pre_nav_hook_playwright.assert_called_once_with('about:blank')
|
|
@@ -433,13 +433,13 @@ async def test_adaptive_crawling_statistics(test_urls: list[str]) -> None:
|
|
|
433
433
|
],
|
|
434
434
|
)
|
|
435
435
|
async def test_adaptive_crawler_exceptions_in_sub_crawlers(*, error_in_pw_crawler: bool, test_urls: list[str]) -> None:
|
|
436
|
-
"""Test that correct results are
|
|
436
|
+
"""Test that correct results are committed when exceptions are raised in sub crawlers.
|
|
437
437
|
|
|
438
438
|
Exception in bs sub crawler will be logged and pw sub crawler used instead.
|
|
439
439
|
Any result from bs sub crawler will be discarded, result form pw crawler will be saved instead.
|
|
440
440
|
(But global state modifications through `use_state` will not be reverted!!!)
|
|
441
441
|
|
|
442
|
-
Exception in pw sub crawler will prevent any result from being
|
|
442
|
+
Exception in pw sub crawler will prevent any result from being committed. Even if `push_data` was called before
|
|
443
443
|
the exception
|
|
444
444
|
"""
|
|
445
445
|
static_only_no_detection_predictor = _SimpleRenderingTypePredictor(detection_probability_recommendation=cycle([0]))
|
|
@@ -126,9 +126,9 @@ async def test_handles_client_errors(
|
|
|
126
126
|
pytest.param([], True, 4, 1, id='default_behavior'),
|
|
127
127
|
# error without retry for all 4xx statuses
|
|
128
128
|
pytest.param([], False, 0, 1, id='default_behavior_without_session_pool'),
|
|
129
|
-
# take as successful status codes from the `ignore_http_error_status_codes` list with
|
|
129
|
+
# take as successful status codes from the `ignore_http_error_status_codes` list with Session Pool
|
|
130
130
|
pytest.param([403], True, 0, 0, id='ignore_error_status_codes'),
|
|
131
|
-
# take as successful status codes from the `ignore_http_error_status_codes` list without
|
|
131
|
+
# take as successful status codes from the `ignore_http_error_status_codes` list without Session Pool
|
|
132
132
|
pytest.param([403], False, 0, 0, id='ignore_error_status_codes_without_session_pool'),
|
|
133
133
|
],
|
|
134
134
|
)
|
|
@@ -69,11 +69,11 @@ wheels = [
|
|
|
69
69
|
|
|
70
70
|
[[package]]
|
|
71
71
|
name = "apify-fingerprint-datapoints"
|
|
72
|
-
version = "0.
|
|
72
|
+
version = "0.7.0"
|
|
73
73
|
source = { registry = "https://pypi.org/simple" }
|
|
74
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
74
|
+
sdist = { url = "https://files.pythonhosted.org/packages/89/9f/e1449a37c023cc0b934834c5483a6a9eb5d2cada8d213c00d19e8ec965b7/apify_fingerprint_datapoints-0.7.0.tar.gz", hash = "sha256:785fb5c784956354ef950aae334b30b9c841c6203cd821e8e002bbfeed309355", size = 912588, upload-time = "2025-11-01T00:46:31.506Z" }
|
|
75
75
|
wheels = [
|
|
76
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
76
|
+
{ url = "https://files.pythonhosted.org/packages/1b/5b/eeb1b920e3b17daa1790b4b260476d0d12e2b05ab5dd2019f03671abb986/apify_fingerprint_datapoints-0.7.0-py3-none-any.whl", hash = "sha256:f272aeefd32f2040bb0a0395b1ab2db71a1432a4642784c9b9d62337cb7ff7f4", size = 665800, upload-time = "2025-11-01T00:46:29.784Z" },
|
|
77
77
|
]
|
|
78
78
|
|
|
79
79
|
[[package]]
|
|
@@ -221,15 +221,15 @@ wheels = [
|
|
|
221
221
|
|
|
222
222
|
[[package]]
|
|
223
223
|
name = "blessed"
|
|
224
|
-
version = "1.
|
|
224
|
+
version = "1.23.0"
|
|
225
225
|
source = { registry = "https://pypi.org/simple" }
|
|
226
226
|
dependencies = [
|
|
227
227
|
{ name = "jinxed", marker = "sys_platform == 'win32'" },
|
|
228
228
|
{ name = "wcwidth" },
|
|
229
229
|
]
|
|
230
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
230
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c6/70/057c35a79a2015a6e35e45101d710b7a84b92af0c1104399bb83d33cd0d4/blessed-1.23.0.tar.gz", hash = "sha256:56591a32966f704f6131f1400af4151d9e8f5f4144133a5ca034019763dee77b", size = 6745236, upload-time = "2025-11-03T02:50:12.633Z" }
|
|
231
231
|
wheels = [
|
|
232
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
232
|
+
{ url = "https://files.pythonhosted.org/packages/bc/f4/668909d1273be078ce5fb9a6d75bcfd3bf0832f238b4b09e0eb020d0eec9/blessed-1.23.0-py3-none-any.whl", hash = "sha256:4c432dcde0d45112372d1d096b2c4c0a6a5db1b94d546124872d0c3e64b5ea26", size = 95330, upload-time = "2025-11-03T02:50:10.64Z" },
|
|
233
233
|
]
|
|
234
234
|
|
|
235
235
|
[[package]]
|
|
@@ -705,7 +705,7 @@ toml = [
|
|
|
705
705
|
|
|
706
706
|
[[package]]
|
|
707
707
|
name = "crawlee"
|
|
708
|
-
version = "1.0.
|
|
708
|
+
version = "1.0.5b6"
|
|
709
709
|
source = { editable = "." }
|
|
710
710
|
dependencies = [
|
|
711
711
|
{ name = "cachetools" },
|
|
@@ -968,14 +968,14 @@ wheels = [
|
|
|
968
968
|
|
|
969
969
|
[[package]]
|
|
970
970
|
name = "deprecated"
|
|
971
|
-
version = "1.
|
|
971
|
+
version = "1.3.1"
|
|
972
972
|
source = { registry = "https://pypi.org/simple" }
|
|
973
973
|
dependencies = [
|
|
974
974
|
{ name = "wrapt" },
|
|
975
975
|
]
|
|
976
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
976
|
+
sdist = { url = "https://files.pythonhosted.org/packages/49/85/12f0a49a7c4ffb70572b6c2ef13c90c88fd190debda93b23f026b25f9634/deprecated-1.3.1.tar.gz", hash = "sha256:b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223", size = 2932523, upload-time = "2025-10-30T08:19:02.757Z" }
|
|
977
977
|
wheels = [
|
|
978
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
978
|
+
{ url = "https://files.pythonhosted.org/packages/84/d0/205d54408c08b13550c733c4b85429e7ead111c7f0014309637425520a9a/deprecated-1.3.1-py2.py3-none-any.whl", hash = "sha256:597bfef186b6f60181535a29fbe44865ce137a5079f295b479886c82729d5f3f", size = 11298, upload-time = "2025-10-30T08:19:00.758Z" },
|
|
979
979
|
]
|
|
980
980
|
|
|
981
981
|
[[package]]
|
|
@@ -2533,28 +2533,28 @@ wheels = [
|
|
|
2533
2533
|
|
|
2534
2534
|
[[package]]
|
|
2535
2535
|
name = "psutil"
|
|
2536
|
-
version = "7.1.
|
|
2537
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2538
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2539
|
-
wheels = [
|
|
2540
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2541
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2542
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2543
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2544
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2545
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2546
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2547
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2548
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2549
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2550
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2551
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2552
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2553
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2554
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2555
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2556
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2557
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2536
|
+
version = "7.1.3"
|
|
2537
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2538
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e1/88/bdd0a41e5857d5d703287598cbf08dad90aed56774ea52ae071bae9071b6/psutil-7.1.3.tar.gz", hash = "sha256:6c86281738d77335af7aec228328e944b30930899ea760ecf33a4dba66be5e74", size = 489059, upload-time = "2025-11-02T12:25:54.619Z" }
|
|
2539
|
+
wheels = [
|
|
2540
|
+
{ url = "https://files.pythonhosted.org/packages/bd/93/0c49e776b8734fef56ec9c5c57f923922f2cf0497d62e0f419465f28f3d0/psutil-7.1.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:0005da714eee687b4b8decd3d6cc7c6db36215c9e74e5ad2264b90c3df7d92dc", size = 239751, upload-time = "2025-11-02T12:25:58.161Z" },
|
|
2541
|
+
{ url = "https://files.pythonhosted.org/packages/6f/8d/b31e39c769e70780f007969815195a55c81a63efebdd4dbe9e7a113adb2f/psutil-7.1.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:19644c85dcb987e35eeeaefdc3915d059dac7bd1167cdcdbf27e0ce2df0c08c0", size = 240368, upload-time = "2025-11-02T12:26:00.491Z" },
|
|
2542
|
+
{ url = "https://files.pythonhosted.org/packages/62/61/23fd4acc3c9eebbf6b6c78bcd89e5d020cfde4acf0a9233e9d4e3fa698b4/psutil-7.1.3-cp313-cp313t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:95ef04cf2e5ba0ab9eaafc4a11eaae91b44f4ef5541acd2ee91d9108d00d59a7", size = 287134, upload-time = "2025-11-02T12:26:02.613Z" },
|
|
2543
|
+
{ url = "https://files.pythonhosted.org/packages/30/1c/f921a009ea9ceb51aa355cb0cc118f68d354db36eae18174bab63affb3e6/psutil-7.1.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1068c303be3a72f8e18e412c5b2a8f6d31750fb152f9cb106b54090296c9d251", size = 289904, upload-time = "2025-11-02T12:26:05.207Z" },
|
|
2544
|
+
{ url = "https://files.pythonhosted.org/packages/a6/82/62d68066e13e46a5116df187d319d1724b3f437ddd0f958756fc052677f4/psutil-7.1.3-cp313-cp313t-win_amd64.whl", hash = "sha256:18349c5c24b06ac5612c0428ec2a0331c26443d259e2a0144a9b24b4395b58fa", size = 249642, upload-time = "2025-11-02T12:26:07.447Z" },
|
|
2545
|
+
{ url = "https://files.pythonhosted.org/packages/df/ad/c1cd5fe965c14a0392112f68362cfceb5230819dbb5b1888950d18a11d9f/psutil-7.1.3-cp313-cp313t-win_arm64.whl", hash = "sha256:c525ffa774fe4496282fb0b1187725793de3e7c6b29e41562733cae9ada151ee", size = 245518, upload-time = "2025-11-02T12:26:09.719Z" },
|
|
2546
|
+
{ url = "https://files.pythonhosted.org/packages/2e/bb/6670bded3e3236eb4287c7bcdc167e9fae6e1e9286e437f7111caed2f909/psutil-7.1.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:b403da1df4d6d43973dc004d19cee3b848e998ae3154cc8097d139b77156c353", size = 239843, upload-time = "2025-11-02T12:26:11.968Z" },
|
|
2547
|
+
{ url = "https://files.pythonhosted.org/packages/b8/66/853d50e75a38c9a7370ddbeefabdd3d3116b9c31ef94dc92c6729bc36bec/psutil-7.1.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ad81425efc5e75da3f39b3e636293360ad8d0b49bed7df824c79764fb4ba9b8b", size = 240369, upload-time = "2025-11-02T12:26:14.358Z" },
|
|
2548
|
+
{ url = "https://files.pythonhosted.org/packages/41/bd/313aba97cb5bfb26916dc29cf0646cbe4dd6a89ca69e8c6edce654876d39/psutil-7.1.3-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8f33a3702e167783a9213db10ad29650ebf383946e91bc77f28a5eb083496bc9", size = 288210, upload-time = "2025-11-02T12:26:16.699Z" },
|
|
2549
|
+
{ url = "https://files.pythonhosted.org/packages/c2/fa/76e3c06e760927a0cfb5705eb38164254de34e9bd86db656d4dbaa228b04/psutil-7.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fac9cd332c67f4422504297889da5ab7e05fd11e3c4392140f7370f4208ded1f", size = 291182, upload-time = "2025-11-02T12:26:18.848Z" },
|
|
2550
|
+
{ url = "https://files.pythonhosted.org/packages/0f/1d/5774a91607035ee5078b8fd747686ebec28a962f178712de100d00b78a32/psutil-7.1.3-cp314-cp314t-win_amd64.whl", hash = "sha256:3792983e23b69843aea49c8f5b8f115572c5ab64c153bada5270086a2123c7e7", size = 250466, upload-time = "2025-11-02T12:26:21.183Z" },
|
|
2551
|
+
{ url = "https://files.pythonhosted.org/packages/00/ca/e426584bacb43a5cb1ac91fae1937f478cd8fbe5e4ff96574e698a2c77cd/psutil-7.1.3-cp314-cp314t-win_arm64.whl", hash = "sha256:31d77fcedb7529f27bb3a0472bea9334349f9a04160e8e6e5020f22c59893264", size = 245756, upload-time = "2025-11-02T12:26:23.148Z" },
|
|
2552
|
+
{ url = "https://files.pythonhosted.org/packages/ef/94/46b9154a800253e7ecff5aaacdf8ebf43db99de4a2dfa18575b02548654e/psutil-7.1.3-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2bdbcd0e58ca14996a42adf3621a6244f1bb2e2e528886959c72cf1e326677ab", size = 238359, upload-time = "2025-11-02T12:26:25.284Z" },
|
|
2553
|
+
{ url = "https://files.pythonhosted.org/packages/68/3a/9f93cff5c025029a36d9a92fef47220ab4692ee7f2be0fba9f92813d0cb8/psutil-7.1.3-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:bc31fa00f1fbc3c3802141eede66f3a2d51d89716a194bf2cd6fc68310a19880", size = 239171, upload-time = "2025-11-02T12:26:27.23Z" },
|
|
2554
|
+
{ url = "https://files.pythonhosted.org/packages/ce/b1/5f49af514f76431ba4eea935b8ad3725cdeb397e9245ab919dbc1d1dc20f/psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3bb428f9f05c1225a558f53e30ccbad9930b11c3fc206836242de1091d3e7dd3", size = 263261, upload-time = "2025-11-02T12:26:29.48Z" },
|
|
2555
|
+
{ url = "https://files.pythonhosted.org/packages/e0/95/992c8816a74016eb095e73585d747e0a8ea21a061ed3689474fabb29a395/psutil-7.1.3-cp36-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:56d974e02ca2c8eb4812c3f76c30e28836fffc311d55d979f1465c1feeb2b68b", size = 264635, upload-time = "2025-11-02T12:26:31.74Z" },
|
|
2556
|
+
{ url = "https://files.pythonhosted.org/packages/55/4c/c3ed1a622b6ae2fd3c945a366e64eb35247a31e4db16cf5095e269e8eb3c/psutil-7.1.3-cp37-abi3-win_amd64.whl", hash = "sha256:f39c2c19fe824b47484b96f9692932248a54c43799a84282cfe58d05a6449efd", size = 247633, upload-time = "2025-11-02T12:26:33.887Z" },
|
|
2557
|
+
{ url = "https://files.pythonhosted.org/packages/c9/ad/33b2ccec09bf96c2b2ef3f9a6f66baac8253d7565d8839e024a6b905d45d/psutil-7.1.3-cp37-abi3-win_arm64.whl", hash = "sha256:bd0d69cee829226a761e92f28140bec9a5ee9d5b4fb4b0cc589068dbfff559b1", size = 244608, upload-time = "2025-11-02T12:26:36.136Z" },
|
|
2558
2558
|
]
|
|
2559
2559
|
|
|
2560
2560
|
[[package]]
|
|
@@ -2983,28 +2983,28 @@ wheels = [
|
|
|
2983
2983
|
|
|
2984
2984
|
[[package]]
|
|
2985
2985
|
name = "ruff"
|
|
2986
|
-
version = "0.14.
|
|
2987
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2988
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2989
|
-
wheels = [
|
|
2990
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2991
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2992
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2993
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2994
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2995
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2996
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2997
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2998
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2999
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3000
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3001
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3002
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3003
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3004
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3005
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3006
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3007
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2986
|
+
version = "0.14.3"
|
|
2987
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2988
|
+
sdist = { url = "https://files.pythonhosted.org/packages/75/62/50b7727004dfe361104dfbf898c45a9a2fdfad8c72c04ae62900224d6ecf/ruff-0.14.3.tar.gz", hash = "sha256:4ff876d2ab2b161b6de0aa1f5bd714e8e9b4033dc122ee006925fbacc4f62153", size = 5558687, upload-time = "2025-10-31T00:26:26.878Z" }
|
|
2989
|
+
wheels = [
|
|
2990
|
+
{ url = "https://files.pythonhosted.org/packages/ce/8e/0c10ff1ea5d4360ab8bfca4cb2c9d979101a391f3e79d2616c9bf348cd26/ruff-0.14.3-py3-none-linux_armv6l.whl", hash = "sha256:876b21e6c824f519446715c1342b8e60f97f93264012de9d8d10314f8a79c371", size = 12535613, upload-time = "2025-10-31T00:25:44.302Z" },
|
|
2991
|
+
{ url = "https://files.pythonhosted.org/packages/d3/c8/6724f4634c1daf52409fbf13fefda64aa9c8f81e44727a378b7b73dc590b/ruff-0.14.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b6fd8c79b457bedd2abf2702b9b472147cd860ed7855c73a5247fa55c9117654", size = 12855812, upload-time = "2025-10-31T00:25:47.793Z" },
|
|
2992
|
+
{ url = "https://files.pythonhosted.org/packages/de/03/db1bce591d55fd5f8a08bb02517fa0b5097b2ccabd4ea1ee29aa72b67d96/ruff-0.14.3-py3-none-macosx_11_0_arm64.whl", hash = "sha256:71ff6edca490c308f083156938c0c1a66907151263c4abdcb588602c6e696a14", size = 11944026, upload-time = "2025-10-31T00:25:49.657Z" },
|
|
2993
|
+
{ url = "https://files.pythonhosted.org/packages/0b/75/4f8dbd48e03272715d12c87dc4fcaaf21b913f0affa5f12a4e9c6f8a0582/ruff-0.14.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:786ee3ce6139772ff9272aaf43296d975c0217ee1b97538a98171bf0d21f87ed", size = 12356818, upload-time = "2025-10-31T00:25:51.949Z" },
|
|
2994
|
+
{ url = "https://files.pythonhosted.org/packages/ec/9b/506ec5b140c11d44a9a4f284ea7c14ebf6f8b01e6e8917734a3325bff787/ruff-0.14.3-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cd6291d0061811c52b8e392f946889916757610d45d004e41140d81fb6cd5ddc", size = 12336745, upload-time = "2025-10-31T00:25:54.248Z" },
|
|
2995
|
+
{ url = "https://files.pythonhosted.org/packages/c7/e1/c560d254048c147f35e7f8131d30bc1f63a008ac61595cf3078a3e93533d/ruff-0.14.3-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a497ec0c3d2c88561b6d90f9c29f5ae68221ac00d471f306fa21fa4264ce5fcd", size = 13101684, upload-time = "2025-10-31T00:25:56.253Z" },
|
|
2996
|
+
{ url = "https://files.pythonhosted.org/packages/a5/32/e310133f8af5cd11f8cc30f52522a3ebccc5ea5bff4b492f94faceaca7a8/ruff-0.14.3-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:e231e1be58fc568950a04fbe6887c8e4b85310e7889727e2b81db205c45059eb", size = 14535000, upload-time = "2025-10-31T00:25:58.397Z" },
|
|
2997
|
+
{ url = "https://files.pythonhosted.org/packages/a2/a1/7b0470a22158c6d8501eabc5e9b6043c99bede40fa1994cadf6b5c2a61c7/ruff-0.14.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:469e35872a09c0e45fecf48dd960bfbce056b5db2d5e6b50eca329b4f853ae20", size = 14156450, upload-time = "2025-10-31T00:26:00.889Z" },
|
|
2998
|
+
{ url = "https://files.pythonhosted.org/packages/0a/96/24bfd9d1a7f532b560dcee1a87096332e461354d3882124219bcaff65c09/ruff-0.14.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3d6bc90307c469cb9d28b7cfad90aaa600b10d67c6e22026869f585e1e8a2db0", size = 13568414, upload-time = "2025-10-31T00:26:03.291Z" },
|
|
2999
|
+
{ url = "https://files.pythonhosted.org/packages/a7/e7/138b883f0dfe4ad5b76b58bf4ae675f4d2176ac2b24bdd81b4d966b28c61/ruff-0.14.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2f8a0bbcffcfd895df39c9a4ecd59bb80dca03dc43f7fb63e647ed176b741e", size = 13315293, upload-time = "2025-10-31T00:26:05.708Z" },
|
|
3000
|
+
{ url = "https://files.pythonhosted.org/packages/33/f4/c09bb898be97b2eb18476b7c950df8815ef14cf956074177e9fbd40b7719/ruff-0.14.3-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:678fdd7c7d2d94851597c23ee6336d25f9930b460b55f8598e011b57c74fd8c5", size = 13539444, upload-time = "2025-10-31T00:26:08.09Z" },
|
|
3001
|
+
{ url = "https://files.pythonhosted.org/packages/9c/aa/b30a1db25fc6128b1dd6ff0741fa4abf969ded161599d07ca7edd0739cc0/ruff-0.14.3-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1ec1ac071e7e37e0221d2f2dbaf90897a988c531a8592a6a5959f0603a1ecf5e", size = 12252581, upload-time = "2025-10-31T00:26:10.297Z" },
|
|
3002
|
+
{ url = "https://files.pythonhosted.org/packages/da/13/21096308f384d796ffe3f2960b17054110a9c3828d223ca540c2b7cc670b/ruff-0.14.3-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:afcdc4b5335ef440d19e7df9e8ae2ad9f749352190e96d481dc501b753f0733e", size = 12307503, upload-time = "2025-10-31T00:26:12.646Z" },
|
|
3003
|
+
{ url = "https://files.pythonhosted.org/packages/cb/cc/a350bac23f03b7dbcde3c81b154706e80c6f16b06ff1ce28ed07dc7b07b0/ruff-0.14.3-py3-none-musllinux_1_2_i686.whl", hash = "sha256:7bfc42f81862749a7136267a343990f865e71fe2f99cf8d2958f684d23ce3dfa", size = 12675457, upload-time = "2025-10-31T00:26:15.044Z" },
|
|
3004
|
+
{ url = "https://files.pythonhosted.org/packages/cb/76/46346029fa2f2078826bc88ef7167e8c198e58fe3126636e52f77488cbba/ruff-0.14.3-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a65e448cfd7e9c59fae8cf37f9221585d3354febaad9a07f29158af1528e165f", size = 13403980, upload-time = "2025-10-31T00:26:17.81Z" },
|
|
3005
|
+
{ url = "https://files.pythonhosted.org/packages/9f/a4/35f1ef68c4e7b236d4a5204e3669efdeefaef21f0ff6a456792b3d8be438/ruff-0.14.3-py3-none-win32.whl", hash = "sha256:f3d91857d023ba93e14ed2d462ab62c3428f9bbf2b4fbac50a03ca66d31991f7", size = 12500045, upload-time = "2025-10-31T00:26:20.503Z" },
|
|
3006
|
+
{ url = "https://files.pythonhosted.org/packages/03/15/51960ae340823c9859fb60c63301d977308735403e2134e17d1d2858c7fb/ruff-0.14.3-py3-none-win_amd64.whl", hash = "sha256:d7b7006ac0756306db212fd37116cce2bd307e1e109375e1c6c106002df0ae5f", size = 13594005, upload-time = "2025-10-31T00:26:22.533Z" },
|
|
3007
|
+
{ url = "https://files.pythonhosted.org/packages/b7/73/4de6579bac8e979fca0a77e54dec1f1e011a0d268165eb8a9bc0982a6564/ruff-0.14.3-py3-none-win_arm64.whl", hash = "sha256:26eb477ede6d399d898791d01961e16b86f02bc2486d0d1a7a9bb2379d055dc1", size = 12590017, upload-time = "2025-10-31T00:26:24.52Z" },
|
|
3008
3008
|
]
|
|
3009
3009
|
|
|
3010
3010
|
[[package]]
|
|
@@ -3028,7 +3028,7 @@ dependencies = [
|
|
|
3028
3028
|
{ name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
|
3029
3029
|
{ name = "numpy", version = "2.3.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
|
3030
3030
|
{ name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
|
3031
|
-
{ name = "scipy", version = "1.16.
|
|
3031
|
+
{ name = "scipy", version = "1.16.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
|
3032
3032
|
{ name = "threadpoolctl" },
|
|
3033
3033
|
]
|
|
3034
3034
|
sdist = { url = "https://files.pythonhosted.org/packages/98/c2/a7855e41c9d285dfe86dc50b250978105dce513d6e459ea66a6aeb0e1e0c/scikit_learn-1.7.2.tar.gz", hash = "sha256:20e9e49ecd130598f1ca38a1d85090e1a600147b9c02fa6f15d69cb53d968fda", size = 7193136, upload-time = "2025-09-09T08:21:29.075Z" }
|
|
@@ -3126,7 +3126,7 @@ wheels = [
|
|
|
3126
3126
|
|
|
3127
3127
|
[[package]]
|
|
3128
3128
|
name = "scipy"
|
|
3129
|
-
version = "1.16.
|
|
3129
|
+
version = "1.16.3"
|
|
3130
3130
|
source = { registry = "https://pypi.org/simple" }
|
|
3131
3131
|
resolution-markers = [
|
|
3132
3132
|
"python_full_version >= '3.13'",
|
|
@@ -3135,68 +3135,68 @@ resolution-markers = [
|
|
|
3135
3135
|
dependencies = [
|
|
3136
3136
|
{ name = "numpy", version = "2.3.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
|
3137
3137
|
]
|
|
3138
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3139
|
-
wheels = [
|
|
3140
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3141
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3142
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3143
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3144
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3145
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3146
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3147
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3148
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3149
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3150
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3151
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3152
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3153
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3154
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3155
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3156
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3157
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3158
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3159
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3160
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3161
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3162
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3163
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3164
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3165
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3166
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3167
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3168
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3169
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3170
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3171
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3172
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3173
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3174
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3175
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3176
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3177
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3178
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3179
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3180
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3181
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3182
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3183
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3184
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3185
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3186
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3187
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3188
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3189
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3190
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3191
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3192
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3193
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3194
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3195
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3196
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3197
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3198
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3199
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3138
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0a/ca/d8ace4f98322d01abcd52d381134344bf7b431eba7ed8b42bdea5a3c2ac9/scipy-1.16.3.tar.gz", hash = "sha256:01e87659402762f43bd2fee13370553a17ada367d42e7487800bf2916535aecb", size = 30597883, upload-time = "2025-10-28T17:38:54.068Z" }
|
|
3139
|
+
wheels = [
|
|
3140
|
+
{ url = "https://files.pythonhosted.org/packages/9b/5f/6f37d7439de1455ce9c5a556b8d1db0979f03a796c030bafdf08d35b7bf9/scipy-1.16.3-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:40be6cf99e68b6c4321e9f8782e7d5ff8265af28ef2cd56e9c9b2638fa08ad97", size = 36630881, upload-time = "2025-10-28T17:31:47.104Z" },
|
|
3141
|
+
{ url = "https://files.pythonhosted.org/packages/7c/89/d70e9f628749b7e4db2aa4cd89735502ff3f08f7b9b27d2e799485987cd9/scipy-1.16.3-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:8be1ca9170fcb6223cc7c27f4305d680ded114a1567c0bd2bfcbf947d1b17511", size = 28941012, upload-time = "2025-10-28T17:31:53.411Z" },
|
|
3142
|
+
{ url = "https://files.pythonhosted.org/packages/a8/a8/0e7a9a6872a923505dbdf6bb93451edcac120363131c19013044a1e7cb0c/scipy-1.16.3-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:bea0a62734d20d67608660f69dcda23e7f90fb4ca20974ab80b6ed40df87a005", size = 20931935, upload-time = "2025-10-28T17:31:57.361Z" },
|
|
3143
|
+
{ url = "https://files.pythonhosted.org/packages/bd/c7/020fb72bd79ad798e4dbe53938543ecb96b3a9ac3fe274b7189e23e27353/scipy-1.16.3-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:2a207a6ce9c24f1951241f4693ede2d393f59c07abc159b2cb2be980820e01fb", size = 23534466, upload-time = "2025-10-28T17:32:01.875Z" },
|
|
3144
|
+
{ url = "https://files.pythonhosted.org/packages/be/a0/668c4609ce6dbf2f948e167836ccaf897f95fb63fa231c87da7558a374cd/scipy-1.16.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:532fb5ad6a87e9e9cd9c959b106b73145a03f04c7d57ea3e6f6bb60b86ab0876", size = 33593618, upload-time = "2025-10-28T17:32:06.902Z" },
|
|
3145
|
+
{ url = "https://files.pythonhosted.org/packages/ca/6e/8942461cf2636cdae083e3eb72622a7fbbfa5cf559c7d13ab250a5dbdc01/scipy-1.16.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0151a0749efeaaab78711c78422d413c583b8cdd2011a3c1d6c794938ee9fdb2", size = 35899798, upload-time = "2025-10-28T17:32:12.665Z" },
|
|
3146
|
+
{ url = "https://files.pythonhosted.org/packages/79/e8/d0f33590364cdbd67f28ce79368b373889faa4ee959588beddf6daef9abe/scipy-1.16.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b7180967113560cca57418a7bc719e30366b47959dd845a93206fbed693c867e", size = 36226154, upload-time = "2025-10-28T17:32:17.961Z" },
|
|
3147
|
+
{ url = "https://files.pythonhosted.org/packages/39/c1/1903de608c0c924a1749c590064e65810f8046e437aba6be365abc4f7557/scipy-1.16.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:deb3841c925eeddb6afc1e4e4a45e418d19ec7b87c5df177695224078e8ec733", size = 38878540, upload-time = "2025-10-28T17:32:23.907Z" },
|
|
3148
|
+
{ url = "https://files.pythonhosted.org/packages/f1/d0/22ec7036ba0b0a35bccb7f25ab407382ed34af0b111475eb301c16f8a2e5/scipy-1.16.3-cp311-cp311-win_amd64.whl", hash = "sha256:53c3844d527213631e886621df5695d35e4f6a75f620dca412bcd292f6b87d78", size = 38722107, upload-time = "2025-10-28T17:32:29.921Z" },
|
|
3149
|
+
{ url = "https://files.pythonhosted.org/packages/7b/60/8a00e5a524bb3bf8898db1650d350f50e6cffb9d7a491c561dc9826c7515/scipy-1.16.3-cp311-cp311-win_arm64.whl", hash = "sha256:9452781bd879b14b6f055b26643703551320aa8d79ae064a71df55c00286a184", size = 25506272, upload-time = "2025-10-28T17:32:34.577Z" },
|
|
3150
|
+
{ url = "https://files.pythonhosted.org/packages/40/41/5bf55c3f386b1643812f3a5674edf74b26184378ef0f3e7c7a09a7e2ca7f/scipy-1.16.3-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:81fc5827606858cf71446a5e98715ba0e11f0dbc83d71c7409d05486592a45d6", size = 36659043, upload-time = "2025-10-28T17:32:40.285Z" },
|
|
3151
|
+
{ url = "https://files.pythonhosted.org/packages/1e/0f/65582071948cfc45d43e9870bf7ca5f0e0684e165d7c9ef4e50d783073eb/scipy-1.16.3-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:c97176013d404c7346bf57874eaac5187d969293bf40497140b0a2b2b7482e07", size = 28898986, upload-time = "2025-10-28T17:32:45.325Z" },
|
|
3152
|
+
{ url = "https://files.pythonhosted.org/packages/96/5e/36bf3f0ac298187d1ceadde9051177d6a4fe4d507e8f59067dc9dd39e650/scipy-1.16.3-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:2b71d93c8a9936046866acebc915e2af2e292b883ed6e2cbe5c34beb094b82d9", size = 20889814, upload-time = "2025-10-28T17:32:49.277Z" },
|
|
3153
|
+
{ url = "https://files.pythonhosted.org/packages/80/35/178d9d0c35394d5d5211bbff7ac4f2986c5488b59506fef9e1de13ea28d3/scipy-1.16.3-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:3d4a07a8e785d80289dfe66b7c27d8634a773020742ec7187b85ccc4b0e7b686", size = 23565795, upload-time = "2025-10-28T17:32:53.337Z" },
|
|
3154
|
+
{ url = "https://files.pythonhosted.org/packages/fa/46/d1146ff536d034d02f83c8afc3c4bab2eddb634624d6529a8512f3afc9da/scipy-1.16.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0553371015692a898e1aa858fed67a3576c34edefa6b7ebdb4e9dde49ce5c203", size = 33349476, upload-time = "2025-10-28T17:32:58.353Z" },
|
|
3155
|
+
{ url = "https://files.pythonhosted.org/packages/79/2e/415119c9ab3e62249e18c2b082c07aff907a273741b3f8160414b0e9193c/scipy-1.16.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:72d1717fd3b5e6ec747327ce9bda32d5463f472c9dce9f54499e81fbd50245a1", size = 35676692, upload-time = "2025-10-28T17:33:03.88Z" },
|
|
3156
|
+
{ url = "https://files.pythonhosted.org/packages/27/82/df26e44da78bf8d2aeaf7566082260cfa15955a5a6e96e6a29935b64132f/scipy-1.16.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1fb2472e72e24d1530debe6ae078db70fb1605350c88a3d14bc401d6306dbffe", size = 36019345, upload-time = "2025-10-28T17:33:09.773Z" },
|
|
3157
|
+
{ url = "https://files.pythonhosted.org/packages/82/31/006cbb4b648ba379a95c87262c2855cd0d09453e500937f78b30f02fa1cd/scipy-1.16.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c5192722cffe15f9329a3948c4b1db789fbb1f05c97899187dcf009b283aea70", size = 38678975, upload-time = "2025-10-28T17:33:15.809Z" },
|
|
3158
|
+
{ url = "https://files.pythonhosted.org/packages/c2/7f/acbd28c97e990b421af7d6d6cd416358c9c293fc958b8529e0bd5d2a2a19/scipy-1.16.3-cp312-cp312-win_amd64.whl", hash = "sha256:56edc65510d1331dae01ef9b658d428e33ed48b4f77b1d51caf479a0253f96dc", size = 38555926, upload-time = "2025-10-28T17:33:21.388Z" },
|
|
3159
|
+
{ url = "https://files.pythonhosted.org/packages/ce/69/c5c7807fd007dad4f48e0a5f2153038dc96e8725d3345b9ee31b2b7bed46/scipy-1.16.3-cp312-cp312-win_arm64.whl", hash = "sha256:a8a26c78ef223d3e30920ef759e25625a0ecdd0d60e5a8818b7513c3e5384cf2", size = 25463014, upload-time = "2025-10-28T17:33:25.975Z" },
|
|
3160
|
+
{ url = "https://files.pythonhosted.org/packages/72/f1/57e8327ab1508272029e27eeef34f2302ffc156b69e7e233e906c2a5c379/scipy-1.16.3-cp313-cp313-macosx_10_14_x86_64.whl", hash = "sha256:d2ec56337675e61b312179a1ad124f5f570c00f920cc75e1000025451b88241c", size = 36617856, upload-time = "2025-10-28T17:33:31.375Z" },
|
|
3161
|
+
{ url = "https://files.pythonhosted.org/packages/44/13/7e63cfba8a7452eb756306aa2fd9b37a29a323b672b964b4fdeded9a3f21/scipy-1.16.3-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:16b8bc35a4cc24db80a0ec836a9286d0e31b2503cb2fd7ff7fb0e0374a97081d", size = 28874306, upload-time = "2025-10-28T17:33:36.516Z" },
|
|
3162
|
+
{ url = "https://files.pythonhosted.org/packages/15/65/3a9400efd0228a176e6ec3454b1fa998fbbb5a8defa1672c3f65706987db/scipy-1.16.3-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:5803c5fadd29de0cf27fa08ccbfe7a9e5d741bf63e4ab1085437266f12460ff9", size = 20865371, upload-time = "2025-10-28T17:33:42.094Z" },
|
|
3163
|
+
{ url = "https://files.pythonhosted.org/packages/33/d7/eda09adf009a9fb81827194d4dd02d2e4bc752cef16737cc4ef065234031/scipy-1.16.3-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:b81c27fc41954319a943d43b20e07c40bdcd3ff7cf013f4fb86286faefe546c4", size = 23524877, upload-time = "2025-10-28T17:33:48.483Z" },
|
|
3164
|
+
{ url = "https://files.pythonhosted.org/packages/7d/6b/3f911e1ebc364cb81320223a3422aab7d26c9c7973109a9cd0f27c64c6c0/scipy-1.16.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0c3b4dd3d9b08dbce0f3440032c52e9e2ab9f96ade2d3943313dfe51a7056959", size = 33342103, upload-time = "2025-10-28T17:33:56.495Z" },
|
|
3165
|
+
{ url = "https://files.pythonhosted.org/packages/21/f6/4bfb5695d8941e5c570a04d9fcd0d36bce7511b7d78e6e75c8f9791f82d0/scipy-1.16.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7dc1360c06535ea6116a2220f760ae572db9f661aba2d88074fe30ec2aa1ff88", size = 35697297, upload-time = "2025-10-28T17:34:04.722Z" },
|
|
3166
|
+
{ url = "https://files.pythonhosted.org/packages/04/e1/6496dadbc80d8d896ff72511ecfe2316b50313bfc3ebf07a3f580f08bd8c/scipy-1.16.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:663b8d66a8748051c3ee9c96465fb417509315b99c71550fda2591d7dd634234", size = 36021756, upload-time = "2025-10-28T17:34:13.482Z" },
|
|
3167
|
+
{ url = "https://files.pythonhosted.org/packages/fe/bd/a8c7799e0136b987bda3e1b23d155bcb31aec68a4a472554df5f0937eef7/scipy-1.16.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eab43fae33a0c39006a88096cd7b4f4ef545ea0447d250d5ac18202d40b6611d", size = 38696566, upload-time = "2025-10-28T17:34:22.384Z" },
|
|
3168
|
+
{ url = "https://files.pythonhosted.org/packages/cd/01/1204382461fcbfeb05b6161b594f4007e78b6eba9b375382f79153172b4d/scipy-1.16.3-cp313-cp313-win_amd64.whl", hash = "sha256:062246acacbe9f8210de8e751b16fc37458213f124bef161a5a02c7a39284304", size = 38529877, upload-time = "2025-10-28T17:35:51.076Z" },
|
|
3169
|
+
{ url = "https://files.pythonhosted.org/packages/7f/14/9d9fbcaa1260a94f4bb5b64ba9213ceb5d03cd88841fe9fd1ffd47a45b73/scipy-1.16.3-cp313-cp313-win_arm64.whl", hash = "sha256:50a3dbf286dbc7d84f176f9a1574c705f277cb6565069f88f60db9eafdbe3ee2", size = 25455366, upload-time = "2025-10-28T17:35:59.014Z" },
|
|
3170
|
+
{ url = "https://files.pythonhosted.org/packages/e2/a3/9ec205bd49f42d45d77f1730dbad9ccf146244c1647605cf834b3a8c4f36/scipy-1.16.3-cp313-cp313t-macosx_10_14_x86_64.whl", hash = "sha256:fb4b29f4cf8cc5a8d628bc8d8e26d12d7278cd1f219f22698a378c3d67db5e4b", size = 37027931, upload-time = "2025-10-28T17:34:31.451Z" },
|
|
3171
|
+
{ url = "https://files.pythonhosted.org/packages/25/06/ca9fd1f3a4589cbd825b1447e5db3a8ebb969c1eaf22c8579bd286f51b6d/scipy-1.16.3-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:8d09d72dc92742988b0e7750bddb8060b0c7079606c0d24a8cc8e9c9c11f9079", size = 29400081, upload-time = "2025-10-28T17:34:39.087Z" },
|
|
3172
|
+
{ url = "https://files.pythonhosted.org/packages/6a/56/933e68210d92657d93fb0e381683bc0e53a965048d7358ff5fbf9e6a1b17/scipy-1.16.3-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:03192a35e661470197556de24e7cb1330d84b35b94ead65c46ad6f16f6b28f2a", size = 21391244, upload-time = "2025-10-28T17:34:45.234Z" },
|
|
3173
|
+
{ url = "https://files.pythonhosted.org/packages/a8/7e/779845db03dc1418e215726329674b40576879b91814568757ff0014ad65/scipy-1.16.3-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:57d01cb6f85e34f0946b33caa66e892aae072b64b034183f3d87c4025802a119", size = 23929753, upload-time = "2025-10-28T17:34:51.793Z" },
|
|
3174
|
+
{ url = "https://files.pythonhosted.org/packages/4c/4b/f756cf8161d5365dcdef9e5f460ab226c068211030a175d2fc7f3f41ca64/scipy-1.16.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:96491a6a54e995f00a28a3c3badfff58fd093bf26cd5fb34a2188c8c756a3a2c", size = 33496912, upload-time = "2025-10-28T17:34:59.8Z" },
|
|
3175
|
+
{ url = "https://files.pythonhosted.org/packages/09/b5/222b1e49a58668f23839ca1542a6322bb095ab8d6590d4f71723869a6c2c/scipy-1.16.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:cd13e354df9938598af2be05822c323e97132d5e6306b83a3b4ee6724c6e522e", size = 35802371, upload-time = "2025-10-28T17:35:08.173Z" },
|
|
3176
|
+
{ url = "https://files.pythonhosted.org/packages/c1/8d/5964ef68bb31829bde27611f8c9deeac13764589fe74a75390242b64ca44/scipy-1.16.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:63d3cdacb8a824a295191a723ee5e4ea7768ca5ca5f2838532d9f2e2b3ce2135", size = 36190477, upload-time = "2025-10-28T17:35:16.7Z" },
|
|
3177
|
+
{ url = "https://files.pythonhosted.org/packages/ab/f2/b31d75cb9b5fa4dd39a0a931ee9b33e7f6f36f23be5ef560bf72e0f92f32/scipy-1.16.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:e7efa2681ea410b10dde31a52b18b0154d66f2485328830e45fdf183af5aefc6", size = 38796678, upload-time = "2025-10-28T17:35:26.354Z" },
|
|
3178
|
+
{ url = "https://files.pythonhosted.org/packages/b4/1e/b3723d8ff64ab548c38d87055483714fefe6ee20e0189b62352b5e015bb1/scipy-1.16.3-cp313-cp313t-win_amd64.whl", hash = "sha256:2d1ae2cf0c350e7705168ff2429962a89ad90c2d49d1dd300686d8b2a5af22fc", size = 38640178, upload-time = "2025-10-28T17:35:35.304Z" },
|
|
3179
|
+
{ url = "https://files.pythonhosted.org/packages/8e/f3/d854ff38789aca9b0cc23008d607ced9de4f7ab14fa1ca4329f86b3758ca/scipy-1.16.3-cp313-cp313t-win_arm64.whl", hash = "sha256:0c623a54f7b79dd88ef56da19bc2873afec9673a48f3b85b18e4d402bdd29a5a", size = 25803246, upload-time = "2025-10-28T17:35:42.155Z" },
|
|
3180
|
+
{ url = "https://files.pythonhosted.org/packages/99/f6/99b10fd70f2d864c1e29a28bbcaa0c6340f9d8518396542d9ea3b4aaae15/scipy-1.16.3-cp314-cp314-macosx_10_14_x86_64.whl", hash = "sha256:875555ce62743e1d54f06cdf22c1e0bc47b91130ac40fe5d783b6dfa114beeb6", size = 36606469, upload-time = "2025-10-28T17:36:08.741Z" },
|
|
3181
|
+
{ url = "https://files.pythonhosted.org/packages/4d/74/043b54f2319f48ea940dd025779fa28ee360e6b95acb7cd188fad4391c6b/scipy-1.16.3-cp314-cp314-macosx_12_0_arm64.whl", hash = "sha256:bb61878c18a470021fb515a843dc7a76961a8daceaaaa8bad1332f1bf4b54657", size = 28872043, upload-time = "2025-10-28T17:36:16.599Z" },
|
|
3182
|
+
{ url = "https://files.pythonhosted.org/packages/4d/e1/24b7e50cc1c4ee6ffbcb1f27fe9f4c8b40e7911675f6d2d20955f41c6348/scipy-1.16.3-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:f2622206f5559784fa5c4b53a950c3c7c1cf3e84ca1b9c4b6c03f062f289ca26", size = 20862952, upload-time = "2025-10-28T17:36:22.966Z" },
|
|
3183
|
+
{ url = "https://files.pythonhosted.org/packages/dd/3a/3e8c01a4d742b730df368e063787c6808597ccb38636ed821d10b39ca51b/scipy-1.16.3-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:7f68154688c515cdb541a31ef8eb66d8cd1050605be9dcd74199cbd22ac739bc", size = 23508512, upload-time = "2025-10-28T17:36:29.731Z" },
|
|
3184
|
+
{ url = "https://files.pythonhosted.org/packages/1f/60/c45a12b98ad591536bfe5330cb3cfe1850d7570259303563b1721564d458/scipy-1.16.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8b3c820ddb80029fe9f43d61b81d8b488d3ef8ca010d15122b152db77dc94c22", size = 33413639, upload-time = "2025-10-28T17:36:37.982Z" },
|
|
3185
|
+
{ url = "https://files.pythonhosted.org/packages/71/bc/35957d88645476307e4839712642896689df442f3e53b0fa016ecf8a3357/scipy-1.16.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d3837938ae715fc0fe3c39c0202de3a8853aff22ca66781ddc2ade7554b7e2cc", size = 35704729, upload-time = "2025-10-28T17:36:46.547Z" },
|
|
3186
|
+
{ url = "https://files.pythonhosted.org/packages/3b/15/89105e659041b1ca11c386e9995aefacd513a78493656e57789f9d9eab61/scipy-1.16.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:aadd23f98f9cb069b3bd64ddc900c4d277778242e961751f77a8cb5c4b946fb0", size = 36086251, upload-time = "2025-10-28T17:36:55.161Z" },
|
|
3187
|
+
{ url = "https://files.pythonhosted.org/packages/1a/87/c0ea673ac9c6cc50b3da2196d860273bc7389aa69b64efa8493bdd25b093/scipy-1.16.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:b7c5f1bda1354d6a19bc6af73a649f8285ca63ac6b52e64e658a5a11d4d69800", size = 38716681, upload-time = "2025-10-28T17:37:04.1Z" },
|
|
3188
|
+
{ url = "https://files.pythonhosted.org/packages/91/06/837893227b043fb9b0d13e4bd7586982d8136cb249ffb3492930dab905b8/scipy-1.16.3-cp314-cp314-win_amd64.whl", hash = "sha256:e5d42a9472e7579e473879a1990327830493a7047506d58d73fc429b84c1d49d", size = 39358423, upload-time = "2025-10-28T17:38:20.005Z" },
|
|
3189
|
+
{ url = "https://files.pythonhosted.org/packages/95/03/28bce0355e4d34a7c034727505a02d19548549e190bedd13a721e35380b7/scipy-1.16.3-cp314-cp314-win_arm64.whl", hash = "sha256:6020470b9d00245926f2d5bb93b119ca0340f0d564eb6fbaad843eaebf9d690f", size = 26135027, upload-time = "2025-10-28T17:38:24.966Z" },
|
|
3190
|
+
{ url = "https://files.pythonhosted.org/packages/b2/6f/69f1e2b682efe9de8fe9f91040f0cd32f13cfccba690512ba4c582b0bc29/scipy-1.16.3-cp314-cp314t-macosx_10_14_x86_64.whl", hash = "sha256:e1d27cbcb4602680a49d787d90664fa4974063ac9d4134813332a8c53dbe667c", size = 37028379, upload-time = "2025-10-28T17:37:14.061Z" },
|
|
3191
|
+
{ url = "https://files.pythonhosted.org/packages/7c/2d/e826f31624a5ebbab1cd93d30fd74349914753076ed0593e1d56a98c4fb4/scipy-1.16.3-cp314-cp314t-macosx_12_0_arm64.whl", hash = "sha256:9b9c9c07b6d56a35777a1b4cc8966118fb16cfd8daf6743867d17d36cfad2d40", size = 29400052, upload-time = "2025-10-28T17:37:21.709Z" },
|
|
3192
|
+
{ url = "https://files.pythonhosted.org/packages/69/27/d24feb80155f41fd1f156bf144e7e049b4e2b9dd06261a242905e3bc7a03/scipy-1.16.3-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:3a4c460301fb2cffb7f88528f30b3127742cff583603aa7dc964a52c463b385d", size = 21391183, upload-time = "2025-10-28T17:37:29.559Z" },
|
|
3193
|
+
{ url = "https://files.pythonhosted.org/packages/f8/d3/1b229e433074c5738a24277eca520a2319aac7465eea7310ea6ae0e98ae2/scipy-1.16.3-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:f667a4542cc8917af1db06366d3f78a5c8e83badd56409f94d1eac8d8d9133fa", size = 23930174, upload-time = "2025-10-28T17:37:36.306Z" },
|
|
3194
|
+
{ url = "https://files.pythonhosted.org/packages/16/9d/d9e148b0ec680c0f042581a2be79a28a7ab66c0c4946697f9e7553ead337/scipy-1.16.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f379b54b77a597aa7ee5e697df0d66903e41b9c85a6dd7946159e356319158e8", size = 33497852, upload-time = "2025-10-28T17:37:42.228Z" },
|
|
3195
|
+
{ url = "https://files.pythonhosted.org/packages/2f/22/4e5f7561e4f98b7bea63cf3fd7934bff1e3182e9f1626b089a679914d5c8/scipy-1.16.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4aff59800a3b7f786b70bfd6ab551001cb553244988d7d6b8299cb1ea653b353", size = 35798595, upload-time = "2025-10-28T17:37:48.102Z" },
|
|
3196
|
+
{ url = "https://files.pythonhosted.org/packages/83/42/6644d714c179429fc7196857866f219fef25238319b650bb32dde7bf7a48/scipy-1.16.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:da7763f55885045036fabcebd80144b757d3db06ab0861415d1c3b7c69042146", size = 36186269, upload-time = "2025-10-28T17:37:53.72Z" },
|
|
3197
|
+
{ url = "https://files.pythonhosted.org/packages/ac/70/64b4d7ca92f9cf2e6fc6aaa2eecf80bb9b6b985043a9583f32f8177ea122/scipy-1.16.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ffa6eea95283b2b8079b821dc11f50a17d0571c92b43e2b5b12764dc5f9b285d", size = 38802779, upload-time = "2025-10-28T17:37:59.393Z" },
|
|
3198
|
+
{ url = "https://files.pythonhosted.org/packages/61/82/8d0e39f62764cce5ffd5284131e109f07cf8955aef9ab8ed4e3aa5e30539/scipy-1.16.3-cp314-cp314t-win_amd64.whl", hash = "sha256:d9f48cafc7ce94cf9b15c6bffdc443a81a27bf7075cf2dcd5c8b40f85d10c4e7", size = 39471128, upload-time = "2025-10-28T17:38:05.259Z" },
|
|
3199
|
+
{ url = "https://files.pythonhosted.org/packages/64/47/a494741db7280eae6dc033510c319e34d42dd41b7ac0c7ead39354d1a2b5/scipy-1.16.3-cp314-cp314t-win_arm64.whl", hash = "sha256:21d9d6b197227a12dcbf9633320a4e34c6b0e51c57268df255a0942983bac562", size = 26464127, upload-time = "2025-10-28T17:38:11.34Z" },
|
|
3200
3200
|
]
|
|
3201
3201
|
|
|
3202
3202
|
[[package]]
|
|
@@ -3579,7 +3579,7 @@ wheels = [
|
|
|
3579
3579
|
|
|
3580
3580
|
[[package]]
|
|
3581
3581
|
name = "virtualenv"
|
|
3582
|
-
version = "20.35.
|
|
3582
|
+
version = "20.35.4"
|
|
3583
3583
|
source = { registry = "https://pypi.org/simple" }
|
|
3584
3584
|
dependencies = [
|
|
3585
3585
|
{ name = "distlib" },
|
|
@@ -3587,9 +3587,9 @@ dependencies = [
|
|
|
3587
3587
|
{ name = "platformdirs" },
|
|
3588
3588
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
3589
3589
|
]
|
|
3590
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3590
|
+
sdist = { url = "https://files.pythonhosted.org/packages/20/28/e6f1a6f655d620846bd9df527390ecc26b3805a0c5989048c210e22c5ca9/virtualenv-20.35.4.tar.gz", hash = "sha256:643d3914d73d3eeb0c552cbb12d7e82adf0e504dbf86a3182f8771a153a1971c", size = 6028799, upload-time = "2025-10-29T06:57:40.511Z" }
|
|
3591
3591
|
wheels = [
|
|
3592
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3592
|
+
{ url = "https://files.pythonhosted.org/packages/79/0c/c05523fa3181fdf0c9c52a6ba91a23fbf3246cc095f26f6516f9c60e6771/virtualenv-20.35.4-py3-none-any.whl", hash = "sha256:c21c9cede36c9753eeade68ba7d523529f228a403463376cf821eaae2b650f1b", size = 6005095, upload-time = "2025-10-29T06:57:37.598Z" },
|
|
3593
3593
|
]
|
|
3594
3594
|
|
|
3595
3595
|
[[package]]
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"@giscus/react": "^3.0.0",
|
|
46
46
|
"@mdx-js/react": "^3.0.1",
|
|
47
47
|
"@mermaid-js/layout-elk": "^0.2.0",
|
|
48
|
+
"@rspack/core": "<1.6.0",
|
|
48
49
|
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.1",
|
|
49
50
|
"axios": "^1.5.0",
|
|
50
51
|
"buffer": "^6.0.3",
|
|
@@ -62,5 +63,8 @@
|
|
|
62
63
|
"stream-browserify": "^3.0.0",
|
|
63
64
|
"unist-util-visit": "^5.0.0"
|
|
64
65
|
},
|
|
66
|
+
"resolutions": {
|
|
67
|
+
"@rspack/core": "<1.6.0"
|
|
68
|
+
},
|
|
65
69
|
"packageManager": "yarn@4.10.3"
|
|
66
70
|
}
|