apify 2.5.1b17__tar.gz → 2.6.0__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.1b17 → apify-2.6.0}/CHANGELOG.md +1 -3
- {apify-2.5.1b17 → apify-2.6.0}/PKG-INFO +1 -1
- {apify-2.5.1b17 → apify-2.6.0}/pyproject.toml +1 -1
- {apify-2.5.1b17 → apify-2.6.0}/uv.lock +37 -37
- {apify-2.5.1b17 → apify-2.6.0}/website/docusaurus.config.js +4 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/package-lock.json +1330 -1609
- {apify-2.5.1b17 → apify-2.6.0}/.editorconfig +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.github/CODEOWNERS +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/release.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.gitignore +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.markdownlint.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/.pre-commit-config.yaml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/CONTRIBUTING.md +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/LICENSE +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/Makefile +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/README.md +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/02_crawlee.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/03_playwright.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/04_selenium.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/05_scrapy.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/03_playwright.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/04_selenium.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/02_actor_input.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/03_storages.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/04_actor_events.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/05_proxy_management.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/07_webhooks.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/09_running_webserver.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/10_logging.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/11_configuration.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_context_manager.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_init_exit.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_reboot.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/01_status_message.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/02_input.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_opening_storages.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/03_rq.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/04_actor_events.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_call.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/06_interacting_start.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/07_webhook.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/08_actor_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/09_webserver.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/10_log_config.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/10_logger_usage.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/11_config.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/actor_charge.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/docs/pyproject.toml +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/renovate.json +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_actor.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_charging.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_configuration.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_consts.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_crypto.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_models.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/_utils.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/log.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/requests.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/scrapy/utils.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/storages/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/storages/_request_list.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/src/apify/storages/py.typed +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/README.md +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/_utils.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/conftest.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_call_timeouts.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_events.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_log.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_fixtures.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/integration/test_request_queue.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/conftest.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/test_crypto.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/test_platform_event_manager.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/.eslintrc.json +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/babel.config.js +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/build_api_reference.sh +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/generate_module_shortcuts.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/package.json +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/sidebars.js +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/components/Gradients.jsx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/components/Highlights.jsx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/components/Highlights.module.css +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/css/custom.css +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/pages/home_page_example.py +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/pages/index.js +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/src/pages/index.module.css +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/static/.nojekyll +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/static/img/docs-og.png +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.5.1b17 → apify-2.6.0}/website/tools/utils/externalLink.js +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
## 2.5.1 - **not yet released**
|
|
5
|
+
## [2.6.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.6.0) (2025-06-09)
|
|
7
6
|
|
|
8
7
|
### 🚀 Features
|
|
9
8
|
|
|
@@ -15,7 +14,6 @@ All notable changes to this project will be documented in this file.
|
|
|
15
14
|
- Prefer proxy password from env var ([#468](https://github.com/apify/apify-sdk-python/pull/468)) ([1c4ad9b](https://github.com/apify/apify-sdk-python/commit/1c4ad9bcfbf6ac404f942d7d2d249b036c2e7f54)) by [@stepskop](https://github.com/stepskop)
|
|
16
15
|
|
|
17
16
|
|
|
18
|
-
<!-- git-cliff-unreleased-end -->
|
|
19
17
|
## [2.5.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.5.0) (2025-03-27)
|
|
20
18
|
|
|
21
19
|
### 🚀 Features
|
|
@@ -32,7 +32,7 @@ wheels = [
|
|
|
32
32
|
|
|
33
33
|
[[package]]
|
|
34
34
|
name = "apify"
|
|
35
|
-
version = "2.
|
|
35
|
+
version = "2.6.0"
|
|
36
36
|
source = { editable = "." }
|
|
37
37
|
dependencies = [
|
|
38
38
|
{ name = "apify-client" },
|
|
@@ -630,7 +630,7 @@ toml = [
|
|
|
630
630
|
|
|
631
631
|
[[package]]
|
|
632
632
|
name = "crawlee"
|
|
633
|
-
version = "0.6.
|
|
633
|
+
version = "0.6.10"
|
|
634
634
|
source = { registry = "https://pypi.org/simple" }
|
|
635
635
|
dependencies = [
|
|
636
636
|
{ name = "apify-fingerprint-datapoints" },
|
|
@@ -652,9 +652,9 @@ dependencies = [
|
|
|
652
652
|
{ name = "typing-extensions" },
|
|
653
653
|
{ name = "yarl" },
|
|
654
654
|
]
|
|
655
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
655
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ed/93/20033411bffaf199e44b759fc45be45fabc1d8c357bc4d0bb080713724dc/crawlee-0.6.10.tar.gz", hash = "sha256:a06e9aa19611868712df81ca4b7dc482633f921456bf3cf1a5432ce3836fd432", size = 24135107, upload-time = "2025-06-02T12:10:17.67Z" }
|
|
656
656
|
wheels = [
|
|
657
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
657
|
+
{ url = "https://files.pythonhosted.org/packages/5a/12/2c6c41438f24760ebe044d5e88eebb35c51178de9aec39b695d0845cbff7/crawlee-0.6.10-py3-none-any.whl", hash = "sha256:081565d0a3f11d21798ec11929f4b0c17e3ba7a84f33251c9b6b0e6457d05367", size = 260863, upload-time = "2025-06-02T12:10:14.994Z" },
|
|
658
658
|
]
|
|
659
659
|
|
|
660
660
|
[[package]]
|
|
@@ -2107,32 +2107,32 @@ wheels = [
|
|
|
2107
2107
|
|
|
2108
2108
|
[[package]]
|
|
2109
2109
|
name = "ruff"
|
|
2110
|
-
version = "0.11.
|
|
2111
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2112
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2113
|
-
wheels = [
|
|
2114
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2115
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2116
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2117
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2118
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2119
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2120
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2121
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2122
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2123
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2124
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2125
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2126
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2127
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2128
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2129
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2130
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2110
|
+
version = "0.11.12"
|
|
2111
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2112
|
+
sdist = { url = "https://files.pythonhosted.org/packages/15/0a/92416b159ec00cdf11e5882a9d80d29bf84bba3dbebc51c4898bfbca1da6/ruff-0.11.12.tar.gz", hash = "sha256:43cf7f69c7d7c7d7513b9d59c5d8cafd704e05944f978614aa9faff6ac202603", size = 4202289, upload-time = "2025-05-29T13:31:40.037Z" }
|
|
2113
|
+
wheels = [
|
|
2114
|
+
{ url = "https://files.pythonhosted.org/packages/60/cc/53eb79f012d15e136d40a8e8fc519ba8f55a057f60b29c2df34efd47c6e3/ruff-0.11.12-py3-none-linux_armv6l.whl", hash = "sha256:c7680aa2f0d4c4f43353d1e72123955c7a2159b8646cd43402de6d4a3a25d7cc", size = 10285597, upload-time = "2025-05-29T13:30:57.539Z" },
|
|
2115
|
+
{ url = "https://files.pythonhosted.org/packages/e7/d7/73386e9fb0232b015a23f62fea7503f96e29c29e6c45461d4a73bac74df9/ruff-0.11.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2cad64843da9f134565c20bcc430642de897b8ea02e2e79e6e02a76b8dcad7c3", size = 11053154, upload-time = "2025-05-29T13:31:00.865Z" },
|
|
2116
|
+
{ url = "https://files.pythonhosted.org/packages/4e/eb/3eae144c5114e92deb65a0cb2c72326c8469e14991e9bc3ec0349da1331c/ruff-0.11.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9b6886b524a1c659cee1758140138455d3c029783d1b9e643f3624a5ee0cb0aa", size = 10403048, upload-time = "2025-05-29T13:31:03.413Z" },
|
|
2117
|
+
{ url = "https://files.pythonhosted.org/packages/29/64/20c54b20e58b1058db6689e94731f2a22e9f7abab74e1a758dfba058b6ca/ruff-0.11.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3cc3a3690aad6e86c1958d3ec3c38c4594b6ecec75c1f531e84160bd827b2012", size = 10597062, upload-time = "2025-05-29T13:31:05.539Z" },
|
|
2118
|
+
{ url = "https://files.pythonhosted.org/packages/29/3a/79fa6a9a39422a400564ca7233a689a151f1039110f0bbbabcb38106883a/ruff-0.11.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f97fdbc2549f456c65b3b0048560d44ddd540db1f27c778a938371424b49fe4a", size = 10155152, upload-time = "2025-05-29T13:31:07.986Z" },
|
|
2119
|
+
{ url = "https://files.pythonhosted.org/packages/e5/a4/22c2c97b2340aa968af3a39bc38045e78d36abd4ed3fa2bde91c31e712e3/ruff-0.11.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:74adf84960236961090e2d1348c1a67d940fd12e811a33fb3d107df61eef8fc7", size = 11723067, upload-time = "2025-05-29T13:31:10.57Z" },
|
|
2120
|
+
{ url = "https://files.pythonhosted.org/packages/bc/cf/3e452fbd9597bcd8058856ecd42b22751749d07935793a1856d988154151/ruff-0.11.12-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:b56697e5b8bcf1d61293ccfe63873aba08fdbcbbba839fc046ec5926bdb25a3a", size = 12460807, upload-time = "2025-05-29T13:31:12.88Z" },
|
|
2121
|
+
{ url = "https://files.pythonhosted.org/packages/2f/ec/8f170381a15e1eb7d93cb4feef8d17334d5a1eb33fee273aee5d1f8241a3/ruff-0.11.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d47afa45e7b0eaf5e5969c6b39cbd108be83910b5c74626247e366fd7a36a13", size = 12063261, upload-time = "2025-05-29T13:31:15.236Z" },
|
|
2122
|
+
{ url = "https://files.pythonhosted.org/packages/0d/bf/57208f8c0a8153a14652a85f4116c0002148e83770d7a41f2e90b52d2b4e/ruff-0.11.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bf9603fe1bf949de8b09a2da896f05c01ed7a187f4a386cdba6760e7f61be", size = 11329601, upload-time = "2025-05-29T13:31:18.68Z" },
|
|
2123
|
+
{ url = "https://files.pythonhosted.org/packages/c3/56/edf942f7fdac5888094d9ffa303f12096f1a93eb46570bcf5f14c0c70880/ruff-0.11.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:08033320e979df3b20dba567c62f69c45e01df708b0f9c83912d7abd3e0801cd", size = 11522186, upload-time = "2025-05-29T13:31:21.216Z" },
|
|
2124
|
+
{ url = "https://files.pythonhosted.org/packages/ed/63/79ffef65246911ed7e2290aeece48739d9603b3a35f9529fec0fc6c26400/ruff-0.11.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:929b7706584f5bfd61d67d5070f399057d07c70585fa8c4491d78ada452d3bef", size = 10449032, upload-time = "2025-05-29T13:31:23.417Z" },
|
|
2125
|
+
{ url = "https://files.pythonhosted.org/packages/88/19/8c9d4d8a1c2a3f5a1ea45a64b42593d50e28b8e038f1aafd65d6b43647f3/ruff-0.11.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7de4a73205dc5756b8e09ee3ed67c38312dce1aa28972b93150f5751199981b5", size = 10129370, upload-time = "2025-05-29T13:31:25.777Z" },
|
|
2126
|
+
{ url = "https://files.pythonhosted.org/packages/bc/0f/2d15533eaa18f460530a857e1778900cd867ded67f16c85723569d54e410/ruff-0.11.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2635c2a90ac1b8ca9e93b70af59dfd1dd2026a40e2d6eebaa3efb0465dd9cf02", size = 11123529, upload-time = "2025-05-29T13:31:28.396Z" },
|
|
2127
|
+
{ url = "https://files.pythonhosted.org/packages/4f/e2/4c2ac669534bdded835356813f48ea33cfb3a947dc47f270038364587088/ruff-0.11.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:d05d6a78a89166f03f03a198ecc9d18779076ad0eec476819467acb401028c0c", size = 11577642, upload-time = "2025-05-29T13:31:30.647Z" },
|
|
2128
|
+
{ url = "https://files.pythonhosted.org/packages/a7/9b/c9ddf7f924d5617a1c94a93ba595f4b24cb5bc50e98b94433ab3f7ad27e5/ruff-0.11.12-py3-none-win32.whl", hash = "sha256:f5a07f49767c4be4772d161bfc049c1f242db0cfe1bd976e0f0886732a4765d6", size = 10475511, upload-time = "2025-05-29T13:31:32.917Z" },
|
|
2129
|
+
{ url = "https://files.pythonhosted.org/packages/fd/d6/74fb6d3470c1aada019ffff33c0f9210af746cca0a4de19a1f10ce54968a/ruff-0.11.12-py3-none-win_amd64.whl", hash = "sha256:5a4d9f8030d8c3a45df201d7fb3ed38d0219bccd7955268e863ee4a115fa0832", size = 11523573, upload-time = "2025-05-29T13:31:35.782Z" },
|
|
2130
|
+
{ url = "https://files.pythonhosted.org/packages/44/42/d58086ec20f52d2b0140752ae54b355ea2be2ed46f914231136dd1effcc7/ruff-0.11.12-py3-none-win_arm64.whl", hash = "sha256:65194e37853158d368e333ba282217941029a28ea90913c67e558c611d04daa5", size = 10697770, upload-time = "2025-05-29T13:31:38.009Z" },
|
|
2131
2131
|
]
|
|
2132
2132
|
|
|
2133
2133
|
[[package]]
|
|
2134
2134
|
name = "scrapy"
|
|
2135
|
-
version = "2.13.
|
|
2135
|
+
version = "2.13.1"
|
|
2136
2136
|
source = { registry = "https://pypi.org/simple" }
|
|
2137
2137
|
dependencies = [
|
|
2138
2138
|
{ name = "cryptography" },
|
|
@@ -2154,9 +2154,9 @@ dependencies = [
|
|
|
2154
2154
|
{ name = "w3lib" },
|
|
2155
2155
|
{ name = "zope-interface" },
|
|
2156
2156
|
]
|
|
2157
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2157
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fa/d3/2ffbadcb08cc99102925cd056ba670215e5aff193686cf125b97ef77981d/scrapy-2.13.1.tar.gz", hash = "sha256:3d6ba72da3ba387290074a7aca305aad6dd261c98ed4f6dd35db632925ca56a1", size = 1214392, upload-time = "2025-05-28T08:13:53.632Z" }
|
|
2158
2158
|
wheels = [
|
|
2159
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2159
|
+
{ url = "https://files.pythonhosted.org/packages/62/83/bada8e6e61b18cda43c78b3ab072692edf3daf6cbafdb7e4a1cefef1188c/scrapy-2.13.1-py3-none-any.whl", hash = "sha256:7cb118f2f878d7eb817010500e349be28755b1b4a6f19c7be27450db843e1efc", size = 321760, upload-time = "2025-05-28T08:13:51.3Z" },
|
|
2160
2160
|
]
|
|
2161
2161
|
|
|
2162
2162
|
[[package]]
|
|
@@ -2176,11 +2176,11 @@ wheels = [
|
|
|
2176
2176
|
|
|
2177
2177
|
[[package]]
|
|
2178
2178
|
name = "setuptools"
|
|
2179
|
-
version = "80.
|
|
2179
|
+
version = "80.9.0"
|
|
2180
2180
|
source = { registry = "https://pypi.org/simple" }
|
|
2181
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2181
|
+
sdist = { url = "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c", size = 1319958, upload-time = "2025-05-27T00:56:51.443Z" }
|
|
2182
2182
|
wheels = [
|
|
2183
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2183
|
+
{ url = "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", size = 1201486, upload-time = "2025-05-27T00:56:49.664Z" },
|
|
2184
2184
|
]
|
|
2185
2185
|
|
|
2186
2186
|
[[package]]
|
|
@@ -2308,11 +2308,11 @@ wheels = [
|
|
|
2308
2308
|
|
|
2309
2309
|
[[package]]
|
|
2310
2310
|
name = "typing-extensions"
|
|
2311
|
-
version = "4.
|
|
2311
|
+
version = "4.14.0"
|
|
2312
2312
|
source = { registry = "https://pypi.org/simple" }
|
|
2313
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2313
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4", size = 107423, upload-time = "2025-06-02T14:52:11.399Z" }
|
|
2314
2314
|
wheels = [
|
|
2315
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2315
|
+
{ url = "https://files.pythonhosted.org/packages/69/e0/552843e0d356fbb5256d21449fa957fa4eff3bbc135a74a691ee70c7c5da/typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af", size = 43839, upload-time = "2025-06-02T14:52:10.026Z" },
|
|
2316
2316
|
]
|
|
2317
2317
|
|
|
2318
2318
|
[[package]]
|
|
@@ -2678,11 +2678,11 @@ wheels = [
|
|
|
2678
2678
|
|
|
2679
2679
|
[[package]]
|
|
2680
2680
|
name = "zipp"
|
|
2681
|
-
version = "3.
|
|
2681
|
+
version = "3.22.0"
|
|
2682
2682
|
source = { registry = "https://pypi.org/simple" }
|
|
2683
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2683
|
+
sdist = { url = "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz", hash = "sha256:dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5", size = 25257, upload-time = "2025-05-26T14:46:32.217Z" }
|
|
2684
2684
|
wheels = [
|
|
2685
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2685
|
+
{ url = "https://files.pythonhosted.org/packages/ad/da/f64669af4cae46f17b90798a827519ce3737d31dbafad65d391e49643dc4/zipp-3.22.0-py3-none-any.whl", hash = "sha256:fe208f65f2aca48b81f9e6fd8cf7b8b32c26375266b009b413d45306b6148343", size = 9796, upload-time = "2025-05-26T14:46:30.775Z" },
|
|
2686
2686
|
]
|
|
2687
2687
|
|
|
2688
2688
|
[[package]]
|
|
@@ -31,6 +31,10 @@ module.exports = {
|
|
|
31
31
|
githubHost: 'github.com',
|
|
32
32
|
future: {
|
|
33
33
|
experimental_faster: true,
|
|
34
|
+
v4: {
|
|
35
|
+
removeLegacyPostBuildHeadAttribute: true,
|
|
36
|
+
useCssCascadeLayers: false, // this breaks styles on homepage and link colors everywhere
|
|
37
|
+
},
|
|
34
38
|
},
|
|
35
39
|
onBrokenLinks:
|
|
36
40
|
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),
|