crawlee 1.1.1b9__tar.gz → 1.1.1b10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/PKG-INFO +1 -1
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/pyproject.toml +1 -1
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/uv.lock +140 -134
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/yarn.lock +213 -282
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.editorconfig +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/CODEOWNERS +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/pull_request_template.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/workflows/check_pr_title.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/workflows/pre_release.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/workflows/release.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/workflows/run_code_checks.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/workflows/templates_e2e_tests.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.github/workflows/update_new_issue.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.gitignore +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.markdownlint.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/.pre-commit-config.yaml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/CHANGELOG.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/CONTRIBUTING.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/LICENSE +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/Makefile +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/README.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/before_scroll.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/apify_platform.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/crawler_as_actor_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/get_public_url.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/log_with_config_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/proxy_advanced_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/code_examples/apify/proxy_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/code_examples/google/cloud_run_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/code_examples/google/google_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/google_cloud.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/deployment/google_cloud_run.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/add_data_to_dataset.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/beautifulsoup_crawler.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/capture_screenshot_using_playwright.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/capturing_page_snapshots_with_error_snapshotter.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/adaptive_playwright_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/add_data_to_dataset_bs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/add_data_to_dataset_dataset.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/add_data_to_dataset_pw.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/beautifulsoup_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/beautifulsoup_crawler_keep_alive.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/beautifulsoup_crawler_stop.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/capture_screenshot_using_playwright.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/configure_json_logging.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_all_links_on_website_bs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_all_links_on_website_pw.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_multiple_urls_bs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_multiple_urls_pw.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_specific_links_on_website_bs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_specific_links_on_website_pw.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_all_links.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_same_domain.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_same_hostname.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/crawl_website_with_relative_links_same_origin.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/export_entire_dataset_to_file_csv.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/export_entire_dataset_to_file_json.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/extract_and_add_specific_links_on_website_bs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/extract_and_add_specific_links_on_website_pw.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/fill_and_submit_web_form_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/fill_and_submit_web_form_request.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/parsel_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/parsel_crawler_with_error_snapshotter.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_block_requests.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler_with_camoufox.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler_with_error_snapshotter.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/playwright_crawler_with_fingerprint_generator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/respect_robots_on_skipped_request.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/respect_robots_txt_file.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/resuming_paused_crawl.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/using_browser_profiles_chrome.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/using_browser_profiles_firefox.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/code_examples/using_sitemap_request_loader.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/crawl_all_links_on_website.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/crawl_multiple_urls.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/crawl_specific_links_on_website.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/crawl_website_with_relative_links.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/crawler_keep_alive.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/crawler_stop.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/export_entire_dataset_to_file.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/fill_and_submit_web_form.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/json_logging.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/parsel_crawler.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/playwright_crawler.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_adaptive.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_with_block_requests.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_with_camoufox.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/playwright_crawler_with_fingerprint_generator.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/respect_robots_txt_file.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/resuming_paused_crawl.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/using_browser_profile.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/examples/using_sitemap_request_loader.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/architecture_overview.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/avoid_blocking.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/avoid_blocking/default_fingerprint_generator_with_args.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/avoid_blocking/playwright_with_fingerprint_generator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/creating_web_archive/manual_archiving_parsel_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/creating_web_archive/manual_archiving_playwright_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/creating_web_archive/simple_pw_through_proxy_pywb_server.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/error_handling/change_handle_error_status.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/error_handling/disable_retry.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/error_handling/handle_proxy_error.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/http_clients/parsel_curl_impersonate_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/http_clients/parsel_httpx_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/http_clients/parsel_impit_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/beautifulsoup_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/custom_crawler_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/http_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/http_crawlers/parsel_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/login_crawler/http_login.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/login_crawler/playwright_login.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/browser_configuration_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/multiple_launch_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/plugin_browser_configuration_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler/pre_navigation_hook_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/handler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/init_beautifulsoup.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/init_parsel.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/init_prediction.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_adaptive/pre_nav_hooks.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/browser_classes.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/stagehand_run.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/playwright_crawler_stagehand/support_classes.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/inspecting_bs_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/inspecting_pw_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/integration_bs_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/integration_pw_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/quick_start_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/session_bs_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/session_pw_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/tiers_bs_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/proxy_management/tiers_pw_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_basic_example_with_persist.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_tandem_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/rl_tandem_example_explicit.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_example_with_persist.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_tandem_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_loaders/sitemap_tandem_example_explicit.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/adaptive_crawler_handlers.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/basic_request_handlers.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/custom_router_default_only.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/error_handler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/failed_request_handler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/http_pre_navigation.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/playwright_pre_navigation.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/request_router/simple_default_handler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/running_in_web_server/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/running_in_web_server/crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/running_in_web_server/server.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/scaling_crawlers/max_tasks_per_minute_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/scaling_crawlers/min_and_max_concurrency_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_conflicts.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_crawler_configuration.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_crawler_event_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_crawler_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_locator_configuration.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_locator_event_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_locator_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_storage_configuration.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/service_locator/service_storage_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/multi_sessions_http.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/one_session_http.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_basic.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_beautifulsoup.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_http.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_parsel.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_playwright.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/session_management/sm_standalone.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/custom_storage_client_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/file_system_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/file_system_storage_client_configuration_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/memory_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/redis_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/redis_storage_client_configuration_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/registering_storage_clients_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/sql_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storage_clients/sql_storage_client_configuration_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/cleaning_do_not_purge_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/cleaning_purge_explicitly_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/dataset_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/dataset_with_crawler_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/dataset_with_crawler_explicit_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/helper_add_requests_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/helper_enqueue_links_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/kvs_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/kvs_with_crawler_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/kvs_with_crawler_explicit_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/opening.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/rq_basic_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/rq_with_crawler_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/storages/rq_with_crawler_explicit_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/code_examples/trace_and_monitor_crawlers/instrument_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/crawler_login.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/creating_web_archive.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/error_handling.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/http_clients.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/http_crawlers.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/playwright_crawler.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/playwright_crawler_adaptive.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/playwright_crawler_stagehand.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/proxy_management.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/request_loaders.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/request_router.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/running_in_web_server.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/scaling_crawlers.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/service_locator.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/session_management.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/storage_clients.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/storages.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/guides/trace_and_monitor_crawlers.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/01_setting_up.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/02_first_crawler.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/03_adding_more_urls.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/04_real_world_project.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/05_crawling.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/06_scraping.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/07_saving_data.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/08_refactoring.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/09_running_in_cloud.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/02_bs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/02_bs_better.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/02_request_queue.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_enqueue_strategy.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_finding_new_links.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_globs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_original_code.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/03_transform_request.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/04_sanity_check.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/05_crawling_detail.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/05_crawling_listing.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/06_scraping.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/07_final_code.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/07_first_code.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/08_main.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/08_routes.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/09_apify_sdk.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/code_examples/routes.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/introduction/index.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/pyproject.toml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/quick-start/code_examples/beautifulsoup_crawler_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/quick-start/code_examples/parsel_crawler_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/quick-start/code_examples/playwright_crawler_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/quick-start/code_examples/playwright_crawler_headful_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/quick-start/index.mdx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/upgrading/upgrading_to_v0x.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/docs/upgrading/upgrading_to_v1.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/renovate.json +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/_types.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/autoscaled_pool.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/snapshotter.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_autoscaling/system_status.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_browserforge_workaround.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_cli.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_consts.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_log_config.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_request.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_service_locator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_types.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/blocked.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/byte_size.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/console.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/crypto.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/docs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/file.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/globs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/html_to_text.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/models.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/raise_if_too_many_kwargs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/recoverable_state.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/recurring_task.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/requests.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/robots.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/sitemap.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/system.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/time.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/try_import.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/urls.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/wait.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/_utils/web.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/_browser_controller.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/_browser_plugin.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/_browser_pool.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/_playwright_browser.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/_playwright_browser_controller.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/_playwright_browser_plugin.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/_types.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/browsers/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/configuration.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/_abstract_http_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/_abstract_http_parser.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/_http_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_abstract_http/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler_statistics.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_rendering_type_predictor.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_result_comparator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_adaptive_playwright/_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_basic_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_basic_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_context_pipeline.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/_logging_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_basic/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_parser.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_beautifulsoup/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_http/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_http/_http_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_http/_http_parser.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_parsel_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_parsel_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_parsel_parser.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_parsel/_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_http_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_playwright_pre_nav_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_types.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_playwright/_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/_types.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/crawlers/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/errors.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/events/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/events/_event_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/events/_local_event_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/events/_types.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/events/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_browserforge_adapter.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_consts.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_fingerprint_generator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_header_generator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/_types.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/fingerprint_suite/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/http_clients/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/http_clients/_base.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/http_clients/_curl_impersonate.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/http_clients/_httpx.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/http_clients/_impit.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/otel/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/otel/crawler_instrumentor.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/cookiecutter.json +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/hooks/post_gen_project.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/hooks/pre_gen_project.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_beautifulsoup.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_parsel.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_playwright.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/main_playwright_camoufox.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_beautifulsoup.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_camoufox.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_parsel.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_playwright.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/templates/routes_playwright_camoufox.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/.dockerignore +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/README.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/pyproject.toml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/requirements.txt +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__main__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/main.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/routes.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/proxy_configuration.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/request_loaders/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_list.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_loader.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_request_manager_tandem.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/request_loaders/_sitemap_request_loader.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/router.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/sessions/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/sessions/_cookies.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/sessions/_models.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/sessions/_session.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/sessions/_session_pool.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/sessions/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/statistics/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/statistics/_error_snapshotter.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/statistics/_error_tracker.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/statistics/_models.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/statistics/_statistics.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_request_queue_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_base/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_request_queue_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_file_system/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_request_queue_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_memory/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_client_mixin.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_request_queue_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_bloom_add_requests.lua +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_fetch_request.lua +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_set_add_requests.lua +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/lua_scripts/reclaim_stale_requests.lua +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_redis/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_client_mixin.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_db_models.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_request_queue_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/_storage_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/_sql/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/models.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storage_clients/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/_base.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/_dataset.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/_key_value_store.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/_request_queue.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/_storage_instance_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/src/crawlee/storages/py.typed +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/e2e/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/e2e/conftest.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/e2e/project_template/test_static_crawlers_templates.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/e2e/project_template/utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/README.md +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/__init__.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_autoscaling/test_autoscaled_pool.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_autoscaling/test_snapshotter.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_autoscaling/test_system_status.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_statistics/test_error_tracker.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_statistics/test_periodic_logging.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_statistics/test_persistence.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_statistics/test_request_processing_record.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_byte_size.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_console.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_crypto.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_file.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_globs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_html_to_text.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_measure_time.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_raise_if_too_many_kwargs.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_recurring_task.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_requests.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_robots.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_sitemap.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_system.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_timedelata_ms.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/_utils/test_urls.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/browsers/test_browser_pool.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/browsers/test_playwright_browser.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/browsers/test_playwright_browser_controller.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/browsers/test_playwright_browser_plugin.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/conftest.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler_statistics.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawling_context.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_adaptive_playwright/test_predictor.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_basic/test_basic_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_basic/test_context_pipeline.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_beautifulsoup/test_beautifulsoup_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_http/test_http_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_parsel/test_parsel_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_playwright/test_playwright_crawler.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/crawlers/_playwright/test_utils.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/events/test_event_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/events/test_local_event_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/fingerprint_suite/test_adapters.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/fingerprint_suite/test_header_generator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/http_clients/test_http_clients.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/http_clients/test_httpx.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/otel/test_crawler_instrumentor.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/proxy_configuration/test_new_proxy_info.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/proxy_configuration/test_tiers.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/request_loaders/test_request_list.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/request_loaders/test_sitemap_request_loader.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/server.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/server_endpoints.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/server_static/test.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/server_static/test.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/sessions/test_cookies.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/sessions/test_models.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/sessions/test_session.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/sessions/test_session_pool.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_file_system/test_fs_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_file_system/test_fs_kvs_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_file_system/test_fs_rq_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_memory/test_memory_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_memory/test_memory_kvs_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_memory/test_memory_rq_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_redis/test_redis_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_redis/test_redis_kvs_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_redis/test_redis_rq_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_sql/test_sql_dataset_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_sql/test_sql_kvs_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storage_clients/_sql/test_sql_rq_client.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storages/conftest.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storages/test_dataset.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storages/test_key_value_store.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storages/test_request_manager_tandem.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storages/test_request_queue.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/storages/test_storage_instance_manager.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/test_cli.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/test_configuration.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/test_log_config.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/test_router.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/tests/unit/test_service_locator.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/.eslintrc.json +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/.yarnrc.yml +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/babel.config.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/build_api_reference.sh +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/docusaurus.config.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/generate_module_shortcuts.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/package.json +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/patches/@docusaurus+core+3.4.0.patch +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/patches/@docusaurus+core+3.5.2.patch +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/roa-loader/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/roa-loader/package.json +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/sidebars.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/ApiLink.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Button.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Button.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/CopyButton.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/CopyButton.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Gradients.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Highlights.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Highlights.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCliExample.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCliExample.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCtaSection.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageCtaSection.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageHeroSection.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/HomepageHeroSection.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageInfoWidget.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageInfoWidget.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageSwitch.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/LanguageSwitch.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/RiverSection.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/RiverSection.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/ThreeCardsWithIcon.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/ThreeCardsWithIcon.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/animated-crawlee-logo-dark.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/Homepage/animated-crawlee-logo-light.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/LLMButtons.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/LLMButtons.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/css/custom.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/pages/home_page_example.py +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/pages/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/pages/index.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/dark-mode-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/light-mode-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/ColorModeToggle/styles.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/DocItem/Content/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/DocItem/Content/styles.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/DocItem/Layout/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/DocItem/Layout/styles.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Footer/LinkItem/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Footer/LinkItem/index.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Footer/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Footer/index.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/MDXComponents/A.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/Content/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/Content/styles.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/Logo/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/Logo/index.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/Header/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/Header/index.module.css +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/Layout/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/Navbar/MobileSidebar/index.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/src/theme/NavbarItem/ComponentTypes.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/.nojekyll +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/font/lota.woff +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/font/lota.woff2 +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/API.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/arrow_right.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/auto-scaling-dark.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/auto-scaling-light.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/check.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/chrome-scrape-dark.gif +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/chrome-scrape-light.gif +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/cloud_icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/community-dark-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/community-light-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-dark-new.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-dark.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-javascript-dark.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-javascript-light.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-light-new.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-light.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-logo-monocolor.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-logo.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-python-dark.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-python-light.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/crawlee-python-og.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/defaults-dark-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/defaults-light-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/discord-brand-dark.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/discord-brand.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/docusaurus.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/external-link.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/favicon.ico +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/favorite-tools-dark.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/favorite-tools-light.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/features/auto-scaling.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/features/automate-everything.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/features/fingerprints.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/features/node-requests.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/features/runs-on-py.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/features/storage.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/features/works-everywhere.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/00.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/01.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/02.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/fill-and-submit-web-form/03.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/getting-started/current-price.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/getting-started/scraping-practice.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/getting-started/select-an-element.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/getting-started/selected-element.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/getting-started/sku.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/getting-started/title.jpg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/github-brand-dark.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/github-brand.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/guides/jaeger_otel_search_view_example.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/guides/jaeger_otel_trace_example.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/hearth copy.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/hearth.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/javascript_logo.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/js_file.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/logo-big.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/logo-blur.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/logo-blur.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/logo-zoom.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/menu-arrows.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/oss_logo.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/puppeteer-live-view-dashboard.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/puppeteer-live-view-detail.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/queue-dark-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/queue-light-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/resuming-paused-crawl/00.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/resuming-paused-crawl/01.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/robot.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/routing-dark-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/routing-light-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/scraping-utils-dark-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/scraping-utils-light-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/smart-proxy-dark.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/smart-proxy-light.webp +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/source_code.png +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/system.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/triangles_dark.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/triangles_light.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/workflow.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/zero-setup-dark-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/img/zero-setup-light-icon.svg +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/js/custom.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/static/robots.txt +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tools/docs-prettier.config.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tools/utils/externalLink.js +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-dark.gif +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-dark.mp4 +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-light.gif +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tools/website_gif/chrome-scrape-light.mp4 +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tools/website_gif/website_gif.mjs +0 -0
- {crawlee-1.1.1b9 → crawlee-1.1.1b10}/website/tsconfig.eslint.json +0 -0
|
@@ -39,17 +39,16 @@ wheels = [
|
|
|
39
39
|
|
|
40
40
|
[[package]]
|
|
41
41
|
name = "anyio"
|
|
42
|
-
version = "4.
|
|
42
|
+
version = "4.12.0"
|
|
43
43
|
source = { registry = "https://pypi.org/simple" }
|
|
44
44
|
dependencies = [
|
|
45
45
|
{ name = "exceptiongroup", marker = "python_full_version < '3.11'" },
|
|
46
46
|
{ name = "idna" },
|
|
47
|
-
{ name = "sniffio" },
|
|
48
47
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
49
48
|
]
|
|
50
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
49
|
+
sdist = { url = "https://files.pythonhosted.org/packages/16/ce/8a777047513153587e5434fd752e89334ac33e379aa3497db860eeb60377/anyio-4.12.0.tar.gz", hash = "sha256:73c693b567b0c55130c104d0b43a9baf3aa6a31fc6110116509f27bf75e21ec0", size = 228266, upload-time = "2025-11-28T23:37:38.911Z" }
|
|
51
50
|
wheels = [
|
|
52
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/7f/9c/36c5c37947ebfb8c7f22e0eb6e4d188ee2d53aa3880f3f2744fb894f0cb1/anyio-4.12.0-py3-none-any.whl", hash = "sha256:dad2376a628f98eeca4881fc56cd06affd18f659b17a747d3ff0307ced94b1bb", size = 113362, upload-time = "2025-11-28T23:36:57.897Z" },
|
|
53
52
|
]
|
|
54
53
|
|
|
55
54
|
[[package]]
|
|
@@ -109,45 +108,61 @@ wheels = [
|
|
|
109
108
|
|
|
110
109
|
[[package]]
|
|
111
110
|
name = "asyncpg"
|
|
112
|
-
version = "0.
|
|
111
|
+
version = "0.31.0"
|
|
113
112
|
source = { registry = "https://pypi.org/simple" }
|
|
114
113
|
dependencies = [
|
|
115
114
|
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
|
|
116
115
|
]
|
|
117
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
118
|
-
wheels = [
|
|
119
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
120
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
121
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
122
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
123
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
124
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
125
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
126
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
127
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
128
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
129
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
130
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
131
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
132
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
133
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
134
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
135
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
136
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
137
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
138
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
139
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
140
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
141
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
142
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
143
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
144
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
145
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
146
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
147
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
148
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
149
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
150
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
116
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/cc/d18065ce2380d80b1bcce927c24a2642efd38918e33fd724bc4bca904877/asyncpg-0.31.0.tar.gz", hash = "sha256:c989386c83940bfbd787180f2b1519415e2d3d6277a70d9d0f0145ac73500735", size = 993667, upload-time = "2025-11-24T23:27:00.812Z" }
|
|
117
|
+
wheels = [
|
|
118
|
+
{ url = "https://files.pythonhosted.org/packages/c3/d9/507c80bdac2e95e5a525644af94b03fa7f9a44596a84bd48a6e80f854f92/asyncpg-0.31.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:831712dd3cf117eec68575a9b50da711893fd63ebe277fc155ecae1c6c9f0f61", size = 644865, upload-time = "2025-11-24T23:25:23.527Z" },
|
|
119
|
+
{ url = "https://files.pythonhosted.org/packages/ea/03/f93b5e543f65c5f504e91405e8d21bb9e600548be95032951a754781a41d/asyncpg-0.31.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0b17c89312c2f4ccea222a3a6571f7df65d4ba2c0e803339bfc7bed46a96d3be", size = 639297, upload-time = "2025-11-24T23:25:25.192Z" },
|
|
120
|
+
{ url = "https://files.pythonhosted.org/packages/e5/1e/de2177e57e03a06e697f6c1ddf2a9a7fcfdc236ce69966f54ffc830fd481/asyncpg-0.31.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3faa62f997db0c9add34504a68ac2c342cfee4d57a0c3062fcf0d86c7f9cb1e8", size = 2816679, upload-time = "2025-11-24T23:25:26.718Z" },
|
|
121
|
+
{ url = "https://files.pythonhosted.org/packages/d0/98/1a853f6870ac7ad48383a948c8ff3c85dc278066a4d69fc9af7d3d4b1106/asyncpg-0.31.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8ea599d45c361dfbf398cb67da7fd052affa556a401482d3ff1ee99bd68808a1", size = 2867087, upload-time = "2025-11-24T23:25:28.399Z" },
|
|
122
|
+
{ url = "https://files.pythonhosted.org/packages/11/29/7e76f2a51f2360a7c90d2cf6d0d9b210c8bb0ae342edebd16173611a55c2/asyncpg-0.31.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:795416369c3d284e1837461909f58418ad22b305f955e625a4b3a2521d80a5f3", size = 2747631, upload-time = "2025-11-24T23:25:30.154Z" },
|
|
123
|
+
{ url = "https://files.pythonhosted.org/packages/5d/3f/716e10cb57c4f388248db46555e9226901688fbfabd0afb85b5e1d65d5a7/asyncpg-0.31.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:a8d758dac9d2e723e173d286ef5e574f0b350ec00e9186fce84d0fc5f6a8e6b8", size = 2855107, upload-time = "2025-11-24T23:25:31.888Z" },
|
|
124
|
+
{ url = "https://files.pythonhosted.org/packages/7e/ec/3ebae9dfb23a1bd3f68acfd4f795983b65b413291c0e2b0d982d6ae6c920/asyncpg-0.31.0-cp310-cp310-win32.whl", hash = "sha256:2d076d42eb583601179efa246c5d7ae44614b4144bc1c7a683ad1222814ed095", size = 521990, upload-time = "2025-11-24T23:25:33.402Z" },
|
|
125
|
+
{ url = "https://files.pythonhosted.org/packages/20/b4/9fbb4b0af4e36d96a61d026dd37acab3cf521a70290a09640b215da5ab7c/asyncpg-0.31.0-cp310-cp310-win_amd64.whl", hash = "sha256:9ea33213ac044171f4cac23740bed9a3805abae10e7025314cfbd725ec670540", size = 581629, upload-time = "2025-11-24T23:25:34.846Z" },
|
|
126
|
+
{ url = "https://files.pythonhosted.org/packages/08/17/cc02bc49bc350623d050fa139e34ea512cd6e020562f2a7312a7bcae4bc9/asyncpg-0.31.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:eee690960e8ab85063ba93af2ce128c0f52fd655fdff9fdb1a28df01329f031d", size = 643159, upload-time = "2025-11-24T23:25:36.443Z" },
|
|
127
|
+
{ url = "https://files.pythonhosted.org/packages/a4/62/4ded7d400a7b651adf06f49ea8f73100cca07c6df012119594d1e3447aa6/asyncpg-0.31.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2657204552b75f8288de08ca60faf4a99a65deef3a71d1467454123205a88fab", size = 638157, upload-time = "2025-11-24T23:25:37.89Z" },
|
|
128
|
+
{ url = "https://files.pythonhosted.org/packages/d6/5b/4179538a9a72166a0bf60ad783b1ef16efb7960e4d7b9afe9f77a5551680/asyncpg-0.31.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a429e842a3a4b4ea240ea52d7fe3f82d5149853249306f7ff166cb9948faa46c", size = 2918051, upload-time = "2025-11-24T23:25:39.461Z" },
|
|
129
|
+
{ url = "https://files.pythonhosted.org/packages/e6/35/c27719ae0536c5b6e61e4701391ffe435ef59539e9360959240d6e47c8c8/asyncpg-0.31.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c0807be46c32c963ae40d329b3a686356e417f674c976c07fa49f1b30303f109", size = 2972640, upload-time = "2025-11-24T23:25:41.512Z" },
|
|
130
|
+
{ url = "https://files.pythonhosted.org/packages/43/f4/01ebb9207f29e645a64699b9ce0eefeff8e7a33494e1d29bb53736f7766b/asyncpg-0.31.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e5d5098f63beeae93512ee513d4c0c53dc12e9aa2b7a1af5a81cddf93fe4e4da", size = 2851050, upload-time = "2025-11-24T23:25:43.153Z" },
|
|
131
|
+
{ url = "https://files.pythonhosted.org/packages/3e/f4/03ff1426acc87be0f4e8d40fa2bff5c3952bef0080062af9efc2212e3be8/asyncpg-0.31.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37fc6c00a814e18eef51833545d1891cac9aa69140598bb076b4cd29b3e010b9", size = 2962574, upload-time = "2025-11-24T23:25:44.942Z" },
|
|
132
|
+
{ url = "https://files.pythonhosted.org/packages/c7/39/cc788dfca3d4060f9d93e67be396ceec458dfc429e26139059e58c2c244d/asyncpg-0.31.0-cp311-cp311-win32.whl", hash = "sha256:5a4af56edf82a701aece93190cc4e094d2df7d33f6e915c222fb09efbb5afc24", size = 521076, upload-time = "2025-11-24T23:25:46.486Z" },
|
|
133
|
+
{ url = "https://files.pythonhosted.org/packages/28/fc/735af5384c029eb7f1ca60ccb8fa95521dbdaeef788edf4cecfc604c3cab/asyncpg-0.31.0-cp311-cp311-win_amd64.whl", hash = "sha256:480c4befbdf079c14c9ca43c8c5e1fe8b6296c96f1f927158d4f1e750aacc047", size = 584980, upload-time = "2025-11-24T23:25:47.938Z" },
|
|
134
|
+
{ url = "https://files.pythonhosted.org/packages/2a/a6/59d0a146e61d20e18db7396583242e32e0f120693b67a8de43f1557033e2/asyncpg-0.31.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b44c31e1efc1c15188ef183f287c728e2046abb1d26af4d20858215d50d91fad", size = 662042, upload-time = "2025-11-24T23:25:49.578Z" },
|
|
135
|
+
{ url = "https://files.pythonhosted.org/packages/36/01/ffaa189dcb63a2471720615e60185c3f6327716fdc0fc04334436fbb7c65/asyncpg-0.31.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0c89ccf741c067614c9b5fc7f1fc6f3b61ab05ae4aaa966e6fd6b93097c7d20d", size = 638504, upload-time = "2025-11-24T23:25:51.501Z" },
|
|
136
|
+
{ url = "https://files.pythonhosted.org/packages/9f/62/3f699ba45d8bd24c5d65392190d19656d74ff0185f42e19d0bbd973bb371/asyncpg-0.31.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:12b3b2e39dc5470abd5e98c8d3373e4b1d1234d9fbdedf538798b2c13c64460a", size = 3426241, upload-time = "2025-11-24T23:25:53.278Z" },
|
|
137
|
+
{ url = "https://files.pythonhosted.org/packages/8c/d1/a867c2150f9c6e7af6462637f613ba67f78a314b00db220cd26ff559d532/asyncpg-0.31.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:aad7a33913fb8bcb5454313377cc330fbb19a0cd5faa7272407d8a0c4257b671", size = 3520321, upload-time = "2025-11-24T23:25:54.982Z" },
|
|
138
|
+
{ url = "https://files.pythonhosted.org/packages/7a/1a/cce4c3f246805ecd285a3591222a2611141f1669d002163abef999b60f98/asyncpg-0.31.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3df118d94f46d85b2e434fd62c84cb66d5834d5a890725fe625f498e72e4d5ec", size = 3316685, upload-time = "2025-11-24T23:25:57.43Z" },
|
|
139
|
+
{ url = "https://files.pythonhosted.org/packages/40/ae/0fc961179e78cc579e138fad6eb580448ecae64908f95b8cb8ee2f241f67/asyncpg-0.31.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:bd5b6efff3c17c3202d4b37189969acf8927438a238c6257f66be3c426beba20", size = 3471858, upload-time = "2025-11-24T23:25:59.636Z" },
|
|
140
|
+
{ url = "https://files.pythonhosted.org/packages/52/b2/b20e09670be031afa4cbfabd645caece7f85ec62d69c312239de568e058e/asyncpg-0.31.0-cp312-cp312-win32.whl", hash = "sha256:027eaa61361ec735926566f995d959ade4796f6a49d3bde17e5134b9964f9ba8", size = 527852, upload-time = "2025-11-24T23:26:01.084Z" },
|
|
141
|
+
{ url = "https://files.pythonhosted.org/packages/b5/f0/f2ed1de154e15b107dc692262395b3c17fc34eafe2a78fc2115931561730/asyncpg-0.31.0-cp312-cp312-win_amd64.whl", hash = "sha256:72d6bdcbc93d608a1158f17932de2321f68b1a967a13e014998db87a72ed3186", size = 597175, upload-time = "2025-11-24T23:26:02.564Z" },
|
|
142
|
+
{ url = "https://files.pythonhosted.org/packages/95/11/97b5c2af72a5d0b9bc3fa30cd4b9ce22284a9a943a150fdc768763caf035/asyncpg-0.31.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c204fab1b91e08b0f47e90a75d1b3c62174dab21f670ad6c5d0f243a228f015b", size = 661111, upload-time = "2025-11-24T23:26:04.467Z" },
|
|
143
|
+
{ url = "https://files.pythonhosted.org/packages/1b/71/157d611c791a5e2d0423f09f027bd499935f0906e0c2a416ce712ba51ef3/asyncpg-0.31.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:54a64f91839ba59008eccf7aad2e93d6e3de688d796f35803235ea1c4898ae1e", size = 636928, upload-time = "2025-11-24T23:26:05.944Z" },
|
|
144
|
+
{ url = "https://files.pythonhosted.org/packages/2e/fc/9e3486fb2bbe69d4a867c0b76d68542650a7ff1574ca40e84c3111bb0c6e/asyncpg-0.31.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c0e0822b1038dc7253b337b0f3f676cadc4ac31b126c5d42691c39691962e403", size = 3424067, upload-time = "2025-11-24T23:26:07.957Z" },
|
|
145
|
+
{ url = "https://files.pythonhosted.org/packages/12/c6/8c9d076f73f07f995013c791e018a1cd5f31823c2a3187fc8581706aa00f/asyncpg-0.31.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bef056aa502ee34204c161c72ca1f3c274917596877f825968368b2c33f585f4", size = 3518156, upload-time = "2025-11-24T23:26:09.591Z" },
|
|
146
|
+
{ url = "https://files.pythonhosted.org/packages/ae/3b/60683a0baf50fbc546499cfb53132cb6835b92b529a05f6a81471ab60d0c/asyncpg-0.31.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0bfbcc5b7ffcd9b75ab1558f00db2ae07db9c80637ad1b2469c43df79d7a5ae2", size = 3319636, upload-time = "2025-11-24T23:26:11.168Z" },
|
|
147
|
+
{ url = "https://files.pythonhosted.org/packages/50/dc/8487df0f69bd398a61e1792b3cba0e47477f214eff085ba0efa7eac9ce87/asyncpg-0.31.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:22bc525ebbdc24d1261ecbf6f504998244d4e3be1721784b5f64664d61fbe602", size = 3472079, upload-time = "2025-11-24T23:26:13.164Z" },
|
|
148
|
+
{ url = "https://files.pythonhosted.org/packages/13/a1/c5bbeeb8531c05c89135cb8b28575ac2fac618bcb60119ee9696c3faf71c/asyncpg-0.31.0-cp313-cp313-win32.whl", hash = "sha256:f890de5e1e4f7e14023619399a471ce4b71f5418cd67a51853b9910fdfa73696", size = 527606, upload-time = "2025-11-24T23:26:14.78Z" },
|
|
149
|
+
{ url = "https://files.pythonhosted.org/packages/91/66/b25ccb84a246b470eb943b0107c07edcae51804912b824054b3413995a10/asyncpg-0.31.0-cp313-cp313-win_amd64.whl", hash = "sha256:dc5f2fa9916f292e5c5c8b2ac2813763bcd7f58e130055b4ad8a0531314201ab", size = 596569, upload-time = "2025-11-24T23:26:16.189Z" },
|
|
150
|
+
{ url = "https://files.pythonhosted.org/packages/3c/36/e9450d62e84a13aea6580c83a47a437f26c7ca6fa0f0fd40b6670793ea30/asyncpg-0.31.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:f6b56b91bb0ffc328c4e3ed113136cddd9deefdf5f79ab448598b9772831df44", size = 660867, upload-time = "2025-11-24T23:26:17.631Z" },
|
|
151
|
+
{ url = "https://files.pythonhosted.org/packages/82/4b/1d0a2b33b3102d210439338e1beea616a6122267c0df459ff0265cd5807a/asyncpg-0.31.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:334dec28cf20d7f5bb9e45b39546ddf247f8042a690bff9b9573d00086e69cb5", size = 638349, upload-time = "2025-11-24T23:26:19.689Z" },
|
|
152
|
+
{ url = "https://files.pythonhosted.org/packages/41/aa/e7f7ac9a7974f08eff9183e392b2d62516f90412686532d27e196c0f0eeb/asyncpg-0.31.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:98cc158c53f46de7bb677fd20c417e264fc02b36d901cc2a43bd6cb0dc6dbfd2", size = 3410428, upload-time = "2025-11-24T23:26:21.275Z" },
|
|
153
|
+
{ url = "https://files.pythonhosted.org/packages/6f/de/bf1b60de3dede5c2731e6788617a512bc0ebd9693eac297ee74086f101d7/asyncpg-0.31.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9322b563e2661a52e3cdbc93eed3be7748b289f792e0011cb2720d278b366ce2", size = 3471678, upload-time = "2025-11-24T23:26:23.627Z" },
|
|
154
|
+
{ url = "https://files.pythonhosted.org/packages/46/78/fc3ade003e22d8bd53aaf8f75f4be48f0b460fa73738f0391b9c856a9147/asyncpg-0.31.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:19857a358fc811d82227449b7ca40afb46e75b33eb8897240c3839dd8b744218", size = 3313505, upload-time = "2025-11-24T23:26:25.235Z" },
|
|
155
|
+
{ url = "https://files.pythonhosted.org/packages/bf/e9/73eb8a6789e927816f4705291be21f2225687bfa97321e40cd23055e903a/asyncpg-0.31.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:ba5f8886e850882ff2c2ace5732300e99193823e8107e2c53ef01c1ebfa1e85d", size = 3434744, upload-time = "2025-11-24T23:26:26.944Z" },
|
|
156
|
+
{ url = "https://files.pythonhosted.org/packages/08/4b/f10b880534413c65c5b5862f79b8e81553a8f364e5238832ad4c0af71b7f/asyncpg-0.31.0-cp314-cp314-win32.whl", hash = "sha256:cea3a0b2a14f95834cee29432e4ddc399b95700eb1d51bbc5bfee8f31fa07b2b", size = 532251, upload-time = "2025-11-24T23:26:28.404Z" },
|
|
157
|
+
{ url = "https://files.pythonhosted.org/packages/d3/2d/7aa40750b7a19efa5d66e67fc06008ca0f27ba1bd082e457ad82f59aba49/asyncpg-0.31.0-cp314-cp314-win_amd64.whl", hash = "sha256:04d19392716af6b029411a0264d92093b6e5e8285ae97a39957b9a9c14ea72be", size = 604901, upload-time = "2025-11-24T23:26:30.34Z" },
|
|
158
|
+
{ url = "https://files.pythonhosted.org/packages/ce/fe/b9dfe349b83b9dee28cc42360d2c86b2cdce4cb551a2c2d27e156bcac84d/asyncpg-0.31.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:bdb957706da132e982cc6856bb2f7b740603472b54c3ebc77fe60ea3e57e1bd2", size = 702280, upload-time = "2025-11-24T23:26:32Z" },
|
|
159
|
+
{ url = "https://files.pythonhosted.org/packages/6a/81/e6be6e37e560bd91e6c23ea8a6138a04fd057b08cf63d3c5055c98e81c1d/asyncpg-0.31.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6d11b198111a72f47154fa03b85799f9be63701e068b43f84ac25da0bda9cb31", size = 682931, upload-time = "2025-11-24T23:26:33.572Z" },
|
|
160
|
+
{ url = "https://files.pythonhosted.org/packages/a6/45/6009040da85a1648dd5bc75b3b0a062081c483e75a1a29041ae63a0bf0dc/asyncpg-0.31.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:18c83b03bc0d1b23e6230f5bf8d4f217dc9bc08644ce0502a9d91dc9e634a9c7", size = 3581608, upload-time = "2025-11-24T23:26:35.638Z" },
|
|
161
|
+
{ url = "https://files.pythonhosted.org/packages/7e/06/2e3d4d7608b0b2b3adbee0d0bd6a2d29ca0fc4d8a78f8277df04e2d1fd7b/asyncpg-0.31.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e009abc333464ff18b8f6fd146addffd9aaf63e79aa3bb40ab7a4c332d0c5e9e", size = 3498738, upload-time = "2025-11-24T23:26:37.275Z" },
|
|
162
|
+
{ url = "https://files.pythonhosted.org/packages/7d/aa/7d75ede780033141c51d83577ea23236ba7d3a23593929b32b49db8ed36e/asyncpg-0.31.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:3b1fbcb0e396a5ca435a8826a87e5c2c2cc0c8c68eb6fadf82168056b0e53a8c", size = 3401026, upload-time = "2025-11-24T23:26:39.423Z" },
|
|
163
|
+
{ url = "https://files.pythonhosted.org/packages/ba/7a/15e37d45e7f7c94facc1e9148c0e455e8f33c08f0b8a0b1deb2c5171771b/asyncpg-0.31.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:8df714dba348efcc162d2adf02d213e5fab1bd9f557e1305633e851a61814a7a", size = 3429426, upload-time = "2025-11-24T23:26:41.032Z" },
|
|
164
|
+
{ url = "https://files.pythonhosted.org/packages/13/d5/71437c5f6ae5f307828710efbe62163974e71237d5d46ebd2869ea052d10/asyncpg-0.31.0-cp314-cp314t-win32.whl", hash = "sha256:1b41f1afb1033f2b44f3234993b15096ddc9cd71b21a42dbd87fc6a57b43d65d", size = 614495, upload-time = "2025-11-24T23:26:42.659Z" },
|
|
165
|
+
{ url = "https://files.pythonhosted.org/packages/3c/d7/8fb3044eaef08a310acfe23dae9a8e2e07d305edc29a53497e52bc76eca7/asyncpg-0.31.0-cp314-cp314t-win_amd64.whl", hash = "sha256:bd4107bb7cdd0e9e65fae66a62afd3a249663b844fa34d479f6d5b3bef9c04c3", size = 706062, upload-time = "2025-11-24T23:26:44.086Z" },
|
|
151
166
|
]
|
|
152
167
|
|
|
153
168
|
[[package]]
|
|
@@ -161,15 +176,15 @@ wheels = [
|
|
|
161
176
|
|
|
162
177
|
[[package]]
|
|
163
178
|
name = "beautifulsoup4"
|
|
164
|
-
version = "4.14.
|
|
179
|
+
version = "4.14.3"
|
|
165
180
|
source = { registry = "https://pypi.org/simple" }
|
|
166
181
|
dependencies = [
|
|
167
182
|
{ name = "soupsieve" },
|
|
168
183
|
{ name = "typing-extensions" },
|
|
169
184
|
]
|
|
170
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
185
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/b0/1c6a16426d389813b48d95e26898aff79abbde42ad353958ad95cc8c9b21/beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86", size = 627737, upload-time = "2025-11-30T15:08:26.084Z" }
|
|
171
186
|
wheels = [
|
|
172
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
187
|
+
{ url = "https://files.pythonhosted.org/packages/1a/39/47f9197bdd44df24d67ac8893641e16f386c984a0619ef2ee4c51fbbc019/beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb", size = 107721, upload-time = "2025-11-30T15:08:24.087Z" },
|
|
173
188
|
]
|
|
174
189
|
|
|
175
190
|
[package.optional-dependencies]
|
|
@@ -691,7 +706,7 @@ toml = [
|
|
|
691
706
|
|
|
692
707
|
[[package]]
|
|
693
708
|
name = "crawlee"
|
|
694
|
-
version = "1.1.
|
|
709
|
+
version = "1.1.1b10"
|
|
695
710
|
source = { editable = "." }
|
|
696
711
|
dependencies = [
|
|
697
712
|
{ name = "cachetools" },
|
|
@@ -1470,57 +1485,57 @@ wheels = [
|
|
|
1470
1485
|
|
|
1471
1486
|
[[package]]
|
|
1472
1487
|
name = "impit"
|
|
1473
|
-
version = "0.9.
|
|
1474
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1475
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1476
|
-
wheels = [
|
|
1477
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1478
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1479
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1480
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1481
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1482
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1483
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1484
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1485
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1486
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1487
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1488
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1489
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1490
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1491
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1492
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1493
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1494
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1495
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1496
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1497
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1498
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1499
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1500
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1501
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1502
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1503
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1504
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1505
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1506
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1507
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1508
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1509
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1510
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1511
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1512
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1513
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1514
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1515
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1516
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1517
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1518
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1519
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1520
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1521
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1522
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1523
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1488
|
+
version = "0.9.3"
|
|
1489
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1490
|
+
sdist = { url = "https://files.pythonhosted.org/packages/21/90/3a532e477ad99f85d3a3eff909b83e6e74c895b4618771b6017a70955719/impit-0.9.3.tar.gz", hash = "sha256:09ce214caf91b2bede23babc9101ab2277623ab1c9cabe4c117ce3eb012e8b38", size = 127799, upload-time = "2025-11-26T16:06:45.691Z" }
|
|
1491
|
+
wheels = [
|
|
1492
|
+
{ url = "https://files.pythonhosted.org/packages/c6/26/fbc4129d777ed6dfa77c991fd4cb371c3fe6bbd15587e641009a02543f5c/impit-0.9.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:70b283365eacccfb7b38d2d24262b3ad8a770db13de1ad926c7678b259c9e31a", size = 3995602, upload-time = "2025-11-26T16:05:21.368Z" },
|
|
1493
|
+
{ url = "https://files.pythonhosted.org/packages/56/84/24f8490c3be1aae5295318aa0d5426c870e62ca91b9fa550a3fce82451cd/impit-0.9.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0d4a41551a6bae3c3b70e55714e3de4b3f6075f59b9fc52dcb28d00cf1eab045", size = 3838765, upload-time = "2025-11-26T16:05:23.028Z" },
|
|
1494
|
+
{ url = "https://files.pythonhosted.org/packages/da/47/8c4e63779b1de139247ba22b4c87b442bb010a321dc0425289db0fa56337/impit-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba989879936491a907bf71709fa5f6b273f90f9920d825a46a0a3251eefd3fae", size = 6251453, upload-time = "2025-11-26T16:05:24.783Z" },
|
|
1495
|
+
{ url = "https://files.pythonhosted.org/packages/4d/d3/60f4a2a71bb16045dd2f68ff9a2fefbcfc1ce28b11d6100bea1928bac3da/impit-0.9.3-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:4f6a66c68fe65ee91033c3a7c898437229568a9b9f69b48d33c752c7ec9b27f4", size = 6293901, upload-time = "2025-11-26T16:05:26.937Z" },
|
|
1496
|
+
{ url = "https://files.pythonhosted.org/packages/98/59/40265d1e076f8f51e0e7814926186aab8fac91a99869961a4364cb30091e/impit-0.9.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:002db7d6502188ff01fd7c0730ebeceaebd4b5e97e316b8a127ee7dfbe4a03ff", size = 6680904, upload-time = "2025-11-26T16:05:28.982Z" },
|
|
1497
|
+
{ url = "https://files.pythonhosted.org/packages/9f/62/0e3b7cfbf573355473f555642f7293c60263852ebad7c9d6a9b6813c4af6/impit-0.9.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:aefa9f506913135ad293701cce3c85e5690be5fe4989fed1b79540702d28054e", size = 6476189, upload-time = "2025-11-26T16:05:31.097Z" },
|
|
1498
|
+
{ url = "https://files.pythonhosted.org/packages/a9/25/4a09c2a9887fab1ab267d3d29ed86940f7f20287fea37b52717d747032ad/impit-0.9.3-cp310-cp310-win_amd64.whl", hash = "sha256:7222fdfc2f6d56ce90012aab2aa763c362c995c339ae316d658e4927ec993763", size = 4032342, upload-time = "2025-11-26T16:05:32.938Z" },
|
|
1499
|
+
{ url = "https://files.pythonhosted.org/packages/2b/c9/038ce257b4c3a4cbef0a9f98eb226c10cc403a0d23566723b89330acefb5/impit-0.9.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d5da115887102985231787a27715e4c6f1fea4e5cca81cd320aff5b0a4c07d9e", size = 3995745, upload-time = "2025-11-26T16:05:34.629Z" },
|
|
1500
|
+
{ url = "https://files.pythonhosted.org/packages/3b/03/4d9f8ed0625b9dc4a9593058ded7748de968881f77d8870882a552abda97/impit-0.9.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d2229607a7010c7318dcc8e3efa410ee65147a4e8ea6881e0603efcbc31c73b7", size = 3839085, upload-time = "2025-11-26T16:05:36.653Z" },
|
|
1501
|
+
{ url = "https://files.pythonhosted.org/packages/68/4d/6893387520f950fa156f9009f8e4349a2fd1cdf0d354d6384a5dc45a13fc/impit-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72caaf74f809911ae98f19d90e9a8c17e8fee08e8f5055bd39eb5c7482a0b91b", size = 6251275, upload-time = "2025-11-26T16:05:38.459Z" },
|
|
1502
|
+
{ url = "https://files.pythonhosted.org/packages/06/28/635613364f37518dfb2fbcbaf834dd9aa8587122a42069b84cfb7539840d/impit-0.9.3-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:cacde67cbd34379c0b631a98d6424f375e3072aea2c8cc51774240447edc3672", size = 6293959, upload-time = "2025-11-26T16:05:40.484Z" },
|
|
1503
|
+
{ url = "https://files.pythonhosted.org/packages/a5/00/37eedba207b43b24ea09c0238abfb2b03990db126d371e54d778e1de1183/impit-0.9.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:51c9a727af8ce35bcff647b512610d01b6e3058f72da40705274df828bba93ef", size = 6680892, upload-time = "2025-11-26T16:05:42.126Z" },
|
|
1504
|
+
{ url = "https://files.pythonhosted.org/packages/1f/65/e5549fef4daa0f5787eef3ecd22208a745dc9f87252dd8872420a1608026/impit-0.9.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:36719bf526f52b5c54f550808070ecc9c4adbaac93c3bcc1e81fd4bd5b8d5456", size = 6475959, upload-time = "2025-11-26T16:05:44.864Z" },
|
|
1505
|
+
{ url = "https://files.pythonhosted.org/packages/ff/eb/cfcf181bd506c69d1677186109698d0c905ab510eee483dd70c1aa144898/impit-0.9.3-cp311-cp311-win_amd64.whl", hash = "sha256:c984f0ce9b6a903b30d5a7f8e44024d4cfc120509287d8df728efc2777aa24ba", size = 4031916, upload-time = "2025-11-26T16:05:46.464Z" },
|
|
1506
|
+
{ url = "https://files.pythonhosted.org/packages/70/43/5215044e1aa0b976829e557c3c2c2c0c082f0980d346a25e8e5141fd991f/impit-0.9.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:bc4fd905537437020b888be3cb7cbe4596d9068608b98f5aa0b4c53352ab69a5", size = 3995655, upload-time = "2025-11-26T16:05:48.049Z" },
|
|
1507
|
+
{ url = "https://files.pythonhosted.org/packages/d5/d3/6ef755b6965247b42e32a90617b70496de9d35e2059972965eb171d31829/impit-0.9.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e6bb918255087a96f4237c3b9e5a89f33f624a17fa6020b5e5033e4e84c0d3d5", size = 3837198, upload-time = "2025-11-26T16:05:50.005Z" },
|
|
1508
|
+
{ url = "https://files.pythonhosted.org/packages/48/bb/13d89706dbafe64052c255e43bbfb208c1d17ec5372ac77511d5b8cd41e4/impit-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b194599f5a9030535ff3c706effe2060158472904494d1fe0186919eff24a0b6", size = 6250265, upload-time = "2025-11-26T16:05:51.542Z" },
|
|
1509
|
+
{ url = "https://files.pythonhosted.org/packages/a6/e8/226524804efe3b47e02e013793bfb01223e31800e9c4e6b3a3afe356eb54/impit-0.9.3-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:876de3df3ea5f3ffae02bbd1ad050c1af2ff869e740064cd4b9f9e1cfc55eaed", size = 6291534, upload-time = "2025-11-26T16:05:53.558Z" },
|
|
1510
|
+
{ url = "https://files.pythonhosted.org/packages/8e/71/a940ceb3c7a9244d085b4bfae800f10bb1a17c9ff1faa726c34e5e81cb1f/impit-0.9.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8a5a147ce7ee02c0be77fd5eee92f7667e9b552313907f4d7b2d98e51c8fb8b0", size = 6679691, upload-time = "2025-11-26T16:05:55.594Z" },
|
|
1511
|
+
{ url = "https://files.pythonhosted.org/packages/34/2b/79f89b76ad5826be40a8e1b014e6279fc37e687d4fa52d59300d878be640/impit-0.9.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6f485f658ffff83912b825968eea790d33cf969007a94e185eacada9ce3eb99b", size = 6474577, upload-time = "2025-11-26T16:05:57.561Z" },
|
|
1512
|
+
{ url = "https://files.pythonhosted.org/packages/56/bf/d46eaeb7fdc6bb6e8f097e6503dbc73c87b62de130a1d1a14b69f77aca59/impit-0.9.3-cp312-cp312-win_amd64.whl", hash = "sha256:f086b3ec2eb866be2a6cdf20abf095224663888ed1667f97ac90066bb260fb56", size = 4030853, upload-time = "2025-11-26T16:05:59.282Z" },
|
|
1513
|
+
{ url = "https://files.pythonhosted.org/packages/a8/50/232509b594e6f0a8761fc8636991318990bf36d86d3e7cef95c9c4625878/impit-0.9.3-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:66f7e1be944d4f0497e13557ca0e88bf0155764fda9be55020150902449c2784", size = 3995679, upload-time = "2025-11-26T16:06:01.085Z" },
|
|
1514
|
+
{ url = "https://files.pythonhosted.org/packages/d6/8b/c57f11375e0bb33fcb4c4f32fe2f8cab15867059a0d586b986248a99adb3/impit-0.9.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:8a49e1995ce1bd4f0519e0615a20cbb74d56ace283063cd3a5e39dfd48cc9325", size = 3837741, upload-time = "2025-11-26T16:06:03.072Z" },
|
|
1515
|
+
{ url = "https://files.pythonhosted.org/packages/1e/75/2857716cbdfc6cec8dc6f5ef6ec05316767cbe30f27e4dcdd6fd5f50afbb/impit-0.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9a7b05d7c1a91b256e7e628405b0b9542668ca63d0c9dad88414d8c905c56521", size = 6250416, upload-time = "2025-11-26T16:06:04.734Z" },
|
|
1516
|
+
{ url = "https://files.pythonhosted.org/packages/68/c9/8b2dabd50434b93a2be7e5ffe5476aaed3cfc2d9d8af8b731349149984d1/impit-0.9.3-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:5722aa8e55056984dc9ded8c6a8ab5805e744adbaa34bcc3d9621b98b87d9664", size = 6291089, upload-time = "2025-11-26T16:06:06.438Z" },
|
|
1517
|
+
{ url = "https://files.pythonhosted.org/packages/0d/7f/114570045c614ad84720b9210d9d8019c64072c8162db636d2019f73c612/impit-0.9.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1c80f08286e399cbbe23396b4d825e86a9c61fe3283cec9670bc71dc0f08a81b", size = 6679904, upload-time = "2025-11-26T16:06:08.116Z" },
|
|
1518
|
+
{ url = "https://files.pythonhosted.org/packages/79/cf/34734215b279029365a32ef3d75c83daa579c02e089da9ceff36a8edb1c9/impit-0.9.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:08a8a92f56f3ef8956b27f981221413749c22859d0da79448ab86c4a119bc19b", size = 6474808, upload-time = "2025-11-26T16:06:09.856Z" },
|
|
1519
|
+
{ url = "https://files.pythonhosted.org/packages/c7/23/6f55fc213d9976dff03bcdc2da8c47c3dde363d8231b2750d27991be48e5/impit-0.9.3-cp313-cp313-win_amd64.whl", hash = "sha256:d35ad8c630cc5a4de0b0b3315e76b5e445ec5af5361e990e0758244eeb709ee0", size = 4031012, upload-time = "2025-11-26T16:06:11.486Z" },
|
|
1520
|
+
{ url = "https://files.pythonhosted.org/packages/92/ce/e7a95984c920fbabacd2e7774c3d7730ca1ec0576c90f8f69234367f1387/impit-0.9.3-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:ca877bf6b4f180a7f086b8e56772b0cef31e7d63005f5b3884afa58fca270cc6", size = 3996280, upload-time = "2025-11-26T16:06:13.117Z" },
|
|
1521
|
+
{ url = "https://files.pythonhosted.org/packages/6b/03/fd99e0b7a29589119e6ffcc41f4b2fd8ec3bdcd296fc832e6f7a581baa5c/impit-0.9.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:385eb7132266c7e84bb43a130459b5274d0eeed3f8c50a07a300ef453ad863e3", size = 3838732, upload-time = "2025-11-26T16:06:14.869Z" },
|
|
1522
|
+
{ url = "https://files.pythonhosted.org/packages/e7/38/1f04b98c249d396928798020219cf413396adef4a366ba71888150d34f58/impit-0.9.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6361ffdc0c121b86d48578f007935fdd99663a08d7a59422dbd782b5a60e8028", size = 6251602, upload-time = "2025-11-26T16:06:16.549Z" },
|
|
1523
|
+
{ url = "https://files.pythonhosted.org/packages/38/5f/52ab85171725a937a13bf2167ab4c2e8ff4a0f03858ed09e244cb62fa804/impit-0.9.3-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:71b002596349dd726529658244e2ff09d3168085dfe1ac44a1206fb10af7b9cb", size = 6291733, upload-time = "2025-11-26T16:06:18.075Z" },
|
|
1524
|
+
{ url = "https://files.pythonhosted.org/packages/74/38/d4ade47bb236a7f6a41a309798171dbb59fece346414449311051731c2f1/impit-0.9.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:0ca675706174b0b6927a60406cab13f2f381b2c5429956568eb4da7f91943570", size = 6679556, upload-time = "2025-11-26T16:06:20.204Z" },
|
|
1525
|
+
{ url = "https://files.pythonhosted.org/packages/8b/2d/573d5c16531410940945b0157bc256a6ee413e5f8ee0aa1de574ccb51aac/impit-0.9.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ff1c93640c2e64b07efc1450ce168b1aade889a898814d70166e271b0c649ba5", size = 6476272, upload-time = "2025-11-26T16:06:22.06Z" },
|
|
1526
|
+
{ url = "https://files.pythonhosted.org/packages/58/40/8d1984107316370454714906073422edfd4008ac0f1d879bf2c4db30d7ed/impit-0.9.3-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:81f3df8312fe9e70149355cee5cee77003e3c8e57db839fe250b497e0f4fff9b", size = 3995884, upload-time = "2025-11-26T16:06:23.733Z" },
|
|
1527
|
+
{ url = "https://files.pythonhosted.org/packages/b2/41/d32f732b32f130a47d31afb0acc03bb1f23987a6527e88b1755fa537d235/impit-0.9.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3df7894d4fc8ebf239fc891a71226b45c6df3b602c51aa58dbfb95ddfe6ff739", size = 3838513, upload-time = "2025-11-26T16:06:25.517Z" },
|
|
1528
|
+
{ url = "https://files.pythonhosted.org/packages/8a/ed/4490a880eb88f305b09c4b86fa2ac16f4c7473b1640e560b173f82281834/impit-0.9.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92f264c035cbbda56e3378aa54c5ac9d68acd011d95d6737edcbe441c2c101ac", size = 6250826, upload-time = "2025-11-26T16:06:27.068Z" },
|
|
1529
|
+
{ url = "https://files.pythonhosted.org/packages/e6/f4/c1951f15f0ea49d2b4eb2886582f81cec1c7b123a6b224446813811e06b7/impit-0.9.3-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:1cd6135b92990b9a84b85552ee5337ea1269a24f1fb565bf42e9f5d4b468970c", size = 6291265, upload-time = "2025-11-26T16:06:28.932Z" },
|
|
1530
|
+
{ url = "https://files.pythonhosted.org/packages/80/f0/7c33e3b07ca3299e862465e86cdef044bdee67abc896d71b8bc6a6c906bb/impit-0.9.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4f41cf5fb45bcda5ebeedc9a6b932dac392bfd5fb62663f865b479332d1b3372", size = 6679250, upload-time = "2025-11-26T16:06:30.795Z" },
|
|
1531
|
+
{ url = "https://files.pythonhosted.org/packages/d0/9c/ff0c8cdff1547a32314d78cf1d914fd96d90ef1e6dc3071c5cbb48e88482/impit-0.9.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:441268dabb59db87b51336e50bbdc5de57fecfb01dd7846d0db80860ffe5032b", size = 6475061, upload-time = "2025-11-26T16:06:32.451Z" },
|
|
1532
|
+
{ url = "https://files.pythonhosted.org/packages/54/e4/f8a0c6dd68032427e571d2bf4159da6fa1533a22f188e5791d175666bb60/impit-0.9.3-cp314-cp314-win_amd64.whl", hash = "sha256:d1b629600b1085f7c90ff84cb11cef039cef7add738b9d6de6dd6323f8fe7b40", size = 4031250, upload-time = "2025-11-26T16:06:34.052Z" },
|
|
1533
|
+
{ url = "https://files.pythonhosted.org/packages/7a/3f/4d6f39232f162610c19ef5db48358c1bfe3e92ecbc284f7b0253638783b4/impit-0.9.3-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:db90cb820688d83b5e6792dcf4dc65edb4c73c42a7bd42bce947c0390945e17b", size = 3996498, upload-time = "2025-11-26T16:06:35.629Z" },
|
|
1534
|
+
{ url = "https://files.pythonhosted.org/packages/cf/50/4ccccc8da63a2294c3e6ec6c244e05897225fc11353c8d1163fbe9919b9f/impit-0.9.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:aa2618defeebebc68efc56ff4f95ad3829f3d2babbbe0c50893b0b3018941e7f", size = 3837907, upload-time = "2025-11-26T16:06:37.592Z" },
|
|
1535
|
+
{ url = "https://files.pythonhosted.org/packages/37/7f/3b5a9ac527a89f01fa0fd4e2fa797e05c1940159cb2dba877a8245f5ff68/impit-0.9.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ac59ffa8977d9a49e2a30a8c8b35d1be57444edf6dc7374fea4559301b6b18a2", size = 6251494, upload-time = "2025-11-26T16:06:39.192Z" },
|
|
1536
|
+
{ url = "https://files.pythonhosted.org/packages/07/e8/2cc33487229d660aebae8f253c28852efb787a20022e7d4d9e953a21ba5f/impit-0.9.3-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:875eb71999f913fdf8d0c51f2c93422784988f1d5763e9fbbf08a0252e4d210c", size = 6291587, upload-time = "2025-11-26T16:06:40.892Z" },
|
|
1537
|
+
{ url = "https://files.pythonhosted.org/packages/07/a6/5a4496c12b60e503b09ec2f7560752f04c48ff35abdd3aabfd8413d6cb54/impit-0.9.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:08fcdcafad1667925383154d22e7633deab3008246b3c064f6d46a08b14aa5cf", size = 6679277, upload-time = "2025-11-26T16:06:42.558Z" },
|
|
1538
|
+
{ url = "https://files.pythonhosted.org/packages/fe/ff/ba31bb3e0fa715251f3c9f344644a77a0a2294b0a8d3409ff53920c59fba/impit-0.9.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3b5383d7d0c3ea3fedf53416646da1570e1c0377037a8b294ca23cea14fe1c86", size = 6476703, upload-time = "2025-11-26T16:06:44.232Z" },
|
|
1524
1539
|
]
|
|
1525
1540
|
|
|
1526
1541
|
[[package]]
|
|
@@ -2767,7 +2782,7 @@ wheels = [
|
|
|
2767
2782
|
|
|
2768
2783
|
[[package]]
|
|
2769
2784
|
name = "pydantic"
|
|
2770
|
-
version = "2.12.
|
|
2785
|
+
version = "2.12.5"
|
|
2771
2786
|
source = { registry = "https://pypi.org/simple" }
|
|
2772
2787
|
dependencies = [
|
|
2773
2788
|
{ name = "annotated-types" },
|
|
@@ -2775,9 +2790,9 @@ dependencies = [
|
|
|
2775
2790
|
{ name = "typing-extensions" },
|
|
2776
2791
|
{ name = "typing-inspection" },
|
|
2777
2792
|
]
|
|
2778
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2793
|
+
sdist = { url = "https://files.pythonhosted.org/packages/69/44/36f1a6e523abc58ae5f928898e4aca2e0ea509b5aa6f6f392a5d882be928/pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49", size = 821591, upload-time = "2025-11-26T15:11:46.471Z" }
|
|
2779
2794
|
wheels = [
|
|
2780
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2795
|
+
{ url = "https://files.pythonhosted.org/packages/5a/87/b70ad306ebb6f9b585f114d0ac2137d792b48be34d732d60e597c2f8465a/pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d", size = 463580, upload-time = "2025-11-26T15:11:44.605Z" },
|
|
2781
2796
|
]
|
|
2782
2797
|
|
|
2783
2798
|
[[package]]
|
|
@@ -2960,11 +2975,11 @@ wheels = [
|
|
|
2960
2975
|
|
|
2961
2976
|
[[package]]
|
|
2962
2977
|
name = "pyprobables"
|
|
2963
|
-
version = "0.6.
|
|
2978
|
+
version = "0.6.2"
|
|
2964
2979
|
source = { registry = "https://pypi.org/simple" }
|
|
2965
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2980
|
+
sdist = { url = "https://files.pythonhosted.org/packages/72/90/963f3dff6081688b08d4a9dbf21f4e1d7f29e5d0b86faa604754a4bc8a47/pyprobables-0.6.2.tar.gz", hash = "sha256:9a1ddce3c59e89bf8fb918b507adb72b4f526e897f7129d75f786b38e8c254f5", size = 36861, upload-time = "2025-11-30T00:43:46.572Z" }
|
|
2966
2981
|
wheels = [
|
|
2967
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2982
|
+
{ url = "https://files.pythonhosted.org/packages/9e/fc/6fcf939e5e876882cabed5c2e1c5777bbf0689a27e7dc7f527d0867c95f2/pyprobables-0.6.2-py3-none-any.whl", hash = "sha256:bc16ae9a847a85eff2dd82fedc2dff953aa41ac2c128905ee6d9233d945b006d", size = 42490, upload-time = "2025-11-30T00:43:45.353Z" },
|
|
2968
2983
|
]
|
|
2969
2984
|
|
|
2970
2985
|
[[package]]
|
|
@@ -3212,28 +3227,28 @@ wheels = [
|
|
|
3212
3227
|
|
|
3213
3228
|
[[package]]
|
|
3214
3229
|
name = "ruff"
|
|
3215
|
-
version = "0.14.
|
|
3216
|
-
source = { registry = "https://pypi.org/simple" }
|
|
3217
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3218
|
-
wheels = [
|
|
3219
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3220
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3221
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3222
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3223
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3224
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3225
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3226
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3227
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3228
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3229
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3230
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3231
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3232
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3233
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3234
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3235
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3236
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3230
|
+
version = "0.14.7"
|
|
3231
|
+
source = { registry = "https://pypi.org/simple" }
|
|
3232
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b7/5b/dd7406afa6c95e3d8fa9d652b6d6dd17dd4a6bf63cb477014e8ccd3dcd46/ruff-0.14.7.tar.gz", hash = "sha256:3417deb75d23bd14a722b57b0a1435561db65f0ad97435b4cf9f85ffcef34ae5", size = 5727324, upload-time = "2025-11-28T20:55:10.525Z" }
|
|
3233
|
+
wheels = [
|
|
3234
|
+
{ url = "https://files.pythonhosted.org/packages/8c/b1/7ea5647aaf90106f6d102230e5df874613da43d1089864da1553b899ba5e/ruff-0.14.7-py3-none-linux_armv6l.whl", hash = "sha256:b9d5cb5a176c7236892ad7224bc1e63902e4842c460a0b5210701b13e3de4fca", size = 13414475, upload-time = "2025-11-28T20:54:54.569Z" },
|
|
3235
|
+
{ url = "https://files.pythonhosted.org/packages/af/19/fddb4cd532299db9cdaf0efdc20f5c573ce9952a11cb532d3b859d6d9871/ruff-0.14.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3f64fe375aefaf36ca7d7250292141e39b4cea8250427482ae779a2aa5d90015", size = 13634613, upload-time = "2025-11-28T20:55:17.54Z" },
|
|
3236
|
+
{ url = "https://files.pythonhosted.org/packages/40/2b/469a66e821d4f3de0440676ed3e04b8e2a1dc7575cf6fa3ba6d55e3c8557/ruff-0.14.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:93e83bd3a9e1a3bda64cb771c0d47cda0e0d148165013ae2d3554d718632d554", size = 12765458, upload-time = "2025-11-28T20:55:26.128Z" },
|
|
3237
|
+
{ url = "https://files.pythonhosted.org/packages/f1/05/0b001f734fe550bcfde4ce845948ac620ff908ab7241a39a1b39bb3c5f49/ruff-0.14.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3838948e3facc59a6070795de2ae16e5786861850f78d5914a03f12659e88f94", size = 13236412, upload-time = "2025-11-28T20:55:28.602Z" },
|
|
3238
|
+
{ url = "https://files.pythonhosted.org/packages/11/36/8ed15d243f011b4e5da75cd56d6131c6766f55334d14ba31cce5461f28aa/ruff-0.14.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:24c8487194d38b6d71cd0fd17a5b6715cda29f59baca1defe1e3a03240f851d1", size = 13182949, upload-time = "2025-11-28T20:55:33.265Z" },
|
|
3239
|
+
{ url = "https://files.pythonhosted.org/packages/3b/cf/fcb0b5a195455729834f2a6eadfe2e4519d8ca08c74f6d2b564a4f18f553/ruff-0.14.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:79c73db6833f058a4be8ffe4a0913b6d4ad41f6324745179bd2aa09275b01d0b", size = 13816470, upload-time = "2025-11-28T20:55:08.203Z" },
|
|
3240
|
+
{ url = "https://files.pythonhosted.org/packages/7f/5d/34a4748577ff7a5ed2f2471456740f02e86d1568a18c9faccfc73bd9ca3f/ruff-0.14.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:12eb7014fccff10fc62d15c79d8a6be4d0c2d60fe3f8e4d169a0d2def75f5dad", size = 15289621, upload-time = "2025-11-28T20:55:30.837Z" },
|
|
3241
|
+
{ url = "https://files.pythonhosted.org/packages/53/53/0a9385f047a858ba133d96f3f8e3c9c66a31cc7c4b445368ef88ebeac209/ruff-0.14.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c623bbdc902de7ff715a93fa3bb377a4e42dd696937bf95669118773dbf0c50", size = 14975817, upload-time = "2025-11-28T20:55:24.107Z" },
|
|
3242
|
+
{ url = "https://files.pythonhosted.org/packages/a8/d7/2f1c32af54c3b46e7fadbf8006d8b9bcfbea535c316b0bd8813d6fb25e5d/ruff-0.14.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f53accc02ed2d200fa621593cdb3c1ae06aa9b2c3cae70bc96f72f0000ae97a9", size = 14284549, upload-time = "2025-11-28T20:55:06.08Z" },
|
|
3243
|
+
{ url = "https://files.pythonhosted.org/packages/92/05/434ddd86becd64629c25fb6b4ce7637dd52a45cc4a4415a3008fe61c27b9/ruff-0.14.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:281f0e61a23fcdcffca210591f0f53aafaa15f9025b5b3f9706879aaa8683bc4", size = 14071389, upload-time = "2025-11-28T20:55:35.617Z" },
|
|
3244
|
+
{ url = "https://files.pythonhosted.org/packages/ff/50/fdf89d4d80f7f9d4f420d26089a79b3bb1538fe44586b148451bc2ba8d9c/ruff-0.14.7-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:dbbaa5e14148965b91cb090236931182ee522a5fac9bc5575bafc5c07b9f9682", size = 14202679, upload-time = "2025-11-28T20:55:01.472Z" },
|
|
3245
|
+
{ url = "https://files.pythonhosted.org/packages/77/54/87b34988984555425ce967f08a36df0ebd339bb5d9d0e92a47e41151eafc/ruff-0.14.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1464b6e54880c0fe2f2d6eaefb6db15373331414eddf89d6b903767ae2458143", size = 13147677, upload-time = "2025-11-28T20:55:19.933Z" },
|
|
3246
|
+
{ url = "https://files.pythonhosted.org/packages/67/29/f55e4d44edfe053918a16a3299e758e1c18eef216b7a7092550d7a9ec51c/ruff-0.14.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:f217ed871e4621ea6128460df57b19ce0580606c23aeab50f5de425d05226784", size = 13151392, upload-time = "2025-11-28T20:55:21.967Z" },
|
|
3247
|
+
{ url = "https://files.pythonhosted.org/packages/36/69/47aae6dbd4f1d9b4f7085f4d9dcc84e04561ee7ad067bf52e0f9b02e3209/ruff-0.14.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6be02e849440ed3602d2eb478ff7ff07d53e3758f7948a2a598829660988619e", size = 13412230, upload-time = "2025-11-28T20:55:12.749Z" },
|
|
3248
|
+
{ url = "https://files.pythonhosted.org/packages/b7/4b/6e96cb6ba297f2ba502a231cd732ed7c3de98b1a896671b932a5eefa3804/ruff-0.14.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:19a0f116ee5e2b468dfe80c41c84e2bbd6b74f7b719bee86c2ecde0a34563bcc", size = 14195397, upload-time = "2025-11-28T20:54:56.896Z" },
|
|
3249
|
+
{ url = "https://files.pythonhosted.org/packages/69/82/251d5f1aa4dcad30aed491b4657cecd9fb4274214da6960ffec144c260f7/ruff-0.14.7-py3-none-win32.whl", hash = "sha256:e33052c9199b347c8937937163b9b149ef6ab2e4bb37b042e593da2e6f6cccfa", size = 13126751, upload-time = "2025-11-28T20:55:03.47Z" },
|
|
3250
|
+
{ url = "https://files.pythonhosted.org/packages/a8/b5/d0b7d145963136b564806f6584647af45ab98946660d399ec4da79cae036/ruff-0.14.7-py3-none-win_amd64.whl", hash = "sha256:e17a20ad0d3fad47a326d773a042b924d3ac31c6ca6deb6c72e9e6b5f661a7c6", size = 14531726, upload-time = "2025-11-28T20:54:59.121Z" },
|
|
3251
|
+
{ url = "https://files.pythonhosted.org/packages/1d/d2/1637f4360ada6a368d3265bf39f2cf737a0aaab15ab520fc005903e883f8/ruff-0.14.7-py3-none-win_arm64.whl", hash = "sha256:be4d653d3bea1b19742fcc6502354e32f65cd61ff2fbdb365803ef2c2aec6228", size = 13609215, upload-time = "2025-11-28T20:55:15.375Z" },
|
|
3237
3252
|
]
|
|
3238
3253
|
|
|
3239
3254
|
[[package]]
|
|
@@ -3455,15 +3470,6 @@ wheels = [
|
|
|
3455
3470
|
{ url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050, upload-time = "2024-12-04T17:35:26.475Z" },
|
|
3456
3471
|
]
|
|
3457
3472
|
|
|
3458
|
-
[[package]]
|
|
3459
|
-
name = "sniffio"
|
|
3460
|
-
version = "1.3.1"
|
|
3461
|
-
source = { registry = "https://pypi.org/simple" }
|
|
3462
|
-
sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372, upload-time = "2024-02-25T23:20:04.057Z" }
|
|
3463
|
-
wheels = [
|
|
3464
|
-
{ url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235, upload-time = "2024-02-25T23:20:01.196Z" },
|
|
3465
|
-
]
|
|
3466
|
-
|
|
3467
3473
|
[[package]]
|
|
3468
3474
|
name = "sortedcontainers"
|
|
3469
3475
|
version = "2.4.0"
|
|
@@ -3694,11 +3700,11 @@ wheels = [
|
|
|
3694
3700
|
|
|
3695
3701
|
[[package]]
|
|
3696
3702
|
name = "types-psutil"
|
|
3697
|
-
version = "7.1.
|
|
3703
|
+
version = "7.1.3.20251130"
|
|
3698
3704
|
source = { registry = "https://pypi.org/simple" }
|
|
3699
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3705
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3d/0e/4c0c52099a8b4901d3e8eb5ac12ece32331b96bf87690377fb6c90f85475/types_psutil-7.1.3.20251130.tar.gz", hash = "sha256:7f42e7a7845a93397e430b48a8074a35410d7a436695fd3375ec9b687d8d95f8", size = 24467, upload-time = "2025-11-30T03:18:14.469Z" }
|
|
3700
3706
|
wheels = [
|
|
3701
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3707
|
+
{ url = "https://files.pythonhosted.org/packages/81/9d/353588c1fe06fa267a088a920eaebb0ac5b67f863dba0bff7c7deb4113a2/types_psutil-7.1.3.20251130-py3-none-any.whl", hash = "sha256:e9ccfaa63a1342810dab06c2e40696c843e6f422137868d335ad282b93e468e3", size = 31251, upload-time = "2025-11-30T03:18:13.359Z" },
|
|
3702
3708
|
]
|
|
3703
3709
|
|
|
3704
3710
|
[[package]]
|