apify 2.7.1b13__tar.gz → 2.7.1b14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apify might be problematic. Click here for more details.
- {apify-2.7.1b13 → apify-2.7.1b14}/CHANGELOG.md +12 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/PKG-INFO +1 -1
- {apify-2.7.1b13 → apify-2.7.1b14}/pyproject.toml +3 -3
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_helpers.py +0 -5
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_log.py +4 -3
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/conftest.py +25 -1
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/events/test_apify_event_manager.py +0 -1
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/test_proxy_configuration.py +0 -7
- {apify-2.7.1b13 → apify-2.7.1b14}/uv.lock +90 -90
- {apify-2.7.1b13 → apify-2.7.1b14}/website/package-lock.json +3 -3
- {apify-2.7.1b13 → apify-2.7.1b14}/.editorconfig +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.github/CODEOWNERS +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.github/workflows/release.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.gitignore +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.markdownlint.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/.pre-commit-config.yaml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/CONTRIBUTING.md +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/LICENSE +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/Makefile +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/README.md +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/02_actor_input.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/03_storages.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/04_actor_events.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/05_proxy_management.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/07_webhooks.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/09_running_webserver.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/10_logging.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/11_configuration.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/01_context_manager.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/01_init_exit.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/01_reboot.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/01_status_message.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/02_input.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_opening_storages.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/03_rq.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/04_actor_events.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/06_interacting_call.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/06_interacting_start.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/07_webhook.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/08_actor_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/09_webserver.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/10_log_config.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/10_logger_usage.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/10_redirect_log.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/10_redirect_log_existing_run.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/11_config.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/actor_charge.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/02_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/02_parsel_impit.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/03_playwright.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/04_selenium.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/05_crawlee.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/06_scrapy.mdx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/02_parsel_impit.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/03_playwright.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/04_selenium.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/05_crawlee_beautifulsoup.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/05_crawlee_parsel.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/05_crawlee_playwright.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/03_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/04_upgrading/upgrading_to_v3.md +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/docs/pyproject.toml +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/renovate.json +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_actor.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_charging.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_configuration.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_consts.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_crypto.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_models.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/_utils.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/events/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/events/_apify_event_manager.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/events/_types.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/events/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/log.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/request_loaders/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/request_loaders/_apify_request_list.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/request_loaders/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/requests.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/scrapy/utils.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_apify/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_apify/_dataset_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_apify/_key_value_store_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_apify/_models.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_apify/_request_queue_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_apify/_storage_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_apify/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_file_system/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/_file_system/_storage_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storage_clients/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storages/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/src/apify/storages/py.typed +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/README.md +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/_utils.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/actor_source_base/server.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/conftest.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_call_timeouts.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_events.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_log.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_crawlers_with_storages.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_fixtures.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/integration/test_request_queue.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/events/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/storage_clients/__init__.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/storage_clients/test_apify_request_queue_client.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/storage_clients/test_file_system.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/tests/unit/test_crypto.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/.eslintrc.json +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/babel.config.js +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/build_api_reference.sh +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/docusaurus.config.js +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/generate_module_shortcuts.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/package.json +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/sidebars.js +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/components/Gradients.jsx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/components/Highlights.jsx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/components/Highlights.module.css +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/css/custom.css +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/pages/home_page_example.py +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/pages/index.js +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/pages/index.module.css +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/src/theme/DocItem/Content/index.js +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/static/.nojekyll +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/static/img/docs-og.png +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/static/img/guides/redirected_logs_example.webp +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.7.1b13 → apify-2.7.1b14}/website/tools/utils/externalLink.js +0 -0
|
@@ -89,6 +89,18 @@ All notable changes to this project will be documented in this file.
|
|
|
89
89
|
- Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
|
|
90
90
|
|
|
91
91
|
|
|
92
|
+
## [2.7.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.0) (2025-07-14)
|
|
93
|
+
|
|
94
|
+
### 🚀 Features
|
|
95
|
+
|
|
96
|
+
- **crypto:** Decrypt secret objects ([#482](https://github.com/apify/apify-sdk-python/pull/482)) ([ce9daf7](https://github.com/apify/apify-sdk-python/commit/ce9daf7381212b8dc194e8a643e5ca0dedbc0078)) by [@MFori](https://github.com/MFori)
|
|
97
|
+
|
|
98
|
+
### 🐛 Bug Fixes
|
|
99
|
+
|
|
100
|
+
- Sync `@docusaurus` theme version [internal] ([#500](https://github.com/apify/apify-sdk-python/pull/500)) ([a7485e7](https://github.com/apify/apify-sdk-python/commit/a7485e7d2276fde464ce862573d5b95e7d4d836a)) by [@katzino](https://github.com/katzino)
|
|
101
|
+
- Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
|
|
102
|
+
|
|
103
|
+
|
|
92
104
|
|
|
93
105
|
## [2.7.3](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.3) (2025-08-11)
|
|
94
106
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "apify"
|
|
7
|
-
version = "2.7.
|
|
7
|
+
version = "2.7.1b14"
|
|
8
8
|
description = "Apify SDK for Python"
|
|
9
9
|
authors = [{ name = "Apify Technologies s.r.o.", email = "support@apify.com" }]
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -65,12 +65,12 @@ dev = [
|
|
|
65
65
|
"build~=1.3.0",
|
|
66
66
|
"crawlee[parsel]",
|
|
67
67
|
"dycw-pytest-only~=2.1.0",
|
|
68
|
-
"griffe
|
|
68
|
+
"griffe",
|
|
69
69
|
"mypy~=1.17.0",
|
|
70
70
|
"pre-commit~=4.3.0",
|
|
71
71
|
"pydoc-markdown~=4.8.0",
|
|
72
72
|
"pytest-asyncio~=1.1.0",
|
|
73
|
-
"pytest-cov~=
|
|
73
|
+
"pytest-cov~=7.0.0",
|
|
74
74
|
"pytest-httpserver~=1.1.0",
|
|
75
75
|
"pytest-timeout~=2.4.0",
|
|
76
76
|
"pytest-xdist~=3.8.0",
|
|
@@ -122,7 +122,6 @@ async def test_abort_actor_run(apify_client_async_patcher: ApifyClientAsyncPatch
|
|
|
122
122
|
# NOTE: The following methods are properly tested using integrations tests.
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
126
125
|
async def test_metamorph_fails_locally(caplog: pytest.LogCaptureFixture) -> None:
|
|
127
126
|
caplog.set_level('WARNING')
|
|
128
127
|
async with Actor:
|
|
@@ -133,7 +132,6 @@ async def test_metamorph_fails_locally(caplog: pytest.LogCaptureFixture) -> None
|
|
|
133
132
|
assert 'Actor.metamorph() is only supported when running on the Apify platform.' in caplog.records[0].message
|
|
134
133
|
|
|
135
134
|
|
|
136
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
137
135
|
async def test_reboot_fails_locally(caplog: pytest.LogCaptureFixture) -> None:
|
|
138
136
|
caplog.set_level('WARNING')
|
|
139
137
|
async with Actor:
|
|
@@ -144,7 +142,6 @@ async def test_reboot_fails_locally(caplog: pytest.LogCaptureFixture) -> None:
|
|
|
144
142
|
assert 'Actor.reboot() is only supported when running on the Apify platform.' in caplog.records[0].message
|
|
145
143
|
|
|
146
144
|
|
|
147
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
148
145
|
async def test_add_webhook_fails_locally(caplog: pytest.LogCaptureFixture) -> None:
|
|
149
146
|
caplog.set_level('WARNING')
|
|
150
147
|
async with Actor:
|
|
@@ -157,7 +154,6 @@ async def test_add_webhook_fails_locally(caplog: pytest.LogCaptureFixture) -> No
|
|
|
157
154
|
assert 'Actor.add_webhook() is only supported when running on the Apify platform.' in caplog.records[0].message
|
|
158
155
|
|
|
159
156
|
|
|
160
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
161
157
|
async def test_set_status_message_locally(caplog: pytest.LogCaptureFixture) -> None:
|
|
162
158
|
caplog.set_level('INFO')
|
|
163
159
|
async with Actor:
|
|
@@ -169,7 +165,6 @@ async def test_set_status_message_locally(caplog: pytest.LogCaptureFixture) -> N
|
|
|
169
165
|
assert '[Status message]: test-status-message' in matching_records[0].message
|
|
170
166
|
|
|
171
167
|
|
|
172
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
173
168
|
async def test_set_terminal_status_message_locally(caplog: pytest.LogCaptureFixture) -> None:
|
|
174
169
|
caplog.set_level('INFO')
|
|
175
170
|
async with Actor:
|
|
@@ -2,14 +2,15 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
import contextlib
|
|
4
4
|
import logging
|
|
5
|
-
|
|
6
|
-
import pytest
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
7
6
|
|
|
8
7
|
from apify import Actor
|
|
9
8
|
from apify.log import logger
|
|
10
9
|
|
|
10
|
+
if TYPE_CHECKING:
|
|
11
|
+
import pytest
|
|
12
|
+
|
|
11
13
|
|
|
12
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
13
14
|
async def test_actor_logs_messages_correctly(caplog: pytest.LogCaptureFixture) -> None:
|
|
14
15
|
caplog.set_level(logging.DEBUG, logger='apify')
|
|
15
16
|
|
|
@@ -16,12 +16,33 @@ from apify_shared.consts import ApifyEnvVars
|
|
|
16
16
|
from crawlee import service_locator
|
|
17
17
|
|
|
18
18
|
import apify._actor
|
|
19
|
+
import apify.log
|
|
19
20
|
|
|
20
21
|
if TYPE_CHECKING:
|
|
21
22
|
from collections.abc import Callable, Iterator
|
|
23
|
+
from logging import Logger
|
|
22
24
|
from pathlib import Path
|
|
23
25
|
|
|
24
26
|
|
|
27
|
+
@pytest.fixture
|
|
28
|
+
def _patch_propagate_logger(monkeypatch: pytest.MonkeyPatch) -> Iterator[None]:
|
|
29
|
+
"""Patch enabling `propagate` for the crawlee logger.
|
|
30
|
+
|
|
31
|
+
This is necessary for tests requiring log interception using `caplog`.
|
|
32
|
+
"""
|
|
33
|
+
|
|
34
|
+
original_configure_logger = apify.log.configure_logger
|
|
35
|
+
|
|
36
|
+
def propagate_logger(logger: Logger, **kwargs: Any) -> None:
|
|
37
|
+
original_configure_logger(logger, **kwargs)
|
|
38
|
+
logger.propagate = True
|
|
39
|
+
|
|
40
|
+
monkeypatch.setattr('crawlee._log_config.configure_logger', propagate_logger)
|
|
41
|
+
monkeypatch.setattr(apify.log, 'configure_logger', propagate_logger)
|
|
42
|
+
yield
|
|
43
|
+
monkeypatch.undo()
|
|
44
|
+
|
|
45
|
+
|
|
25
46
|
@pytest.fixture
|
|
26
47
|
def prepare_test_env(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> Callable[[], None]:
|
|
27
48
|
"""Prepare the testing environment by resetting the global state before each test.
|
|
@@ -66,7 +87,10 @@ def prepare_test_env(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> Callabl
|
|
|
66
87
|
|
|
67
88
|
|
|
68
89
|
@pytest.fixture(autouse=True)
|
|
69
|
-
def _isolate_test_environment(
|
|
90
|
+
def _isolate_test_environment(
|
|
91
|
+
prepare_test_env: Callable[[], None],
|
|
92
|
+
_patch_propagate_logger: None,
|
|
93
|
+
) -> None:
|
|
70
94
|
"""Isolate the testing environment by resetting global state before and after each test.
|
|
71
95
|
|
|
72
96
|
This fixture ensures that each test starts with a clean slate and that any modifications during the test
|
|
@@ -22,7 +22,6 @@ if TYPE_CHECKING:
|
|
|
22
22
|
from collections.abc import Callable
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
26
25
|
async def test_lifecycle_local(caplog: pytest.LogCaptureFixture) -> None:
|
|
27
26
|
caplog.set_level(logging.DEBUG, logger='apify')
|
|
28
27
|
config = Configuration.get_global_configuration()
|
|
@@ -472,10 +472,8 @@ async def test_initialize_prefering_password_from_env_over_calling_api(
|
|
|
472
472
|
|
|
473
473
|
|
|
474
474
|
@pytest.mark.usefixtures('patched_impit_client')
|
|
475
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
476
475
|
async def test_initialize_with_manual_password_different_than_user_one(
|
|
477
476
|
monkeypatch: pytest.MonkeyPatch,
|
|
478
|
-
caplog: pytest.LogCaptureFixture,
|
|
479
477
|
httpserver: HTTPServer,
|
|
480
478
|
patched_apify_client: ApifyClientAsync,
|
|
481
479
|
) -> None:
|
|
@@ -501,10 +499,6 @@ async def test_initialize_with_manual_password_different_than_user_one(
|
|
|
501
499
|
assert proxy_configuration._password == different_dummy_password
|
|
502
500
|
assert proxy_configuration.is_man_in_the_middle is True
|
|
503
501
|
|
|
504
|
-
assert len(caplog.records) == 1
|
|
505
|
-
assert caplog.records[0].levelname == 'WARNING'
|
|
506
|
-
assert 'The Apify Proxy password you provided belongs to a different user' in caplog.records[0].message
|
|
507
|
-
|
|
508
502
|
|
|
509
503
|
@pytest.mark.usefixtures('patched_impit_client')
|
|
510
504
|
async def test_initialize_when_not_connected(monkeypatch: pytest.MonkeyPatch, httpserver: HTTPServer) -> None:
|
|
@@ -526,7 +520,6 @@ async def test_initialize_when_not_connected(monkeypatch: pytest.MonkeyPatch, ht
|
|
|
526
520
|
await proxy_configuration.initialize()
|
|
527
521
|
|
|
528
522
|
|
|
529
|
-
@pytest.mark.skip(reason='There are issues with log propagation to caplog, see issue #462.')
|
|
530
523
|
async def test_initialize_when_status_page_unavailable(
|
|
531
524
|
monkeypatch: pytest.MonkeyPatch, caplog: pytest.LogCaptureFixture, httpserver: HTTPServer
|
|
532
525
|
) -> None:
|
|
@@ -28,7 +28,7 @@ wheels = [
|
|
|
28
28
|
|
|
29
29
|
[[package]]
|
|
30
30
|
name = "apify"
|
|
31
|
-
version = "2.7.
|
|
31
|
+
version = "2.7.1b14"
|
|
32
32
|
source = { editable = "." }
|
|
33
33
|
dependencies = [
|
|
34
34
|
{ name = "apify-client" },
|
|
@@ -93,13 +93,13 @@ dev = [
|
|
|
93
93
|
{ name = "build", specifier = "~=1.3.0" },
|
|
94
94
|
{ name = "crawlee", extras = ["parsel"] },
|
|
95
95
|
{ name = "dycw-pytest-only", specifier = "~=2.1.0" },
|
|
96
|
-
{ name = "griffe"
|
|
96
|
+
{ name = "griffe" },
|
|
97
97
|
{ name = "mypy", specifier = "~=1.17.0" },
|
|
98
98
|
{ name = "pre-commit", specifier = "~=4.3.0" },
|
|
99
99
|
{ name = "pydoc-markdown", specifier = "~=4.8.0" },
|
|
100
100
|
{ name = "pytest", specifier = "~=8.4.0" },
|
|
101
101
|
{ name = "pytest-asyncio", specifier = "~=1.1.0" },
|
|
102
|
-
{ name = "pytest-cov", specifier = "~=
|
|
102
|
+
{ name = "pytest-cov", specifier = "~=7.0.0" },
|
|
103
103
|
{ name = "pytest-httpserver", specifier = "~=1.1.0" },
|
|
104
104
|
{ name = "pytest-timeout", specifier = "~=2.4.0" },
|
|
105
105
|
{ name = "pytest-xdist", specifier = "~=3.8.0" },
|
|
@@ -387,87 +387,87 @@ wheels = [
|
|
|
387
387
|
|
|
388
388
|
[[package]]
|
|
389
389
|
name = "coverage"
|
|
390
|
-
version = "7.10.
|
|
391
|
-
source = { registry = "https://pypi.org/simple" }
|
|
392
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
393
|
-
wheels = [
|
|
394
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
395
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
400
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
402
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
403
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
405
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
406
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
409
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
410
|
-
{ url = "https://files.pythonhosted.org/packages/3e/
|
|
411
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
412
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
413
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
415
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
417
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
418
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
419
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
420
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
421
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
422
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
423
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
424
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
425
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
426
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
427
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
428
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
429
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
430
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
431
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
432
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
433
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
434
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
435
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
436
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
437
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
438
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
439
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
440
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
441
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
442
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
443
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
444
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
445
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
446
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
447
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
448
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
449
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
450
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
451
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
452
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
453
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
454
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
455
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
456
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
457
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
458
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
459
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
460
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
461
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
462
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
463
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
464
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
465
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
466
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
467
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
468
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
469
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
470
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
390
|
+
version = "7.10.6"
|
|
391
|
+
source = { registry = "https://pypi.org/simple" }
|
|
392
|
+
sdist = { url = "https://files.pythonhosted.org/packages/14/70/025b179c993f019105b79575ac6edb5e084fb0f0e63f15cdebef4e454fb5/coverage-7.10.6.tar.gz", hash = "sha256:f644a3ae5933a552a29dbb9aa2f90c677a875f80ebea028e5a52a4f429044b90", size = 823736, upload-time = "2025-08-29T15:35:16.668Z" }
|
|
393
|
+
wheels = [
|
|
394
|
+
{ url = "https://files.pythonhosted.org/packages/a8/1d/2e64b43d978b5bd184e0756a41415597dfef30fcbd90b747474bd749d45f/coverage-7.10.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:70e7bfbd57126b5554aa482691145f798d7df77489a177a6bef80de78860a356", size = 217025, upload-time = "2025-08-29T15:32:57.169Z" },
|
|
395
|
+
{ url = "https://files.pythonhosted.org/packages/23/62/b1e0f513417c02cc10ef735c3ee5186df55f190f70498b3702d516aad06f/coverage-7.10.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e41be6f0f19da64af13403e52f2dec38bbc2937af54df8ecef10850ff8d35301", size = 217419, upload-time = "2025-08-29T15:32:59.908Z" },
|
|
396
|
+
{ url = "https://files.pythonhosted.org/packages/e7/16/b800640b7a43e7c538429e4d7223e0a94fd72453a1a048f70bf766f12e96/coverage-7.10.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:c61fc91ab80b23f5fddbee342d19662f3d3328173229caded831aa0bd7595460", size = 244180, upload-time = "2025-08-29T15:33:01.608Z" },
|
|
397
|
+
{ url = "https://files.pythonhosted.org/packages/fb/6f/5e03631c3305cad187eaf76af0b559fff88af9a0b0c180d006fb02413d7a/coverage-7.10.6-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:10356fdd33a7cc06e8051413140bbdc6f972137508a3572e3f59f805cd2832fd", size = 245992, upload-time = "2025-08-29T15:33:03.239Z" },
|
|
398
|
+
{ url = "https://files.pythonhosted.org/packages/eb/a1/f30ea0fb400b080730125b490771ec62b3375789f90af0bb68bfb8a921d7/coverage-7.10.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:80b1695cf7c5ebe7b44bf2521221b9bb8cdf69b1f24231149a7e3eb1ae5fa2fb", size = 247851, upload-time = "2025-08-29T15:33:04.603Z" },
|
|
399
|
+
{ url = "https://files.pythonhosted.org/packages/02/8e/cfa8fee8e8ef9a6bb76c7bef039f3302f44e615d2194161a21d3d83ac2e9/coverage-7.10.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:2e4c33e6378b9d52d3454bd08847a8651f4ed23ddbb4a0520227bd346382bbc6", size = 245891, upload-time = "2025-08-29T15:33:06.176Z" },
|
|
400
|
+
{ url = "https://files.pythonhosted.org/packages/93/a9/51be09b75c55c4f6c16d8d73a6a1d46ad764acca0eab48fa2ffaef5958fe/coverage-7.10.6-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:c8a3ec16e34ef980a46f60dc6ad86ec60f763c3f2fa0db6d261e6e754f72e945", size = 243909, upload-time = "2025-08-29T15:33:07.74Z" },
|
|
401
|
+
{ url = "https://files.pythonhosted.org/packages/e9/a6/ba188b376529ce36483b2d585ca7bdac64aacbe5aa10da5978029a9c94db/coverage-7.10.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:7d79dabc0a56f5af990cc6da9ad1e40766e82773c075f09cc571e2076fef882e", size = 244786, upload-time = "2025-08-29T15:33:08.965Z" },
|
|
402
|
+
{ url = "https://files.pythonhosted.org/packages/d0/4c/37ed872374a21813e0d3215256180c9a382c3f5ced6f2e5da0102fc2fd3e/coverage-7.10.6-cp310-cp310-win32.whl", hash = "sha256:86b9b59f2b16e981906e9d6383eb6446d5b46c278460ae2c36487667717eccf1", size = 219521, upload-time = "2025-08-29T15:33:10.599Z" },
|
|
403
|
+
{ url = "https://files.pythonhosted.org/packages/8e/36/9311352fdc551dec5b973b61f4e453227ce482985a9368305880af4f85dd/coverage-7.10.6-cp310-cp310-win_amd64.whl", hash = "sha256:e132b9152749bd33534e5bd8565c7576f135f157b4029b975e15ee184325f528", size = 220417, upload-time = "2025-08-29T15:33:11.907Z" },
|
|
404
|
+
{ url = "https://files.pythonhosted.org/packages/d4/16/2bea27e212c4980753d6d563a0803c150edeaaddb0771a50d2afc410a261/coverage-7.10.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c706db3cabb7ceef779de68270150665e710b46d56372455cd741184f3868d8f", size = 217129, upload-time = "2025-08-29T15:33:13.575Z" },
|
|
405
|
+
{ url = "https://files.pythonhosted.org/packages/2a/51/e7159e068831ab37e31aac0969d47b8c5ee25b7d307b51e310ec34869315/coverage-7.10.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8e0c38dc289e0508ef68ec95834cb5d2e96fdbe792eaccaa1bccac3966bbadcc", size = 217532, upload-time = "2025-08-29T15:33:14.872Z" },
|
|
406
|
+
{ url = "https://files.pythonhosted.org/packages/e7/c0/246ccbea53d6099325d25cd208df94ea435cd55f0db38099dd721efc7a1f/coverage-7.10.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:752a3005a1ded28f2f3a6e8787e24f28d6abe176ca64677bcd8d53d6fe2ec08a", size = 247931, upload-time = "2025-08-29T15:33:16.142Z" },
|
|
407
|
+
{ url = "https://files.pythonhosted.org/packages/7d/fb/7435ef8ab9b2594a6e3f58505cc30e98ae8b33265d844007737946c59389/coverage-7.10.6-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:689920ecfd60f992cafca4f5477d55720466ad2c7fa29bb56ac8d44a1ac2b47a", size = 249864, upload-time = "2025-08-29T15:33:17.434Z" },
|
|
408
|
+
{ url = "https://files.pythonhosted.org/packages/51/f8/d9d64e8da7bcddb094d511154824038833c81e3a039020a9d6539bf303e9/coverage-7.10.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ec98435796d2624d6905820a42f82149ee9fc4f2d45c2c5bc5a44481cc50db62", size = 251969, upload-time = "2025-08-29T15:33:18.822Z" },
|
|
409
|
+
{ url = "https://files.pythonhosted.org/packages/43/28/c43ba0ef19f446d6463c751315140d8f2a521e04c3e79e5c5fe211bfa430/coverage-7.10.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b37201ce4a458c7a758ecc4efa92fa8ed783c66e0fa3c42ae19fc454a0792153", size = 249659, upload-time = "2025-08-29T15:33:20.407Z" },
|
|
410
|
+
{ url = "https://files.pythonhosted.org/packages/79/3e/53635bd0b72beaacf265784508a0b386defc9ab7fad99ff95f79ce9db555/coverage-7.10.6-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:2904271c80898663c810a6b067920a61dd8d38341244a3605bd31ab55250dad5", size = 247714, upload-time = "2025-08-29T15:33:21.751Z" },
|
|
411
|
+
{ url = "https://files.pythonhosted.org/packages/4c/55/0964aa87126624e8c159e32b0bc4e84edef78c89a1a4b924d28dd8265625/coverage-7.10.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:5aea98383463d6e1fa4e95416d8de66f2d0cb588774ee20ae1b28df826bcb619", size = 248351, upload-time = "2025-08-29T15:33:23.105Z" },
|
|
412
|
+
{ url = "https://files.pythonhosted.org/packages/eb/ab/6cfa9dc518c6c8e14a691c54e53a9433ba67336c760607e299bfcf520cb1/coverage-7.10.6-cp311-cp311-win32.whl", hash = "sha256:e3fb1fa01d3598002777dd259c0c2e6d9d5e10e7222976fc8e03992f972a2cba", size = 219562, upload-time = "2025-08-29T15:33:24.717Z" },
|
|
413
|
+
{ url = "https://files.pythonhosted.org/packages/5b/18/99b25346690cbc55922e7cfef06d755d4abee803ef335baff0014268eff4/coverage-7.10.6-cp311-cp311-win_amd64.whl", hash = "sha256:f35ed9d945bece26553d5b4c8630453169672bea0050a564456eb88bdffd927e", size = 220453, upload-time = "2025-08-29T15:33:26.482Z" },
|
|
414
|
+
{ url = "https://files.pythonhosted.org/packages/d8/ed/81d86648a07ccb124a5cf1f1a7788712b8d7216b593562683cd5c9b0d2c1/coverage-7.10.6-cp311-cp311-win_arm64.whl", hash = "sha256:99e1a305c7765631d74b98bf7dbf54eeea931f975e80f115437d23848ee8c27c", size = 219127, upload-time = "2025-08-29T15:33:27.777Z" },
|
|
415
|
+
{ url = "https://files.pythonhosted.org/packages/26/06/263f3305c97ad78aab066d116b52250dd316e74fcc20c197b61e07eb391a/coverage-7.10.6-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:5b2dd6059938063a2c9fee1af729d4f2af28fd1a545e9b7652861f0d752ebcea", size = 217324, upload-time = "2025-08-29T15:33:29.06Z" },
|
|
416
|
+
{ url = "https://files.pythonhosted.org/packages/e9/60/1e1ded9a4fe80d843d7d53b3e395c1db3ff32d6c301e501f393b2e6c1c1f/coverage-7.10.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:388d80e56191bf846c485c14ae2bc8898aa3124d9d35903fef7d907780477634", size = 217560, upload-time = "2025-08-29T15:33:30.748Z" },
|
|
417
|
+
{ url = "https://files.pythonhosted.org/packages/b8/25/52136173c14e26dfed8b106ed725811bb53c30b896d04d28d74cb64318b3/coverage-7.10.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:90cb5b1a4670662719591aa92d0095bb41714970c0b065b02a2610172dbf0af6", size = 249053, upload-time = "2025-08-29T15:33:32.041Z" },
|
|
418
|
+
{ url = "https://files.pythonhosted.org/packages/cb/1d/ae25a7dc58fcce8b172d42ffe5313fc267afe61c97fa872b80ee72d9515a/coverage-7.10.6-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:961834e2f2b863a0e14260a9a273aff07ff7818ab6e66d2addf5628590c628f9", size = 251802, upload-time = "2025-08-29T15:33:33.625Z" },
|
|
419
|
+
{ url = "https://files.pythonhosted.org/packages/f5/7a/1f561d47743710fe996957ed7c124b421320f150f1d38523d8d9102d3e2a/coverage-7.10.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bf9a19f5012dab774628491659646335b1928cfc931bf8d97b0d5918dd58033c", size = 252935, upload-time = "2025-08-29T15:33:34.909Z" },
|
|
420
|
+
{ url = "https://files.pythonhosted.org/packages/6c/ad/8b97cd5d28aecdfde792dcbf646bac141167a5cacae2cd775998b45fabb5/coverage-7.10.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:99c4283e2a0e147b9c9cc6bc9c96124de9419d6044837e9799763a0e29a7321a", size = 250855, upload-time = "2025-08-29T15:33:36.922Z" },
|
|
421
|
+
{ url = "https://files.pythonhosted.org/packages/33/6a/95c32b558d9a61858ff9d79580d3877df3eb5bc9eed0941b1f187c89e143/coverage-7.10.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:282b1b20f45df57cc508c1e033403f02283adfb67d4c9c35a90281d81e5c52c5", size = 248974, upload-time = "2025-08-29T15:33:38.175Z" },
|
|
422
|
+
{ url = "https://files.pythonhosted.org/packages/0d/9c/8ce95dee640a38e760d5b747c10913e7a06554704d60b41e73fdea6a1ffd/coverage-7.10.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8cdbe264f11afd69841bd8c0d83ca10b5b32853263ee62e6ac6a0ab63895f972", size = 250409, upload-time = "2025-08-29T15:33:39.447Z" },
|
|
423
|
+
{ url = "https://files.pythonhosted.org/packages/04/12/7a55b0bdde78a98e2eb2356771fd2dcddb96579e8342bb52aa5bc52e96f0/coverage-7.10.6-cp312-cp312-win32.whl", hash = "sha256:a517feaf3a0a3eca1ee985d8373135cfdedfbba3882a5eab4362bda7c7cf518d", size = 219724, upload-time = "2025-08-29T15:33:41.172Z" },
|
|
424
|
+
{ url = "https://files.pythonhosted.org/packages/36/4a/32b185b8b8e327802c9efce3d3108d2fe2d9d31f153a0f7ecfd59c773705/coverage-7.10.6-cp312-cp312-win_amd64.whl", hash = "sha256:856986eadf41f52b214176d894a7de05331117f6035a28ac0016c0f63d887629", size = 220536, upload-time = "2025-08-29T15:33:42.524Z" },
|
|
425
|
+
{ url = "https://files.pythonhosted.org/packages/08/3a/d5d8dc703e4998038c3099eaf77adddb00536a3cec08c8dcd556a36a3eb4/coverage-7.10.6-cp312-cp312-win_arm64.whl", hash = "sha256:acf36b8268785aad739443fa2780c16260ee3fa09d12b3a70f772ef100939d80", size = 219171, upload-time = "2025-08-29T15:33:43.974Z" },
|
|
426
|
+
{ url = "https://files.pythonhosted.org/packages/bd/e7/917e5953ea29a28c1057729c1d5af9084ab6d9c66217523fd0e10f14d8f6/coverage-7.10.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ffea0575345e9ee0144dfe5701aa17f3ba546f8c3bb48db62ae101afb740e7d6", size = 217351, upload-time = "2025-08-29T15:33:45.438Z" },
|
|
427
|
+
{ url = "https://files.pythonhosted.org/packages/eb/86/2e161b93a4f11d0ea93f9bebb6a53f113d5d6e416d7561ca41bb0a29996b/coverage-7.10.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:95d91d7317cde40a1c249d6b7382750b7e6d86fad9d8eaf4fa3f8f44cf171e80", size = 217600, upload-time = "2025-08-29T15:33:47.269Z" },
|
|
428
|
+
{ url = "https://files.pythonhosted.org/packages/0e/66/d03348fdd8df262b3a7fb4ee5727e6e4936e39e2f3a842e803196946f200/coverage-7.10.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:3e23dd5408fe71a356b41baa82892772a4cefcf758f2ca3383d2aa39e1b7a003", size = 248600, upload-time = "2025-08-29T15:33:48.953Z" },
|
|
429
|
+
{ url = "https://files.pythonhosted.org/packages/73/dd/508420fb47d09d904d962f123221bc249f64b5e56aa93d5f5f7603be475f/coverage-7.10.6-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:0f3f56e4cb573755e96a16501a98bf211f100463d70275759e73f3cbc00d4f27", size = 251206, upload-time = "2025-08-29T15:33:50.697Z" },
|
|
430
|
+
{ url = "https://files.pythonhosted.org/packages/e9/1f/9020135734184f439da85c70ea78194c2730e56c2d18aee6e8ff1719d50d/coverage-7.10.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:db4a1d897bbbe7339946ffa2fe60c10cc81c43fab8b062d3fcb84188688174a4", size = 252478, upload-time = "2025-08-29T15:33:52.303Z" },
|
|
431
|
+
{ url = "https://files.pythonhosted.org/packages/a4/a4/3d228f3942bb5a2051fde28c136eea23a761177dc4ff4ef54533164ce255/coverage-7.10.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d8fd7879082953c156d5b13c74aa6cca37f6a6f4747b39538504c3f9c63d043d", size = 250637, upload-time = "2025-08-29T15:33:53.67Z" },
|
|
432
|
+
{ url = "https://files.pythonhosted.org/packages/36/e3/293dce8cdb9a83de971637afc59b7190faad60603b40e32635cbd15fbf61/coverage-7.10.6-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:28395ca3f71cd103b8c116333fa9db867f3a3e1ad6a084aa3725ae002b6583bc", size = 248529, upload-time = "2025-08-29T15:33:55.022Z" },
|
|
433
|
+
{ url = "https://files.pythonhosted.org/packages/90/26/64eecfa214e80dd1d101e420cab2901827de0e49631d666543d0e53cf597/coverage-7.10.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:61c950fc33d29c91b9e18540e1aed7d9f6787cc870a3e4032493bbbe641d12fc", size = 250143, upload-time = "2025-08-29T15:33:56.386Z" },
|
|
434
|
+
{ url = "https://files.pythonhosted.org/packages/3e/70/bd80588338f65ea5b0d97e424b820fb4068b9cfb9597fbd91963086e004b/coverage-7.10.6-cp313-cp313-win32.whl", hash = "sha256:160c00a5e6b6bdf4e5984b0ef21fc860bc94416c41b7df4d63f536d17c38902e", size = 219770, upload-time = "2025-08-29T15:33:58.063Z" },
|
|
435
|
+
{ url = "https://files.pythonhosted.org/packages/a7/14/0b831122305abcc1060c008f6c97bbdc0a913ab47d65070a01dc50293c2b/coverage-7.10.6-cp313-cp313-win_amd64.whl", hash = "sha256:628055297f3e2aa181464c3808402887643405573eb3d9de060d81531fa79d32", size = 220566, upload-time = "2025-08-29T15:33:59.766Z" },
|
|
436
|
+
{ url = "https://files.pythonhosted.org/packages/83/c6/81a83778c1f83f1a4a168ed6673eeedc205afb562d8500175292ca64b94e/coverage-7.10.6-cp313-cp313-win_arm64.whl", hash = "sha256:df4ec1f8540b0bcbe26ca7dd0f541847cc8a108b35596f9f91f59f0c060bfdd2", size = 219195, upload-time = "2025-08-29T15:34:01.191Z" },
|
|
437
|
+
{ url = "https://files.pythonhosted.org/packages/d7/1c/ccccf4bf116f9517275fa85047495515add43e41dfe8e0bef6e333c6b344/coverage-7.10.6-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:c9a8b7a34a4de3ed987f636f71881cd3b8339f61118b1aa311fbda12741bff0b", size = 218059, upload-time = "2025-08-29T15:34:02.91Z" },
|
|
438
|
+
{ url = "https://files.pythonhosted.org/packages/92/97/8a3ceff833d27c7492af4f39d5da6761e9ff624831db9e9f25b3886ddbca/coverage-7.10.6-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:8dd5af36092430c2b075cee966719898f2ae87b636cefb85a653f1d0ba5d5393", size = 218287, upload-time = "2025-08-29T15:34:05.106Z" },
|
|
439
|
+
{ url = "https://files.pythonhosted.org/packages/92/d8/50b4a32580cf41ff0423777a2791aaf3269ab60c840b62009aec12d3970d/coverage-7.10.6-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:b0353b0f0850d49ada66fdd7d0c7cdb0f86b900bb9e367024fd14a60cecc1e27", size = 259625, upload-time = "2025-08-29T15:34:06.575Z" },
|
|
440
|
+
{ url = "https://files.pythonhosted.org/packages/7e/7e/6a7df5a6fb440a0179d94a348eb6616ed4745e7df26bf2a02bc4db72c421/coverage-7.10.6-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:d6b9ae13d5d3e8aeca9ca94198aa7b3ebbc5acfada557d724f2a1f03d2c0b0df", size = 261801, upload-time = "2025-08-29T15:34:08.006Z" },
|
|
441
|
+
{ url = "https://files.pythonhosted.org/packages/3a/4c/a270a414f4ed5d196b9d3d67922968e768cd971d1b251e1b4f75e9362f75/coverage-7.10.6-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:675824a363cc05781b1527b39dc2587b8984965834a748177ee3c37b64ffeafb", size = 264027, upload-time = "2025-08-29T15:34:09.806Z" },
|
|
442
|
+
{ url = "https://files.pythonhosted.org/packages/9c/8b/3210d663d594926c12f373c5370bf1e7c5c3a427519a8afa65b561b9a55c/coverage-7.10.6-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:692d70ea725f471a547c305f0d0fc6a73480c62fb0da726370c088ab21aed282", size = 261576, upload-time = "2025-08-29T15:34:11.585Z" },
|
|
443
|
+
{ url = "https://files.pythonhosted.org/packages/72/d0/e1961eff67e9e1dba3fc5eb7a4caf726b35a5b03776892da8d79ec895775/coverage-7.10.6-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:851430a9a361c7a8484a36126d1d0ff8d529d97385eacc8dfdc9bfc8c2d2cbe4", size = 259341, upload-time = "2025-08-29T15:34:13.159Z" },
|
|
444
|
+
{ url = "https://files.pythonhosted.org/packages/3a/06/d6478d152cd189b33eac691cba27a40704990ba95de49771285f34a5861e/coverage-7.10.6-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:d9369a23186d189b2fc95cc08b8160ba242057e887d766864f7adf3c46b2df21", size = 260468, upload-time = "2025-08-29T15:34:14.571Z" },
|
|
445
|
+
{ url = "https://files.pythonhosted.org/packages/ed/73/737440247c914a332f0b47f7598535b29965bf305e19bbc22d4c39615d2b/coverage-7.10.6-cp313-cp313t-win32.whl", hash = "sha256:92be86fcb125e9bda0da7806afd29a3fd33fdf58fba5d60318399adf40bf37d0", size = 220429, upload-time = "2025-08-29T15:34:16.394Z" },
|
|
446
|
+
{ url = "https://files.pythonhosted.org/packages/bd/76/b92d3214740f2357ef4a27c75a526eb6c28f79c402e9f20a922c295c05e2/coverage-7.10.6-cp313-cp313t-win_amd64.whl", hash = "sha256:6b3039e2ca459a70c79523d39347d83b73f2f06af5624905eba7ec34d64d80b5", size = 221493, upload-time = "2025-08-29T15:34:17.835Z" },
|
|
447
|
+
{ url = "https://files.pythonhosted.org/packages/fc/8e/6dcb29c599c8a1f654ec6cb68d76644fe635513af16e932d2d4ad1e5ac6e/coverage-7.10.6-cp313-cp313t-win_arm64.whl", hash = "sha256:3fb99d0786fe17b228eab663d16bee2288e8724d26a199c29325aac4b0319b9b", size = 219757, upload-time = "2025-08-29T15:34:19.248Z" },
|
|
448
|
+
{ url = "https://files.pythonhosted.org/packages/d3/aa/76cf0b5ec00619ef208da4689281d48b57f2c7fde883d14bf9441b74d59f/coverage-7.10.6-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6008a021907be8c4c02f37cdc3ffb258493bdebfeaf9a839f9e71dfdc47b018e", size = 217331, upload-time = "2025-08-29T15:34:20.846Z" },
|
|
449
|
+
{ url = "https://files.pythonhosted.org/packages/65/91/8e41b8c7c505d398d7730206f3cbb4a875a35ca1041efc518051bfce0f6b/coverage-7.10.6-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:5e75e37f23eb144e78940b40395b42f2321951206a4f50e23cfd6e8a198d3ceb", size = 217607, upload-time = "2025-08-29T15:34:22.433Z" },
|
|
450
|
+
{ url = "https://files.pythonhosted.org/packages/87/7f/f718e732a423d442e6616580a951b8d1ec3575ea48bcd0e2228386805e79/coverage-7.10.6-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:0f7cb359a448e043c576f0da00aa8bfd796a01b06aa610ca453d4dde09cc1034", size = 248663, upload-time = "2025-08-29T15:34:24.425Z" },
|
|
451
|
+
{ url = "https://files.pythonhosted.org/packages/e6/52/c1106120e6d801ac03e12b5285e971e758e925b6f82ee9b86db3aa10045d/coverage-7.10.6-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:c68018e4fc4e14b5668f1353b41ccf4bc83ba355f0e1b3836861c6f042d89ac1", size = 251197, upload-time = "2025-08-29T15:34:25.906Z" },
|
|
452
|
+
{ url = "https://files.pythonhosted.org/packages/3d/ec/3a8645b1bb40e36acde9c0609f08942852a4af91a937fe2c129a38f2d3f5/coverage-7.10.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:cd4b2b0707fc55afa160cd5fc33b27ccbf75ca11d81f4ec9863d5793fc6df56a", size = 252551, upload-time = "2025-08-29T15:34:27.337Z" },
|
|
453
|
+
{ url = "https://files.pythonhosted.org/packages/a1/70/09ecb68eeb1155b28a1d16525fd3a9b65fbe75337311a99830df935d62b6/coverage-7.10.6-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4cec13817a651f8804a86e4f79d815b3b28472c910e099e4d5a0e8a3b6a1d4cb", size = 250553, upload-time = "2025-08-29T15:34:29.065Z" },
|
|
454
|
+
{ url = "https://files.pythonhosted.org/packages/c6/80/47df374b893fa812e953b5bc93dcb1427a7b3d7a1a7d2db33043d17f74b9/coverage-7.10.6-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:f2a6a8e06bbda06f78739f40bfb56c45d14eb8249d0f0ea6d4b3d48e1f7c695d", size = 248486, upload-time = "2025-08-29T15:34:30.897Z" },
|
|
455
|
+
{ url = "https://files.pythonhosted.org/packages/4a/65/9f98640979ecee1b0d1a7164b589de720ddf8100d1747d9bbdb84be0c0fb/coverage-7.10.6-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:081b98395ced0d9bcf60ada7661a0b75f36b78b9d7e39ea0790bb4ed8da14747", size = 249981, upload-time = "2025-08-29T15:34:32.365Z" },
|
|
456
|
+
{ url = "https://files.pythonhosted.org/packages/1f/55/eeb6603371e6629037f47bd25bef300387257ed53a3c5fdb159b7ac8c651/coverage-7.10.6-cp314-cp314-win32.whl", hash = "sha256:6937347c5d7d069ee776b2bf4e1212f912a9f1f141a429c475e6089462fcecc5", size = 220054, upload-time = "2025-08-29T15:34:34.124Z" },
|
|
457
|
+
{ url = "https://files.pythonhosted.org/packages/15/d1/a0912b7611bc35412e919a2cd59ae98e7ea3b475e562668040a43fb27897/coverage-7.10.6-cp314-cp314-win_amd64.whl", hash = "sha256:adec1d980fa07e60b6ef865f9e5410ba760e4e1d26f60f7e5772c73b9a5b0713", size = 220851, upload-time = "2025-08-29T15:34:35.651Z" },
|
|
458
|
+
{ url = "https://files.pythonhosted.org/packages/ef/2d/11880bb8ef80a45338e0b3e0725e4c2d73ffbb4822c29d987078224fd6a5/coverage-7.10.6-cp314-cp314-win_arm64.whl", hash = "sha256:a80f7aef9535442bdcf562e5a0d5a5538ce8abe6bb209cfbf170c462ac2c2a32", size = 219429, upload-time = "2025-08-29T15:34:37.16Z" },
|
|
459
|
+
{ url = "https://files.pythonhosted.org/packages/83/c0/1f00caad775c03a700146f55536ecd097a881ff08d310a58b353a1421be0/coverage-7.10.6-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:0de434f4fbbe5af4fa7989521c655c8c779afb61c53ab561b64dcee6149e4c65", size = 218080, upload-time = "2025-08-29T15:34:38.919Z" },
|
|
460
|
+
{ url = "https://files.pythonhosted.org/packages/a9/c4/b1c5d2bd7cc412cbeb035e257fd06ed4e3e139ac871d16a07434e145d18d/coverage-7.10.6-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6e31b8155150c57e5ac43ccd289d079eb3f825187d7c66e755a055d2c85794c6", size = 218293, upload-time = "2025-08-29T15:34:40.425Z" },
|
|
461
|
+
{ url = "https://files.pythonhosted.org/packages/3f/07/4468d37c94724bf6ec354e4ec2f205fda194343e3e85fd2e59cec57e6a54/coverage-7.10.6-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:98cede73eb83c31e2118ae8d379c12e3e42736903a8afcca92a7218e1f2903b0", size = 259800, upload-time = "2025-08-29T15:34:41.996Z" },
|
|
462
|
+
{ url = "https://files.pythonhosted.org/packages/82/d8/f8fb351be5fee31690cd8da768fd62f1cfab33c31d9f7baba6cd8960f6b8/coverage-7.10.6-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:f863c08f4ff6b64fa8045b1e3da480f5374779ef187f07b82e0538c68cb4ff8e", size = 261965, upload-time = "2025-08-29T15:34:43.61Z" },
|
|
463
|
+
{ url = "https://files.pythonhosted.org/packages/e8/70/65d4d7cfc75c5c6eb2fed3ee5cdf420fd8ae09c4808723a89a81d5b1b9c3/coverage-7.10.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2b38261034fda87be356f2c3f42221fdb4171c3ce7658066ae449241485390d5", size = 264220, upload-time = "2025-08-29T15:34:45.387Z" },
|
|
464
|
+
{ url = "https://files.pythonhosted.org/packages/98/3c/069df106d19024324cde10e4ec379fe2fb978017d25e97ebee23002fbadf/coverage-7.10.6-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:0e93b1476b79eae849dc3872faeb0bf7948fd9ea34869590bc16a2a00b9c82a7", size = 261660, upload-time = "2025-08-29T15:34:47.288Z" },
|
|
465
|
+
{ url = "https://files.pythonhosted.org/packages/fc/8a/2974d53904080c5dc91af798b3a54a4ccb99a45595cc0dcec6eb9616a57d/coverage-7.10.6-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:ff8a991f70f4c0cf53088abf1e3886edcc87d53004c7bb94e78650b4d3dac3b5", size = 259417, upload-time = "2025-08-29T15:34:48.779Z" },
|
|
466
|
+
{ url = "https://files.pythonhosted.org/packages/30/38/9616a6b49c686394b318974d7f6e08f38b8af2270ce7488e879888d1e5db/coverage-7.10.6-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ac765b026c9f33044419cbba1da913cfb82cca1b60598ac1c7a5ed6aac4621a0", size = 260567, upload-time = "2025-08-29T15:34:50.718Z" },
|
|
467
|
+
{ url = "https://files.pythonhosted.org/packages/76/16/3ed2d6312b371a8cf804abf4e14895b70e4c3491c6e53536d63fd0958a8d/coverage-7.10.6-cp314-cp314t-win32.whl", hash = "sha256:441c357d55f4936875636ef2cfb3bee36e466dcf50df9afbd398ce79dba1ebb7", size = 220831, upload-time = "2025-08-29T15:34:52.653Z" },
|
|
468
|
+
{ url = "https://files.pythonhosted.org/packages/d5/e5/d38d0cb830abede2adb8b147770d2a3d0e7fecc7228245b9b1ae6c24930a/coverage-7.10.6-cp314-cp314t-win_amd64.whl", hash = "sha256:073711de3181b2e204e4870ac83a7c4853115b42e9cd4d145f2231e12d670930", size = 221950, upload-time = "2025-08-29T15:34:54.212Z" },
|
|
469
|
+
{ url = "https://files.pythonhosted.org/packages/f4/51/e48e550f6279349895b0ffcd6d2a690e3131ba3a7f4eafccc141966d4dea/coverage-7.10.6-cp314-cp314t-win_arm64.whl", hash = "sha256:137921f2bac5559334ba66122b753db6dc5d1cf01eb7b64eb412bb0d064ef35b", size = 219969, upload-time = "2025-08-29T15:34:55.83Z" },
|
|
470
|
+
{ url = "https://files.pythonhosted.org/packages/44/0c/50db5379b615854b5cf89146f8f5bd1d5a9693d7f3a987e269693521c404/coverage-7.10.6-py3-none-any.whl", hash = "sha256:92c4ecf6bf11b2e85fd4d8204814dc26e6a19f0c9d938c207c5cb0eadfcabbe3", size = 208986, upload-time = "2025-08-29T15:35:14.506Z" },
|
|
471
471
|
]
|
|
472
472
|
|
|
473
473
|
[package.optional-dependencies]
|
|
@@ -707,14 +707,14 @@ wheels = [
|
|
|
707
707
|
|
|
708
708
|
[[package]]
|
|
709
709
|
name = "griffe"
|
|
710
|
-
version = "1.
|
|
710
|
+
version = "1.14.0"
|
|
711
711
|
source = { registry = "https://pypi.org/simple" }
|
|
712
712
|
dependencies = [
|
|
713
713
|
{ name = "colorama" },
|
|
714
714
|
]
|
|
715
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
715
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ec/d7/6c09dd7ce4c7837e4cdb11dce980cb45ae3cd87677298dc3b781b6bce7d3/griffe-1.14.0.tar.gz", hash = "sha256:9d2a15c1eca966d68e00517de5d69dd1bc5c9f2335ef6c1775362ba5b8651a13", size = 424684, upload-time = "2025-09-05T15:02:29.167Z" }
|
|
716
716
|
wheels = [
|
|
717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
717
|
+
{ url = "https://files.pythonhosted.org/packages/2a/b1/9ff6578d789a89812ff21e4e0f80ffae20a65d5dd84e7a17873fe3b365be/griffe-1.14.0-py3-none-any.whl", hash = "sha256:0e9d52832cccf0f7188cfe585ba962d2674b241c01916d780925df34873bceb0", size = 144439, upload-time = "2025-09-05T15:02:27.511Z" },
|
|
718
718
|
]
|
|
719
719
|
|
|
720
720
|
[[package]]
|
|
@@ -1736,16 +1736,16 @@ wheels = [
|
|
|
1736
1736
|
|
|
1737
1737
|
[[package]]
|
|
1738
1738
|
name = "pytest-cov"
|
|
1739
|
-
version = "
|
|
1739
|
+
version = "7.0.0"
|
|
1740
1740
|
source = { registry = "https://pypi.org/simple" }
|
|
1741
1741
|
dependencies = [
|
|
1742
1742
|
{ name = "coverage", extra = ["toml"] },
|
|
1743
1743
|
{ name = "pluggy" },
|
|
1744
1744
|
{ name = "pytest" },
|
|
1745
1745
|
]
|
|
1746
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1746
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5e/f7/c933acc76f5208b3b00089573cf6a2bc26dc80a8aece8f52bb7d6b1855ca/pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1", size = 54328, upload-time = "2025-09-09T10:57:02.113Z" }
|
|
1747
1747
|
wheels = [
|
|
1748
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1748
|
+
{ url = "https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861", size = 22424, upload-time = "2025-09-09T10:57:00.695Z" },
|
|
1749
1749
|
]
|
|
1750
1750
|
|
|
1751
1751
|
[[package]]
|
|
@@ -1614,9 +1614,9 @@
|
|
|
1614
1614
|
}
|
|
1615
1615
|
},
|
|
1616
1616
|
"node_modules/@apify/docs-theme": {
|
|
1617
|
-
"version": "1.0.
|
|
1618
|
-
"resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.
|
|
1619
|
-
"integrity": "sha512-
|
|
1617
|
+
"version": "1.0.210",
|
|
1618
|
+
"resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.210.tgz",
|
|
1619
|
+
"integrity": "sha512-yq+uZ7nsU1KOOztGBeGIB2O5GyvUNKrfkZW1sAHKipted3wyCCKFv+M+KDoPmmzgnnHZP4yaZIldISkGRn35eQ==",
|
|
1620
1620
|
"license": "ISC",
|
|
1621
1621
|
"dependencies": {
|
|
1622
1622
|
"@apify/docs-search-modal": "^1.2.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|