apify 2.5.1b15__tar.gz → 2.5.1b17__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.5.1b15 → apify-2.5.1b17}/PKG-INFO +1 -1
- {apify-2.5.1b15 → apify-2.5.1b17}/pyproject.toml +3 -3
- {apify-2.5.1b15 → apify-2.5.1b17}/uv.lock +50 -39
- {apify-2.5.1b15 → apify-2.5.1b17}/website/package-lock.json +52 -278
- {apify-2.5.1b15 → apify-2.5.1b17}/.editorconfig +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.github/CODEOWNERS +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.github/workflows/release.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.gitignore +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.markdownlint.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/.pre-commit-config.yaml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/CHANGELOG.md +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/CONTRIBUTING.md +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/LICENSE +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/Makefile +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/README.md +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/02_crawlee.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/03_playwright.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/04_selenium.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/05_scrapy.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/03_playwright.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/04_selenium.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/02_actor_input.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/03_storages.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/04_actor_events.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/05_proxy_management.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/07_webhooks.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/09_running_webserver.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/10_logging.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/11_configuration.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/01_context_manager.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/01_init_exit.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/01_reboot.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/01_status_message.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/02_input.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_opening_storages.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/03_rq.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/04_actor_events.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/06_interacting_call.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/06_interacting_start.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/07_webhook.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/08_actor_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/09_webserver.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/10_log_config.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/10_logger_usage.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/11_config.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/actor_charge.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/docs/pyproject.toml +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/renovate.json +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_actor.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_charging.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_configuration.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_consts.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_crypto.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_models.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/_utils.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/log.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/requests.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/scrapy/utils.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/storages/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/storages/_request_list.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/src/apify/storages/py.typed +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/README.md +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/_utils.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/conftest.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_call_timeouts.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_events.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_log.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_fixtures.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/integration/test_request_queue.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/conftest.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/test_crypto.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/test_platform_event_manager.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/.eslintrc.json +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/babel.config.js +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/build_api_reference.sh +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/docusaurus.config.js +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/generate_module_shortcuts.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/package.json +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/sidebars.js +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/components/Gradients.jsx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/components/Highlights.jsx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/components/Highlights.module.css +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/css/custom.css +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/pages/home_page_example.py +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/pages/index.js +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/src/pages/index.module.css +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/static/.nojekyll +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/static/img/docs-og.png +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.5.1b15 → apify-2.5.1b17}/website/tools/utils/externalLink.js +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "apify"
|
|
7
|
-
version = "2.5.
|
|
7
|
+
version = "2.5.1b17"
|
|
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" }
|
|
@@ -62,14 +62,14 @@ scrapy = ["scrapy>=2.11.0"]
|
|
|
62
62
|
dev = [
|
|
63
63
|
"build~=1.2.0",
|
|
64
64
|
"griffe~=1.7.0",
|
|
65
|
-
"mypy~=1.
|
|
65
|
+
"mypy~=1.16.0",
|
|
66
66
|
"pre-commit~=4.2.0",
|
|
67
67
|
"pydoc-markdown~=4.8.0",
|
|
68
68
|
"pytest-asyncio~=1.0.0",
|
|
69
69
|
"pytest-cov~=6.1.0",
|
|
70
70
|
"pytest-only~=2.1.0",
|
|
71
71
|
"pytest-xdist~=3.7.0",
|
|
72
|
-
"pytest~=8.
|
|
72
|
+
"pytest~=8.4.0",
|
|
73
73
|
"respx~=0.22.0",
|
|
74
74
|
"ruff~=0.11.0",
|
|
75
75
|
"setuptools", # setuptools are used by pytest but not explicitly required
|
|
@@ -87,10 +87,10 @@ provides-extras = ["scrapy"]
|
|
|
87
87
|
dev = [
|
|
88
88
|
{ name = "build", specifier = "~=1.2.0" },
|
|
89
89
|
{ name = "griffe", specifier = "~=1.7.0" },
|
|
90
|
-
{ name = "mypy", specifier = "~=1.
|
|
90
|
+
{ name = "mypy", specifier = "~=1.16.0" },
|
|
91
91
|
{ name = "pre-commit", specifier = "~=4.2.0" },
|
|
92
92
|
{ name = "pydoc-markdown", specifier = "~=4.8.0" },
|
|
93
|
-
{ name = "pytest", specifier = "~=8.
|
|
93
|
+
{ name = "pytest", specifier = "~=8.4.0" },
|
|
94
94
|
{ name = "pytest-asyncio", specifier = "~=1.0.0" },
|
|
95
95
|
{ name = "pytest-cov", specifier = "~=6.1.0" },
|
|
96
96
|
{ name = "pytest-only", specifier = "~=2.1.0" },
|
|
@@ -1386,46 +1386,47 @@ wheels = [
|
|
|
1386
1386
|
|
|
1387
1387
|
[[package]]
|
|
1388
1388
|
name = "mypy"
|
|
1389
|
-
version = "1.
|
|
1389
|
+
version = "1.16.0"
|
|
1390
1390
|
source = { registry = "https://pypi.org/simple" }
|
|
1391
1391
|
dependencies = [
|
|
1392
1392
|
{ name = "mypy-extensions" },
|
|
1393
|
+
{ name = "pathspec" },
|
|
1393
1394
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
1394
1395
|
{ name = "typing-extensions" },
|
|
1395
1396
|
]
|
|
1396
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1397
|
-
wheels = [
|
|
1398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1400
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1402
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1403
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1405
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1406
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1409
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1410
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1411
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1412
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1413
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1415
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1417
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1418
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1419
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1420
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1421
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1422
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1423
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1424
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1425
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1426
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1427
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1428
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1397
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d4/38/13c2f1abae94d5ea0354e146b95a1be9b2137a0d506728e0da037c4276f6/mypy-1.16.0.tar.gz", hash = "sha256:84b94283f817e2aa6350a14b4a8fb2a35a53c286f97c9d30f53b63620e7af8ab", size = 3323139, upload-time = "2025-05-29T13:46:12.532Z" }
|
|
1398
|
+
wheels = [
|
|
1399
|
+
{ url = "https://files.pythonhosted.org/packages/64/5e/a0485f0608a3d67029d3d73cec209278b025e3493a3acfda3ef3a88540fd/mypy-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7909541fef256527e5ee9c0a7e2aeed78b6cda72ba44298d1334fe7881b05c5c", size = 10967416, upload-time = "2025-05-29T13:34:17.783Z" },
|
|
1400
|
+
{ url = "https://files.pythonhosted.org/packages/4b/53/5837c221f74c0d53a4bfc3003296f8179c3a2a7f336d7de7bbafbe96b688/mypy-1.16.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e71d6f0090c2256c713ed3d52711d01859c82608b5d68d4fa01a3fe30df95571", size = 10087654, upload-time = "2025-05-29T13:32:37.878Z" },
|
|
1401
|
+
{ url = "https://files.pythonhosted.org/packages/29/59/5fd2400352c3093bed4c09017fe671d26bc5bb7e6ef2d4bf85f2a2488104/mypy-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:936ccfdd749af4766be824268bfe22d1db9eb2f34a3ea1d00ffbe5b5265f5491", size = 11875192, upload-time = "2025-05-29T13:34:54.281Z" },
|
|
1402
|
+
{ url = "https://files.pythonhosted.org/packages/ad/3e/4bfec74663a64c2012f3e278dbc29ffe82b121bc551758590d1b6449ec0c/mypy-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4086883a73166631307fdd330c4a9080ce24913d4f4c5ec596c601b3a4bdd777", size = 12612939, upload-time = "2025-05-29T13:33:14.766Z" },
|
|
1403
|
+
{ url = "https://files.pythonhosted.org/packages/88/1f/fecbe3dcba4bf2ca34c26ca016383a9676711907f8db4da8354925cbb08f/mypy-1.16.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:feec38097f71797da0231997e0de3a58108c51845399669ebc532c815f93866b", size = 12874719, upload-time = "2025-05-29T13:21:52.09Z" },
|
|
1404
|
+
{ url = "https://files.pythonhosted.org/packages/f3/51/c2d280601cd816c43dfa512a759270d5a5ef638d7ac9bea9134c8305a12f/mypy-1.16.0-cp310-cp310-win_amd64.whl", hash = "sha256:09a8da6a0ee9a9770b8ff61b39c0bb07971cda90e7297f4213741b48a0cc8d93", size = 9487053, upload-time = "2025-05-29T13:33:29.797Z" },
|
|
1405
|
+
{ url = "https://files.pythonhosted.org/packages/24/c4/ff2f79db7075c274fe85b5fff8797d29c6b61b8854c39e3b7feb556aa377/mypy-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9f826aaa7ff8443bac6a494cf743f591488ea940dd360e7dd330e30dd772a5ab", size = 10884498, upload-time = "2025-05-29T13:18:54.066Z" },
|
|
1406
|
+
{ url = "https://files.pythonhosted.org/packages/02/07/12198e83006235f10f6a7808917376b5d6240a2fd5dce740fe5d2ebf3247/mypy-1.16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:82d056e6faa508501af333a6af192c700b33e15865bda49611e3d7d8358ebea2", size = 10011755, upload-time = "2025-05-29T13:34:00.851Z" },
|
|
1407
|
+
{ url = "https://files.pythonhosted.org/packages/f1/9b/5fd5801a72b5d6fb6ec0105ea1d0e01ab2d4971893076e558d4b6d6b5f80/mypy-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:089bedc02307c2548eb51f426e085546db1fa7dd87fbb7c9fa561575cf6eb1ff", size = 11800138, upload-time = "2025-05-29T13:32:55.082Z" },
|
|
1408
|
+
{ url = "https://files.pythonhosted.org/packages/2e/81/a117441ea5dfc3746431e51d78a4aca569c677aa225bca2cc05a7c239b61/mypy-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6a2322896003ba66bbd1318c10d3afdfe24e78ef12ea10e2acd985e9d684a666", size = 12533156, upload-time = "2025-05-29T13:19:12.963Z" },
|
|
1409
|
+
{ url = "https://files.pythonhosted.org/packages/3f/38/88ec57c6c86014d3f06251e00f397b5a7daa6888884d0abf187e4f5f587f/mypy-1.16.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:021a68568082c5b36e977d54e8f1de978baf401a33884ffcea09bd8e88a98f4c", size = 12742426, upload-time = "2025-05-29T13:20:22.72Z" },
|
|
1410
|
+
{ url = "https://files.pythonhosted.org/packages/bd/53/7e9d528433d56e6f6f77ccf24af6ce570986c2d98a5839e4c2009ef47283/mypy-1.16.0-cp311-cp311-win_amd64.whl", hash = "sha256:54066fed302d83bf5128632d05b4ec68412e1f03ef2c300434057d66866cea4b", size = 9478319, upload-time = "2025-05-29T13:21:17.582Z" },
|
|
1411
|
+
{ url = "https://files.pythonhosted.org/packages/70/cf/158e5055e60ca2be23aec54a3010f89dcffd788732634b344fc9cb1e85a0/mypy-1.16.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c5436d11e89a3ad16ce8afe752f0f373ae9620841c50883dc96f8b8805620b13", size = 11062927, upload-time = "2025-05-29T13:35:52.328Z" },
|
|
1412
|
+
{ url = "https://files.pythonhosted.org/packages/94/34/cfff7a56be1609f5d10ef386342ce3494158e4d506516890142007e6472c/mypy-1.16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f2622af30bf01d8fc36466231bdd203d120d7a599a6d88fb22bdcb9dbff84090", size = 10083082, upload-time = "2025-05-29T13:35:33.378Z" },
|
|
1413
|
+
{ url = "https://files.pythonhosted.org/packages/b3/7f/7242062ec6288c33d8ad89574df87c3903d394870e5e6ba1699317a65075/mypy-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d045d33c284e10a038f5e29faca055b90eee87da3fc63b8889085744ebabb5a1", size = 11828306, upload-time = "2025-05-29T13:21:02.164Z" },
|
|
1414
|
+
{ url = "https://files.pythonhosted.org/packages/6f/5f/b392f7b4f659f5b619ce5994c5c43caab3d80df2296ae54fa888b3d17f5a/mypy-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b4968f14f44c62e2ec4a038c8797a87315be8df7740dc3ee8d3bfe1c6bf5dba8", size = 12702764, upload-time = "2025-05-29T13:20:42.826Z" },
|
|
1415
|
+
{ url = "https://files.pythonhosted.org/packages/9b/c0/7646ef3a00fa39ac9bc0938626d9ff29d19d733011be929cfea59d82d136/mypy-1.16.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:eb14a4a871bb8efb1e4a50360d4e3c8d6c601e7a31028a2c79f9bb659b63d730", size = 12896233, upload-time = "2025-05-29T13:18:37.446Z" },
|
|
1416
|
+
{ url = "https://files.pythonhosted.org/packages/6d/38/52f4b808b3fef7f0ef840ee8ff6ce5b5d77381e65425758d515cdd4f5bb5/mypy-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:bd4e1ebe126152a7bbaa4daedd781c90c8f9643c79b9748caa270ad542f12bec", size = 9565547, upload-time = "2025-05-29T13:20:02.836Z" },
|
|
1417
|
+
{ url = "https://files.pythonhosted.org/packages/97/9c/ca03bdbefbaa03b264b9318a98950a9c683e06472226b55472f96ebbc53d/mypy-1.16.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:a9e056237c89f1587a3be1a3a70a06a698d25e2479b9a2f57325ddaaffc3567b", size = 11059753, upload-time = "2025-05-29T13:18:18.167Z" },
|
|
1418
|
+
{ url = "https://files.pythonhosted.org/packages/36/92/79a969b8302cfe316027c88f7dc6fee70129490a370b3f6eb11d777749d0/mypy-1.16.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0b07e107affb9ee6ce1f342c07f51552d126c32cd62955f59a7db94a51ad12c0", size = 10073338, upload-time = "2025-05-29T13:19:48.079Z" },
|
|
1419
|
+
{ url = "https://files.pythonhosted.org/packages/14/9b/a943f09319167da0552d5cd722104096a9c99270719b1afeea60d11610aa/mypy-1.16.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c6fb60cbd85dc65d4d63d37cb5c86f4e3a301ec605f606ae3a9173e5cf34997b", size = 11827764, upload-time = "2025-05-29T13:46:04.47Z" },
|
|
1420
|
+
{ url = "https://files.pythonhosted.org/packages/ec/64/ff75e71c65a0cb6ee737287c7913ea155845a556c64144c65b811afdb9c7/mypy-1.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a7e32297a437cc915599e0578fa6bc68ae6a8dc059c9e009c628e1c47f91495d", size = 12701356, upload-time = "2025-05-29T13:35:13.553Z" },
|
|
1421
|
+
{ url = "https://files.pythonhosted.org/packages/0a/ad/0e93c18987a1182c350f7a5fab70550852f9fabe30ecb63bfbe51b602074/mypy-1.16.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:afe420c9380ccec31e744e8baff0d406c846683681025db3531b32db56962d52", size = 12900745, upload-time = "2025-05-29T13:17:24.409Z" },
|
|
1422
|
+
{ url = "https://files.pythonhosted.org/packages/28/5d/036c278d7a013e97e33f08c047fe5583ab4f1fc47c9a49f985f1cdd2a2d7/mypy-1.16.0-cp313-cp313-win_amd64.whl", hash = "sha256:55f9076c6ce55dd3f8cd0c6fff26a008ca8e5131b89d5ba6d86bd3f47e736eeb", size = 9572200, upload-time = "2025-05-29T13:33:44.92Z" },
|
|
1423
|
+
{ url = "https://files.pythonhosted.org/packages/bd/eb/c0759617fe2159aee7a653f13cceafbf7f0b6323b4197403f2e587ca947d/mypy-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f56236114c425620875c7cf71700e3d60004858da856c6fc78998ffe767b73d3", size = 10956081, upload-time = "2025-05-29T13:19:32.264Z" },
|
|
1424
|
+
{ url = "https://files.pythonhosted.org/packages/70/35/df3c74a2967bdf86edea58b265feeec181d693432faed1c3b688b7c231e3/mypy-1.16.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:15486beea80be24ff067d7d0ede673b001d0d684d0095803b3e6e17a886a2a92", size = 10084422, upload-time = "2025-05-29T13:18:01.437Z" },
|
|
1425
|
+
{ url = "https://files.pythonhosted.org/packages/b3/07/145ffe29f4b577219943b7b1dc0a71df7ead3c5bed4898686bd87c5b5cc2/mypy-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f2ed0e0847a80655afa2c121835b848ed101cc7b8d8d6ecc5205aedc732b1436", size = 11879670, upload-time = "2025-05-29T13:17:45.971Z" },
|
|
1426
|
+
{ url = "https://files.pythonhosted.org/packages/c6/94/0421562d6b046e22986758c9ae31865d10ea0ba607ae99b32c9d18b16f66/mypy-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:eb5fbc8063cb4fde7787e4c0406aa63094a34a2daf4673f359a1fb64050e9cb2", size = 12610528, upload-time = "2025-05-29T13:34:36.983Z" },
|
|
1427
|
+
{ url = "https://files.pythonhosted.org/packages/1a/f1/39a22985b78c766a594ae1e0bbb6f8bdf5f31ea8d0c52291a3c211fd3cd5/mypy-1.16.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a5fcfdb7318c6a8dd127b14b1052743b83e97a970f0edb6c913211507a255e20", size = 12871923, upload-time = "2025-05-29T13:32:21.823Z" },
|
|
1428
|
+
{ url = "https://files.pythonhosted.org/packages/f3/8e/84db4fb0d01f43d2c82fa9072ca72a42c49e52d58f44307bbd747c977bc2/mypy-1.16.0-cp39-cp39-win_amd64.whl", hash = "sha256:2e7e0ad35275e02797323a5aa1be0b14a4d03ffdb2e5f2b0489fa07b89c67b21", size = 9482931, upload-time = "2025-05-29T13:21:32.326Z" },
|
|
1429
|
+
{ url = "https://files.pythonhosted.org/packages/99/a3/6ed10530dec8e0fdc890d81361260c9ef1f5e5c217ad8c9b21ecb2b8366b/mypy-1.16.0-py3-none-any.whl", hash = "sha256:29e1499864a3888bca5c1542f2d7232c6e586295183320caa95758fc84034031", size = 2265773, upload-time = "2025-05-29T13:35:18.762Z" },
|
|
1429
1430
|
]
|
|
1430
1431
|
|
|
1431
1432
|
[[package]]
|
|
@@ -1888,6 +1889,15 @@ wheels = [
|
|
|
1888
1889
|
{ url = "https://files.pythonhosted.org/packages/9b/4d/b9add7c84060d4c1906abe9a7e5359f2a60f7a9a4f67268b2766673427d8/pyee-13.0.0-py3-none-any.whl", hash = "sha256:48195a3cddb3b1515ce0695ed76036b5ccc2ef3a9f963ff9f77aec0139845498", size = 15730, upload-time = "2025-03-17T18:53:14.532Z" },
|
|
1889
1890
|
]
|
|
1890
1891
|
|
|
1892
|
+
[[package]]
|
|
1893
|
+
name = "pygments"
|
|
1894
|
+
version = "2.19.1"
|
|
1895
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1896
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", size = 4968581, upload-time = "2025-01-06T17:26:30.443Z" }
|
|
1897
|
+
wheels = [
|
|
1898
|
+
{ url = "https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c", size = 1225293, upload-time = "2025-01-06T17:26:25.553Z" },
|
|
1899
|
+
]
|
|
1900
|
+
|
|
1891
1901
|
[[package]]
|
|
1892
1902
|
name = "pyopenssl"
|
|
1893
1903
|
version = "25.1.0"
|
|
@@ -1918,7 +1928,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/d5/7b/65f55513d3c769fd6
|
|
|
1918
1928
|
|
|
1919
1929
|
[[package]]
|
|
1920
1930
|
name = "pytest"
|
|
1921
|
-
version = "8.
|
|
1931
|
+
version = "8.4.0"
|
|
1922
1932
|
source = { registry = "https://pypi.org/simple" }
|
|
1923
1933
|
dependencies = [
|
|
1924
1934
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
@@ -1926,11 +1936,12 @@ dependencies = [
|
|
|
1926
1936
|
{ name = "iniconfig" },
|
|
1927
1937
|
{ name = "packaging" },
|
|
1928
1938
|
{ name = "pluggy" },
|
|
1939
|
+
{ name = "pygments" },
|
|
1929
1940
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
1930
1941
|
]
|
|
1931
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1942
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6", size = 1515232, upload-time = "2025-06-02T17:36:30.03Z" }
|
|
1932
1943
|
wheels = [
|
|
1933
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1944
|
+
{ url = "https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e", size = 363797, upload-time = "2025-06-02T17:36:27.859Z" },
|
|
1934
1945
|
]
|
|
1935
1946
|
|
|
1936
1947
|
[[package]]
|